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

Create Update Application endpoint #11

Closed
hani64 opened this issue Nov 8, 2023 · 0 comments · Fixed by #16
Closed

Create Update Application endpoint #11

hani64 opened this issue Nov 8, 2023 · 0 comments · Fixed by #16
Assignees

Comments

@hani64
Copy link
Contributor

hani64 commented Nov 8, 2023

Request Schema:

POST Update Application (/application-update)
Request & No Response (Look for 200 status code)
{
	is_draft: boolean
	application: {
Application data …
}
}

Ensure the validity of data:

  • Follows a given format (e.g. emails always have a @ and .)
  • Is not malicious (e.g. Code or SQL queries)
  • Follows enums specified in Front-end (e.g. Gender can only be Male, Female, Other. If it is something else, something is wrong)

Leave Resume for now. This will require integration with S3 which is not configured yet

@hani64 hani64 self-assigned this Nov 8, 2023
@hani64 hani64 linked a pull request Nov 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant