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
- Reformat all Python code to Black standard
- 🏁 Add precommit lint script