acmucsd / membership-portal

REST API for the UC San Diego ACM chapter's membership portal.
https://members.acmucsd.com
Mozilla Public License 2.0
17 stars 5 forks source link

Throw error on event creation if start date is later than end date #355

Closed maxwn04 closed 1 year ago

maxwn04 commented 1 year ago

Added condition in the create function for the event service to check if the end date was later than the start date

Closes #179.

github-actions[bot] commented 1 year ago

Thanks for contributing! If you've made changes to the API's functionality, please make sure to bump the package version—see this guide to semantic versioning for details—and document those changes as appropriate.

maxwn04 commented 1 year ago

image