Skip to content

feat(routesF): add random named color picker endpoint#931

Merged
davedumto merged 5 commits into
StreamFi-x:devfrom
fortezzalaboratory:fix/routesf-random-named-color-picker-846-pr
May 31, 2026
Merged

feat(routesF): add random named color picker endpoint#931
davedumto merged 5 commits into
StreamFi-x:devfrom
fortezzalaboratory:fix/routesf-random-named-color-picker-846-pr

Conversation

@fortezzalaboratory
Copy link
Copy Markdown
Contributor

Summary

  • Add GET /api/routesF/random-named-color-picker with support for count, seed, and group=reds|blues|any.
  • Bundle CSS named color entries with hex values and route-scoped group metadata inside app/api/routesF/random-named-color-picker/.
  • Return deterministic seeded output as { colors: [{ name, hex, rgb }] } with validation for invalid groups.

Verification

  • Added route-level tests for deterministic seeded output.
  • Added route-level tests for reds and blues group filtering.
  • Added coverage for response shape, defaults, invalid group handling, and count bounds.

Closes #846

Made with Cursor

fortezzalaboratory and others added 5 commits May 28, 2026 02:39
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@davedumto davedumto merged commit 43164b6 into StreamFi-x:dev May 31, 2026
1 of 2 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): random named color picker

2 participants