Description
Add a page route on the “Collections” button that sends the user to a page where they can see all of THEIR OWN collections.
The collections can show up as squares for now, but aim to make them Instagram-style rectangles.
Actors
Signed-in user or organization viewing their own collections.
System handling fetching the user's collections and profile rendering.
Pre-conditions
The user is signed in and viewing their own collections page.
Flow of Events
| User Actions |
System Actions |
| User clicks the “Collections” button |
Taken to a page with all the user's collections visible |
Alternative Flows
1. User has no collections
| User Actions |
System Actions |
| User clicks “Collections” while having no collections |
They are brought to an empty page that says "You have no collections" |
| User refreshes the profile page |
System keeps saying "You have no collections" |
Description
Add a page route on the “Collections” button that sends the user to a page where they can see all of THEIR OWN collections.
The collections can show up as squares for now, but aim to make them Instagram-style rectangles.
Actors
Signed-in user or organization viewing their own collections.
System handling fetching the user's collections and profile rendering.
Pre-conditions
The user is signed in and viewing their own collections page.
Flow of Events
Alternative Flows
1. User has no collections