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

added program form backend #46

Closed

Conversation

lisasiliu
Copy link
Member

Tracking Info

Resolves #20

Changes

Added program form schema, validator, createProgramForm, post route

Testing

Tested incorrect fields, missing fields

Confirmation of Change

See files in backend/src. Request bodies use following structure:
{
"name": "A New Program",
"abbreviation": "ANP",
"type": "regular",
"startDate": "2022-09-10T11:00:55Z",
"endDate": "2023-08-10T11:00:55Z",
"color": "#FFFFFF"
}

@adhi0331 adhi0331 closed this Feb 4, 2024
@lisasiliu lisasiliu deleted the feature/lisasiliu/add-programs-form-backend-route-fix branch February 21, 2024 20:09
@lisasiliu lisasiliu restored the feature/lisasiliu/add-programs-form-backend-route-fix branch February 21, 2024 20:09
@lisasiliu lisasiliu deleted the feature/lisasiliu/add-programs-form-backend-route-fix branch February 21, 2024 20:09
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

Successfully merging this pull request may close these issues.

EPIC - Add Programs Form
2 participants