feat(views): list, add, stats
This commit is contained in:
27
DESIGN.md
27
DESIGN.md
@@ -11,13 +11,15 @@
|
||||
|
||||
# MVP
|
||||
|
||||
- [x] chore: data model
|
||||
- [x] data migration scripts
|
||||
- [ ] homepage
|
||||
- [ ] form to register an instance
|
||||
- [x] form to register an instance
|
||||
- [ ] check for duplicates
|
||||
- [ ] grab first stats : version, users, groups, events
|
||||
- [ ] if fail, set failure to 1
|
||||
- [ ] confirmation page
|
||||
- [ ] instances list, no pagination
|
||||
- [x] instances list, no pagination
|
||||
- [ ] abuse link
|
||||
- [ ] cron
|
||||
- [ ] select instances where failure < max_failure
|
||||
@@ -25,13 +27,20 @@
|
||||
- [ ] if fail, set failure to failure+1
|
||||
- [ ] if success, set failure = 0
|
||||
- [ ] stats page
|
||||
- [ ] instances over time area chart
|
||||
- [ ] users over time area chart
|
||||
- [ ] events over time area chart
|
||||
- [ ] groups over time area chart
|
||||
- [ ] versions pie chart
|
||||
- [ ] languages pie chart (user weighted ?)
|
||||
- [ ] location pie chart
|
||||
- [x] big numbers
|
||||
- [x] total Instances
|
||||
- [x] total Users
|
||||
- [x] total Groups
|
||||
- [x] total Events
|
||||
- [x] over time
|
||||
- [x] instances over time area chart
|
||||
- [x] users over time area chart
|
||||
- [x] events over time area chart
|
||||
- [x] groups over time area chart
|
||||
- [ ] repartition
|
||||
- [ ] versions pie chart
|
||||
- [ ] languages pie chart (user weighted ?)
|
||||
- [ ] location pie chart
|
||||
|
||||
|
||||
# impl
|
||||
|
Reference in New Issue
Block a user