Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow anyone to see a user's "Favorites" list #283

Open
bloudermilk opened this issue Apr 25, 2020 · 0 comments
Open

Allow anyone to see a user's "Favorites" list #283

bloudermilk opened this issue Apr 25, 2020 · 0 comments
Labels
P2 Should be fixed, time and resource permitting.

Comments

@bloudermilk
Copy link
Member

bloudermilk commented 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.

@bloudermilk bloudermilk changed the title Allow authenticated users to see their "Favorites" list Allow anyone to see a user's "Favorites" list Apr 25, 2020
@bloudermilk bloudermilk added the P2 Should be fixed, time and resource permitting. label May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Should be fixed, time and resource permitting.
Projects
None yet
Development

No branches or pull requests

1 participant