You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any user should be able to view his own profile, which will display his name, position, committee, current points, points necessary, and any other information deemed important.
Technical Implementation
Create a page to display this information.
Use sessions of some sort to figure out which brother is logged in and only display his information. Make sure authentication and authorization are thought about here, so that brothers can't accidentally go to other profile pages. Wouldn't be the end of the world, but would be obnoxious.
The text was updated successfully, but these errors were encountered:
User Story
Any user should be able to view his own profile, which will display his name, position, committee, current points, points necessary, and any other information deemed important.
Technical Implementation
Create a page to display this information.
Use sessions of some sort to figure out which brother is logged in and only display his information. Make sure authentication and authorization are thought about here, so that brothers can't accidentally go to other profile pages. Wouldn't be the end of the world, but would be obnoxious.
The text was updated successfully, but these errors were encountered: