Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

v0.4.0

Latest
Compare
Choose a tag to compare
@ASankaran ASankaran released this 30 Mar 18:26
· 548 commits to master since this release
e92bcae

The API is released as a container available on DockerHub. The service to run is specified via the CMD argument to the container.

Major Changes:

  • Rewrite of the notifications service to simplify usage by API consumers.
  • Events are now keyed by a unique ID and can have non-unique and changeable names.
  • Registration and RSVP data is copied through Registration -> RSVP -> Checkin services. Stats like school, major, etc are now quick to compute and return via the exists stats infrastructure without the need for manual mongo queries.
  • The upload service now has a blobstore, which is writable by Staff and Admins, and readable by everyone.