Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Member Registration Form #88

Open
8 tasks
giobber opened this issue Oct 15, 2023 · 0 comments
Open
8 tasks

Member Registration Form #88

giobber opened this issue Oct 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@giobber
Copy link
Member

giobber commented Oct 15, 2023

Creation of Member is too complex to handle with a Django auto-generated form from model
On save this form should create user, create address and create member, make sure that code handles error on saving all of this models.

  • Add User required fields (username, password, email)
  • Add field first_name, last_name, social_id, gender
  • Use first_name, last_name and birth_date.year or an incremental integer to generate username on submit or via JavaScript
  • Use social_id to check gender validity on submit
  • Use social_id to fill other personal data fields (birth_place, birth_date)
  • Add checkbox for enabling editing in other personal data fields (birth_place, birth_date)
  • Add fields for documents
  • Add fields for Permanent Address (Indirizzo di Residenza)
@giobber giobber added the enhancement New feature or request label Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant