···11+- creating a collection
22+ - in create collection drawer, include drop down for selecting the access type
33+- updating collection access type
44+ - creators can change the access type afterwards
55+ -
66+- viewing a collection
77+ - 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
88+ - cards should indicate the author who added it
99+ - could be a small footnote “added by user A” or something else - UI needs to know if its an open collection
1010+ - 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
1111+- adding to a collection
1212+ - if creator - will show up as normal
1313+ - if contributor, will show up in a separate “open collections” tab
1414+ - consider showing recently added to open collections at the top of the list here
1515+ - not sure if the feed activity item link to collection needs to look different or not
1616+- removing from a collection
1717+ - creator can remove any of the cards in the collection
1818+ - if not added by them / not their card, then will need to be handled slightly differently (directly added to the collection record itself?)
1919+ - contributor can only remove the cards they’ve added (straightforward, delete the collection link as normal)
2020+- notifications
2121+ - creator is notified whenever someone adds to their collection
2222+ - user A added to your collection USER_ADDED_TO_YOUR_COLLECTION
2323+- Semble page
2424+ - same as current collections tab, perhaps with some visual indication of the changes
2525+- api client
2626+ - collection type should include access type