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

refactor(front): remove /profile page, always use /profile/{userID} #850

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

tsa96
Copy link
Member

@tsa96 tsa96 commented Sep 27, 2023

Someone earlier asked how they can link find a URL to their profile, given that if they navigate to their profile page on the frontend, they just go to /dashboard/profile, and don't know their userID.

The simplest solution to me is to just always use the relativized URL containing the user's id. Incidentally this seems to be how most sites handle profile pages.

Someone earlier asked how they can link find a URL to their profile, given that if they navigate to their
profile page on the frontend, they just go to /dashboard/profile, and don't know their userID.
The simplest solution to me is to just always use the relatized URL containing the user's id.
Incidentally this seems to be how most sites handle profile pages.
@tsa96 tsa96 merged commit 4f57c81 into main Sep 30, 2023
6 checks passed
@tsa96 tsa96 deleted the refactor/relatized-profile-url branch September 30, 2023 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants