This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

initial rough spec

+26
+26
.agent/logs/20260121_open_collections_spec.md
··· 1 + - creating a collection 2 + - in create collection drawer, include drop down for selecting the access type 3 + - updating collection access type 4 + - creators can change the access type afterwards 5 + - 6 + - viewing a collection 7 + - access type should be visible on the collection page and potentially even from the collection “card” view - means the `Collection` type in responses.ts needs to include the accessType 8 + - cards should indicate the author who added it 9 + - could be a small footnote “added by user A” or something else - UI needs to know if its an open collection 10 + - maybe this should only show if the card author differs from the collection author, that way its the same logic for open and closed and handled the case where an open becomes closed 11 + - adding to a collection 12 + - if creator - will show up as normal 13 + - if contributor, will show up in a separate “open collections” tab 14 + - consider showing recently added to open collections at the top of the list here 15 + - not sure if the feed activity item link to collection needs to look different or not 16 + - removing from a collection 17 + - creator can remove any of the cards in the collection 18 + - if not added by them / not their card, then will need to be handled slightly differently (directly added to the collection record itself?) 19 + - contributor can only remove the cards they’ve added (straightforward, delete the collection link as normal) 20 + - notifications 21 + - creator is notified whenever someone adds to their collection 22 + - user A added to your collection USER_ADDED_TO_YOUR_COLLECTION 23 + - Semble page 24 + - same as current collections tab, perhaps with some visual indication of the changes 25 + - api client 26 + - collection type should include access type