1
0

feat(views): list, add, stats

This commit is contained in:
2025-07-04 00:13:16 +02:00
parent d43e2651c5
commit 8e324b2a1f
7 changed files with 212 additions and 13 deletions

View File

@@ -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