Revamp statistics components #75
Open
opened 2024-02-20 11:54:12 +00:00 by linus
·
4 comments
No Branch/Tag Specified
main
feature/date-filter-adaptation
feature/currency-adaptations
api-update
Refactor3
Refactor2
Refactoring
GuidedTour
DynamicRoutes2
Dynamic-routes
CSSRefactoring
UIElements9
UIElements8.2
UIElements8.1
Refactoring1
UICaching3
UICaching2
UICaching
UIElements7
UIElements6
UIElements5
UIElements4
UIElements3
UIElements2
UIElements
UIBeforeNuts
UIBuyerGraph
UIBasic
No results found.
Labels
Clear labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Breaking change that won't be backward compatible
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TEDective/ui#75
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I think there are two classes of aggregate statistics we might want to show:
https://observablehq.com/plot/getting-started looks really nice as one could play around in a notebook and then eject the relevant JavaScript
Inspiration:
The precomputed stats can go under the search bar in the home page or a dedicated page is created for them.
Is the data ready or should be mocked? Can you add more details. Thanks.
Hey @siemer. Generally, the API is becoming much more capable now so I guess depending on what kind of data one want to show, it's already possible with a bit of filtering/aggregating on the frontend.