Skip to content

feat(routesF): add roman numeral validator#950

Merged
davedumto merged 1 commit into
StreamFi-x:devfrom
codebestia:feat/drips-pr-wave
May 30, 2026
Merged

feat(routesF): add roman numeral validator#950
davedumto merged 1 commit into
StreamFi-x:devfrom
codebestia:feat/drips-pr-wave

Conversation

@codebestia
Copy link
Copy Markdown
Contributor

Summary

  • Add POST /api/routesF/roman-numeral-validator for strict Roman numeral validation.
  • Validate uppercase Roman numeral strings in the range 1-3999.
  • Reject illegal additive/repeated/subtractive forms such as IIII, VV, and IC.
  • Return { valid, value? reason? } validation responses.
  • Add colocated tests for legal numerals, illegal forms, malformed input, and invalid JSON.

Related Issue

Closes #854

@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

@codebestia is attempting to deploy a commit to the david's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@codebestia Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@davedumto davedumto merged commit 359868f into StreamFi-x:dev May 30, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(routesF): roman numeral additive validator

2 participants