You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone should be able to visit a public page of each user's favorites. For example: /bloudermilk/favorites. That page should list all the user's favorited organizations ordered with most recently favorited first.
This page will be client-side rendered, so we'll need to be able to query OrganizationCard data from GraphQL (see #280) before this can work. We also don't have any way for user's to change their username right now, though Auth0 assigns them one on signup.
The text was updated successfully, but these errors were encountered:
bloudermilk
changed the title
Allow authenticated users to see their "Favorites" list
Allow anyone to see a user's "Favorites" list
Apr 25, 2020
Anyone should be able to visit a public page of each user's favorites. For example:
/bloudermilk/favorites
. That page should list all the user's favorited organizations ordered with most recently favorited first.This page will be client-side rendered, so we'll need to be able to query
OrganizationCard
data from GraphQL (see #280) before this can work. We also don't have any way for user's to change their username right now, though Auth0 assigns them one on signup.The text was updated successfully, but these errors were encountered: