-
Notifications
You must be signed in to change notification settings - Fork 25
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
2280 add quick summary of num missions, distance, labels, validations, and accuracy to dashboard #2289
Merged
misaugstad
merged 30 commits into
develop
from
1680-give-users-more-feedback-on-dashboard
Oct 15, 2020
Merged
2280 add quick summary of num missions, distance, labels, validations, and accuracy to dashboard #2289
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
4afbe0a
made initial duplicate admin user table
jonfroehlich 8634162
added initial stats for num completed missions, total distance, num l…
jonfroehlich 7acbd32
removed daily contribution graphs and history table
jonfroehlich 0a1d08a
added initial version of user dashboard with distance, labels, accura…
jonfroehlich 7c1b89d
keeps the distance, missions, and total reward earned table but only …
jonfroehlich eb795b7
added some additional new files for badges
jonfroehlich 18f055a
added getUserAccuracy to LabelValidationTable
jonfroehlich f1a9dd8
Updates getUserAccuracy calculation to fix type errors
jonfroehlich 16d3a1e
Fixed the accuracy display
jonfroehlich 2ea92ae
added validation count in summary stats
jonfroehlich 6b3b5ec
Merge branch 'develop' of https://github.com/ProjectSidewalk/Sidewalk…
misaugstad 3f06870
added validations to quick summary dash
jonfroehlich fda5c02
added adaptive km vs mi based on @Messages("measurement.system")
jonfroehlich 2eb9800
Switched to using message table with spanish translations
jonfroehlich ab35f1b
removed commented out old dashboard code
jonfroehlich db5dd26
removed more old commented code
jonfroehlich 701e20b
removed outdated JavaScript code from Progress.js
jonfroehlich b2b4c6e
Removed unnecessary JavaScript includes
jonfroehlich 5dd4746
Merge branch 'develop' of https://github.com/ProjectSidewalk/Sidewalk…
misaugstad 49f7518
Merge branch 'develop' of https://github.com/ProjectSidewalk/Sidewalk…
misaugstad 63b2f86
fixes some code style
misaugstad 3d6ef5d
moved unit conversion logic from model to controller
misaugstad 31ec1d5
removes redundant info on turker user dashboard
misaugstad 328531c
removes unused translations
misaugstad 988fb2c
removes unused icons
misaugstad 4ff212e
removing code that we no longer use
misaugstad 4069d68
removed/renamed some CSS
misaugstad 7fcf77c
adds alt text to images on user dashboard
misaugstad 1b96b0f
removes uncropped icons that have been moved to branding repo
misaugstad 37e50f7
adds newlines to end of dashboard.json files
misaugstad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to change your settings to use spaces instead of tabs, as per style guide.