Serendipity2-0 / TradeManV1

0 stars 0 forks source link

User profile page UI - Admin dashboard #52

Closed Anand-ak7 closed 1 month ago

Anand-ak7 commented 2 months ago
Anand-ak7 commented 2 months ago

Image Image

amolkittur commented 2 months ago

@Anand-ak7 Where will you display the drop down menu to select the user and the section where i want to do the changes ?

From next issue, create in the Issue in the TradeManV1React repository and link it here. Dont create the issue in the backend repo. It will be confusing.

Anand-ak7 commented 2 months ago

Dropdown will be bottom of the update user profile heading.

Anand-ak7 commented 2 months ago
  1. Completed with the get request API integration to fetch the user portfolio data.
  2. Completed with the get request API integration to fetch the user profile data and integrated with post request api to update the user profile.
Anand-ak7 commented 2 months ago

Image

Image

Image

Image

Image

Anand-ak7 commented 2 months ago
  1. Completed with the integration to fetch the user holding in the user portfolio in the admin dashboard.
  2. Created update strategy component ui and integrated with the get and update request.
Anand-ak7 commented 2 months ago

@amolkittur

Please test the user profile UI page in the admin dashboard. If there are any UI or API response changes, please inform me the changes.

amolkittur commented 2 months ago

@Anand-ak7 Merge the Userprofile section and UserPortfolio section. You can redirect to the Userprofile section when the user enters the Userportfolio section

amolkittur commented 2 months ago

@Anand-ak7 Also display only the selected segments in the sidebar for that user

Anand-ak7 commented 2 months ago
  1. Merged the user profile and user portfolio section in the admin dashboard sidebar.
  2. Added Success and failure messages for updating the user from the admin dashboard.
  3. Added an alert box to update the user status in the user profile.
  4. Show the segment in the sidebar according to the getting response.