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

Fix profile management #17

Open
alanb43 opened this issue Dec 4, 2022 · 0 comments
Open

Fix profile management #17

alanb43 opened this issue Dec 4, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alanb43
Copy link
Owner

alanb43 commented Dec 4, 2022

For the live/deployed version of HearSay's back-end, profile management had to be removed (commented out) because it was only designed for local system user (single user) and was not a part of the project's MVP. To re-implement this (great!) feature, one should look into using cookies to store a user's profile data on their browser, and to make handling the creation of a profile an independent action that a single thread carries out for a user.

@alanb43 alanb43 added the bug Something isn't working label Dec 4, 2022
@alanb43 alanb43 self-assigned this Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant