Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Sign up endpoint notes #2

Open
amulya opened this issue Mar 6, 2019 · 1 comment
Open

Sign up endpoint notes #2

amulya opened this issue Mar 6, 2019 · 1 comment

Comments

@amulya
Copy link
Collaborator

amulya commented Mar 6, 2019

-Do not return render_template() from endpoint; return JSON object (important: include status code. 200, 404, 400, etc)
-request.form may not work to access form info. We may have to access info using request.data or something else. Must test this.
-set up database interaction (wait on amulya to set up database first)
-add error checking once you obtain/check info against database

@amulya amulya closed this as completed Mar 26, 2019
@amulya
Copy link
Collaborator Author

amulya commented Mar 26, 2019

T0 do still:
-add error checking

@amulya amulya reopened this Mar 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant