code: database list, get, create, and fixed migration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user