feat(web): improved server stats (#1870)

* feat(web): improved server stats

* fix(web): don't log unauthorized errors

* Revert "fix(web): don't log unauthorized errors"

This reverts commit 7fc2987a77.
This commit is contained in:
Michel Heusschen 2023-02-26 20:57:34 +01:00 committed by GitHub
parent 7d45ae68a6
commit 368142e79b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 199 additions and 260 deletions

View file

@ -21,8 +21,13 @@ void main() {
// TODO
});
// int videos
test('to test the property `videos`', () async {
// String userFirstName
test('to test the property `userFirstName`', () async {
// TODO
});
// String userLastName
test('to test the property `userLastName`', () async {
// TODO
});
@ -31,12 +36,12 @@ void main() {
// TODO
});
// int usageRaw
test('to test the property `usageRaw`', () async {
// int videos
test('to test the property `videos`', () async {
// TODO
});
// String usage
// int usage
test('to test the property `usage`', () async {
// TODO
});