Open IkeHunter opened 1 month ago
I'm interesting with your project, can you assign it for me so I can try to fix it!!
@nick1714 Someone just claimed this issue last night lol, all of the other issues are fair game though - I think club dashboard is the most similar. Comment on which ever issue you land on and I'll assign it to you👌
Info
A user should be able to view their information on a the user profile page, including their "badges", club memberships and roles, and personal information.
Any ideas/suggestions on design or layout are welcomed. If you are comfortable in Django, you can edit the functional view users.views.user_profile_view() to add any necessary context for dynamic data. Otherwise, just mock up a solution using plain html and css, and you can use example data in lieu of dynamic context data (ie using static value "John Doe" instead of {{ user.name }} for a user's name).
Task
Files
app/users/static/users/user-profile.css
, add link touser-profile.html
app/static/js/script.js
app/clubs/static/clubs/club-home.js
and add link toclub-home.html