brownfield-team / anacapa-github-linker

A tool for managing students in computer science courses. Deployed at:
https://ucsb-cs-github-linker.herokuapp.com
MIT License
4 stars 6 forks source link

Add a user profile screen #524

Open pconrad opened 2 years ago

pconrad commented 2 years ago

Background

Currently, a logged in user only has the ability to see a link to their GitHub profile.

image

In this story, we add a link to a User Profile screen in the application. Above the link "Github Profile", we want to add a navigation link "User Profile" that goes to a new page for this user, and shows their user details.

The details that would be shown are something like this. The exact format is not important; for now we just want to get this information on the page.

Eventually, we will add to this page the ability for user to select pronouns from a list of "He/Him", "She/Her", "They/Them", "Other".

User Story

Acceptance Criteria

Implementation Todos

Front end: