v1.1
v1.1.0: A couple new features come with this version, first off, you now have the ability to leave evidence blank, with full support for the View Evidence button becoming greyed out for easier visualization of no evidence. Also, when adding a report, you will now see a new button next to Add Report, that which allows you to add your report to the database, and stay on the add report page in order to create another afterward. Finally, my favorite feature of all, adding and editing reports now has the ability to search through the database of all saved reports in order to provide autocomplete suggestions on reporter and reportee names, easily allowing you to find that one person with a very long or hard to remember name.
Most features have been extensively tested, however there are always edge cases in programming that will not be caught until deployment. So if you run into any issues, feel free to open an issue here on the repository. There are bound to be changes and improvements upon this version, however the base model of the project should stay relatively the same from here on out.
Windows Instructions:
- Extract the garnet-report-database-win32-x64 folder to somewhere like your desktop
- Open the folder
- Run the garnet-report-database.exe and wait 1-3 seconds for the backend server to automatically load
Linux Instructions:
- Extract the garnet-report-database-linux-x64 folder to somewhere like your desktop
- Open the folder
- Run the garnet-report-database application and wait 1-3 seconds for the backend server to automatically load
You can now access the report management system from the open window, as well as press Ctrl+R to quickly open a small window with the add report form, for quick access to adding reports. You can then press Ctrl+R again to hide the small window. While the main window of the application is open, you are also able to access the report system from any device on your wifi that has a web browser. Just go to "https://your_pc_local_ip:4200" while you have the report app running on your pc, and you will be able to access the report system right from your web browser. It is also possible to run the web server using server.exe, and access the app in your browser using the given link, however this method is not recommended, as some features may not work as intended.
Full Changelog: v1.0.1...v1.1.0