feat(web): improved server stats

This commit is contained in:
Michel Heusschen
2023-02-25 15:05:58 +01:00
parent 71d8567f18
commit 09a1d56bf3
25 changed files with 199 additions and 260 deletions

View File

@@ -16,27 +16,17 @@ void main() {
// final instance = ServerStatsResponseDto();
group('test ServerStatsResponseDto', () {
// int photos
// int photos (default value: 0)
test('to test the property `photos`', () async {
// TODO
});
// int videos
// int videos (default value: 0)
test('to test the property `videos`', () async {
// TODO
});
// int objects
test('to test the property `objects`', () async {
// TODO
});
// int usageRaw
test('to test the property `usageRaw`', () async {
// TODO
});
// String usage
// int usage (default value: 0)
test('to test the property `usage`', () async {
// TODO
});

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
});