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

REST API for user registration #48

Open
kuboschek opened this issue Apr 5, 2020 · 2 comments
Open

REST API for user registration #48

kuboschek opened this issue Apr 5, 2020 · 2 comments
Milestone

Comments

@kuboschek
Copy link
Contributor

For the first page (basic user details), a REST API is required to allow dynamic display of form validation errors.

The API should take:

  • firstName
  • middleName
  • lastName
  • email
  • memberType
  • membershipLevel
  • acceptTOS

and return either success or errors.

@kuboschek kuboschek added this to the Signup Rework milestone Apr 5, 2020
@tkw1536
Copy link
Member

tkw1536 commented Apr 5, 2020

Should we add DRF and start migrating most things to APIs?

@tkw1536
Copy link
Member

tkw1536 commented Apr 26, 2020

A REST API for validating a new user has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants