code: functioning example for repository registry; using tokio::sync::Mutex for read/write lock; prototype create

This commit is contained in:
2024-01-28 18:11:02 +01:00
parent 9feb2f4ae7
commit 0e6649de1b
6 changed files with 126 additions and 32 deletions
+7 -4
View File
@@ -17,13 +17,16 @@ edit functionality:
-> how would i create widgets? programmatically? in templates?
-> maybe even both approaches available?
-> need a list of MVP widgets, and a way to extend them.
-> widgets should be groupable.
-> taking a look at djangos solution!
-> are there any smart json data => form things out there?
- validation.
-> client side as well?
-> client side as well? fomantic has it.
-> existing solutions?
-> transparent way to display error messages at the appropriate field (probably adding results into responses)
-> required
-> invalid
-> invalid(max-length)
-> handling: "required"
-> handling: "invalid"
-> example implementation: invalid(max-length)
auth:
- user model.