bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Access Profile Page via Feed Page #108

Open MertCengiz opened 1 month ago

MertCengiz commented 1 month ago

Title:

Access Profile Page via Feed Page

Category:

Objective:

To be able to access the profile page in the feed page, to put a button so that users may access the profile page from the feed page.

Detailed Description:

Overview

Currently, it is impossible to access the profile page in our application. According to our Mock-ups, users access it via a button in his/her feed page.

Proposed Restructuring:

  1. Adding New Button:
    • Create a new button named same as the username within App.js file, instead of just displaying the text containing username.
    • Connect this button to the newly created Profile Page.

Implementation Considerations:

MertCengiz commented 1 month ago

We are not currently able to go to the profile page by navigating but we are going to the home page.