SENG499-COMPANY4 / frontend

A course scheduler created for the University of Victoria Software Engineering department.
http://seng-scheduler.web.app
3 stars 3 forks source link

Every time an event is changed on the calendar, the new schedule should be validated and any error responses are handled on the frontend #74

Open vijaivir opened 1 year ago

vijaivir commented 1 year ago

The JSON is already being created, just need to call the validate API and display the error or success messages on the frontend. This feature would also apply to the new popup to change the professor from an event but that feature has not been developed yet.

markmotet commented 1 year ago

https://www.preline.co/docs/alerts.html

vijaivir commented 1 year ago

Communicate with Mark on how you can edit his implementation to genereate new JSON when the scehdule is edited.

Ale-Torres commented 1 year ago

call validate from algo 1. Need to show error message if is valid or not.