You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: dylan's integration of program components and back-end api, and new program page (#634)
* feat: adds Program and ProgramList as components
* feat: adds AddProgram page with form
* feat: adds a confirmation page for form submission
* feat: adds Dylan's react component implementations (#589)
* feat: creates template and compontent for programs
* feat: sets up react router and also adds css for program page
* feat: adds a new program form, does not create program
* TODO: need to finish implementing add new program feature
* feat: Implement feature that GET a list of programs from api
* feat: creates Program form
* feat: enhance ProgramForm with styling and error/success messages
* chore: resolve merge conflicts
* feat: add program button
* chore: resolve programList merge conflict
* fix: handle empty or non json response safely
* fix: undo changes to program data in back-end api
* chore: undo changes to server.ts in back-end api
* chore: undo changes to template
---------
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
Co-authored-by: VicenteVigueras <vicente.viguerassilva@gmail.com>
0 commit comments