Add new route `/my-settings` to redirect users to their settings page

Created on 19 March 2024, 3 months ago
Updated 7 May 2024, about 2 months ago

Problem/Motivation

Currently, there is no easy way for users to go to their settings page unless they know their User ID, given that the path to the original route is /user/{user}/edit. It makes the UX to be somehow degraded.

Proposed resolution

The solution is to create a custom route /my-settings which redirects the users to their settings page, so they don't need to think about it.

The same approach is already applied to other extensions (eg. /my-invites and /my-events).

How to test

- Checkout branch feature/3432109-new-route-my-settings of Open Social
- As an authenticated user
- Go to /my-settings page

The expected result is that the user is redirected to their /user/{user}/edit page.

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

✨ Feature request
Status

Fixed

Version

12.2

Component

Code (back-end)

Created by

πŸ‡§πŸ‡·Brazil tregismoreira

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024