Files
snek/src
retoor b747dd8a3a feat: add async validation and submission to generic form with username uniqueness check
Implement async to_json and is_valid across form, model, and validator layers to support client-side form validation via fetch. Introduce UsernameField with async uniqueness check against user service count. Wire up services and mappers as SimpleNamespace on app startup. Refactor UserService to extend BaseService and rename create_user to register with email parameter. Fix UserMapper model_class attribute name.
2025-01-24 20:19:03 +00:00
..