Skip to content

[563] [NFT] Implement Royalty BPS Configuration per Clip - #697

Merged
Eniola3321 merged 5 commits into
ANYTECHS:mainfrom
esthertitilayo-dev:fix/563-nft-implement-royalty-bps-configuration-per-clip
Jul 30, 2026
Merged

[563] [NFT] Implement Royalty BPS Configuration per Clip#697
Eniola3321 merged 5 commits into
ANYTECHS:mainfrom
esthertitilayo-dev:fix/563-nft-implement-royalty-bps-configuration-per-clip

Conversation

@esthertitilayo-dev

Copy link
Copy Markdown
Contributor

Summary

  • Documents royaltyBps on clip response/bulk-update DTOs with description, default 1000, minimum 0, maximum 1500, and example.
  • Adds OpenAPI regression tests proving Swagger exposes those fields for create/update/response DTOs.
  • Royalty field already defaults to 1000 BPS and validates 0–1500 on persist.

Test plan

  • royalty-bps.swagger.spec.ts
  • create-clip.dto.spec.ts royalty validation
  • Full unit suite

Closes #563

Made with Cursor

esthertitilayo-dev and others added 2 commits July 29, 2026 15:18
Remove duplicated Swagger description keys and orphaned decorator/import fragments so payouts and related modules parse cleanly in CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
Completes royalty BPS configuration docs so OpenAPI shows description, default 1000, minimum 0, maximum 1500, and example.

Co-authored-by: Cursor <cursoragent@cursor.com>
@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@esthertitilayo-dev 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

@Eniola3321
Eniola3321 merged commit d3135db into ANYTECHS:main Jul 30, 2026
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.

[NFT] Implement Royalty BPS Configuration per Clip

2 participants