Skip to content

Releases: jwflory/django-rit-grasa

v1.1.0: ISTE-501 course deadline

29 Nov 01:39
v1.1.0
Compare
Choose a tag to compare

This git tag marks the v1.1.0 release of the GRASA Event Locator. As of this release, the application is feature-complete and nearly ready for a full production deployment. No more back-end or front-end code modifications are planned. The contents of this git tag were uploaded to the ISTE-501 course dropbox at the Rochester Institute of Technology on the evening of November 28th, 2019.

A summary of changes since v1.0.0 is below:

  • ❌ Add user/event denial reasons (sent via email to Providers)
  • 📜 Use text file templates to generate email messages
  • 🔒 Expand config file options (see example config for context)
  • 🔧 Add new local development / debugging tools (Django Debug Toolbar)
  • 📝 Add User Documentation
  • 🗑️ Remove files/code not being used
  • 🔍 Sort search results in alphabetical order
  • 🪲 Miscellaneous bug fixes / improvements
  • 💻 Add production deployment scripts / automated tools
  • :bowtie: Reformat all Python code to Black standard
  • 🏁 Add precommit lint script

v1.0.0: First release

13 Nov 02:24
v1.0.0
Compare
Choose a tag to compare

This tag marks v1.0.0 of the django-rit-grasa / grasa_event_locator
project. This marks a fully-functioning version of the web application.
The outcome of this release was from a semester's worth of work. We are
proud to present the v1.0.0 release!

This release was made possible by the following folks:

Future releases will focus on improving and iterating on existing
functionality. New changes will be approached carefully, as we focus on
tightening the screws on our existing MVP functionality. While there are
a large number of improvements we could still make, we have to be choosy
and select the ones that require the most critical functionality to the
Event Locator leading to the hand-off.

Future releases by Team Platypus will feature more extensive changelogs.
This format of tagging will not be reused.