code: database list, get, create, and fixed migration

This commit is contained in:
2024-02-16 21:40:27 +01:00
parent 8d07fafabd
commit 1dc24bf244
9 changed files with 96 additions and 34 deletions
+10
View File
@@ -54,3 +54,13 @@ Probably options should be transmitted via JSON data.
</div>
```
-
## Error System for Repository
Repository needs a good error system, and Results instead of just returning data;
These errors should encompass:
- Validation Errors: these should allow forms to display issues, but not disrupt the flow
- Wrong Data / Not Authorized and other 400 base
- Not Found Error: for 404s
- Internal Errors: for 500s