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

chore(ui): validate user input to forms and apis #307

Closed
3 tasks
andrewrisse opened this issue Mar 21, 2024 · 0 comments · Fixed by #349
Closed
3 tasks

chore(ui): validate user input to forms and apis #307

andrewrisse opened this issue Mar 21, 2024 · 0 comments · Fixed by #349
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@andrewrisse
Copy link
Contributor

andrewrisse commented Mar 21, 2024

Validate user input to forms and apis

Type: Chore

Description: When a user submits a form or data to Svelte API endpoint, validate the input. Recommend using Yup or Zod.

User Story:
As a Leapfrog dev team member, I want my app to be protected from incorrect or malicious user input so that I can protect our mission heroes.

Acceptance Criteria:

  • All user input to forms and API endpoints is validated
  • Errors are properly handled for incorrect input
  • Unit tests
@andrewrisse andrewrisse self-assigned this Mar 21, 2024
@andrewrisse andrewrisse added the enhancement New feature or request label Mar 21, 2024
@YrrepNoj YrrepNoj added this to the SPRINT milestone Apr 4, 2024
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

Successfully merging a pull request may close this issue.

2 participants