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

Add user store for app #79

Open
1 task done
SpencerKaiser opened this issue Nov 24, 2021 · 0 comments
Open
1 task done

Add user store for app #79

SpencerKaiser opened this issue Nov 24, 2021 · 0 comments
Labels
new feature New feature or request web This issue involves changes to the web app

Comments

@SpencerKaiser
Copy link
Contributor

Pre-requisites

Describe the solution you'd like

We should create a UserStore to eliminate the need for multiple pages/components to retrieve the info for a signed in user

We should also verify that this information is not better stored in local storage or already available via the cookie

Upon implementing this, we should go through and clean up all uses of the api/users/me endpoint in favor of this

@SpencerKaiser SpencerKaiser added new feature New feature or request web This issue involves changes to the web app labels Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request web This issue involves changes to the web app
Projects
None yet
Development

No branches or pull requests

1 participant