-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add a user stats screen #99
Comments
As a note, I recognize Wanderer has taken on more of a social vibe than a tracking vibe, so currently the GPX is not associated with the "completion" but with the "trail". It may be worth considering separating the two. I.E. allow for a GPX upload for each completion in the Summit Book. This way each user can track their own independent traversal. |
Sorry for the late reply. I had a bit of a think about this as I want this to be part of a major update. Right now I like the idea of transitioning the summit book to more of an activity log and allowing to attach GPX files to an entry. Once that is implemented I'd like to create a dashboard where the user can see the stats of their activity logs in different widgets like you mentioned. I'm currently still a bit unsure if I want the trails themselves to be part of the stats or just the data from the activity log. So any input is welcome. |
Personally, I think the following setup would be the most ideal:
|
Added in v0.10.0 at /profile. Please feel free to add suggestions for additional stats in this issue. |
Statistics update based on summit logs attached to the trail and not the trail itself. However, a summit log should have been added automatically when you uploaded the GPX to your trail. |
Sure, I:
Maybe that's why it shows the 404 not found as it's technically deleted but still showing up? And maybe that's why it can't update the stats? In the stat screen it's stuck at two tracks basically. One of them has activity unknown. |
Hm, that is not too out of the ordinary. I'm especially surprised by the 404 trail. Can you upload a trail to the demo instance and see whether you get a similar result? I'm just wondering if there is a problem with the parsing of the FIT/GPX file. |
It would be great to be able to view user statistics. For instance, a profile page at
/users/myuser
that contains the below stats, calculated off the completion and the GPX file used for the route.This should be filterable by activity type (hiking/biking/etc), and segmented by time frame (year/month/custom).
It would need to filter out activities that don't have GPX data for time/etc. That could be displayed with a (
23 of 25 activities displayed
/etc)The text was updated successfully, but these errors were encountered: