code: basic create view and HX-Header integration (first htmx)

This commit is contained in:
2024-01-28 00:53:49 +01:00
parent c439220409
commit 9feb2f4ae7
10 changed files with 103 additions and 19 deletions
+20
View File
@@ -10,3 +10,23 @@
- [ ] better 500 handling
edit functionality:
- edit-list (which fields can we edit)
-> unlike in django, we have no access to the model completely, however, we also do not have to care.
- widgets (how fields are rendered in the edit form)
-> 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.
- validation.
-> client side as well?
-> existing solutions?
-> transparent way to display error messages at the appropriate field (probably adding results into responses)
-> required
-> invalid
-> invalid(max-length)
auth:
- user model.
- auth middleware.
- message the user.
-> messaging system