Opened 8 years ago

Closed 5 years ago

#33 closed task (fixed)

"Public" profile page for users

Reported by: borja Owned by: borja
Priority: major Milestone: OpenWorkouts 0.1
Component: users Keywords:
Cc:

Description

Each user should have a "profile page" where other users (and the user herself) could see her basic information, some stats from her workouts and maybe a list of the last N workouts.

This will be expanded later on when we add more features like the galleries and so on.

Change History (3)

comment:1 Changed 8 years ago by borja

  • Owner set to borja
  • Status changed from new to accepted

comment:2 Changed 5 years ago by borja

Update: While working on #37, in patch [4/OpenWorkouts-current] I've added the concept of a "nickname" for users. If a user has a nickname, we can allow users to access this public profile page using that nickname, like in https://openworkouts.org/Wu. If it does not have a nickname, use the user uid, showing a warning to the user - when he is seeing his own profile- telling him about setting a nickname

comment:3 Changed 5 years ago by borja

  • Resolution set to fixed
  • Status changed from accepted to closed

Implemented initial version of the profile (check source:OpenWorkouts-git):

  • basic info about the user (gender, name, age, etc)
  • bio/long description
  • "last 12 months" activity chart, with filters for time/distance/elevation and switchers monthly/weekly views
  • list of workouts matching the selected month/week on the activity chart
  • basic stats (counters) for distance/time/elevation/etc for the selected period in the chart

The profile is accesible also using a "more friendly" url, using the nickname, as mentioned in previous comments in this ticket.

I guess we can close this one now, any future improvements will be done as part of other tickets.

Note: See TracTickets for help on using tickets.