diff --git a/progress/TASK-emojis.md b/progress/TASK-emojis.md index 9682bd6..bea6eaa 100644 --- a/progress/TASK-emojis.md +++ b/progress/TASK-emojis.md @@ -46,6 +46,7 @@ export interface CommentClaim extends ClaimObject { text: string; parentItem: { identifier: string }; } +``` ### 6. Authentication & Authorization - [ ] Emojis require valid JWT authentication (like other claims) @@ -91,10 +92,10 @@ export interface CommentClaim extends ClaimObject { ## Implementation Notes This design follows the existing Endorser Server patterns: -- [ ] Reuses the proven JWT claim submission system -- [ ] Follows the established database and API patterns -- [ ] Maintains consistency with existing visibility and authentication rules -- [ ] Supports the distributed/P2P vision by storing emojis as signed claims +- Reuses the proven JWT claim submission system +- Follows the established database and API patterns +- Maintains consistency with existing visibility and authentication rules +- Supports the distributed/P2P vision by storing emojis as signed claims The emoji feature will integrate seamlessly with the existing GiveAction display system, showing emoji counts alongside other give information and providing a separate endpoint for detailed emoji retrieval when users want to see who reacted and with what emojis.