v1.0.1
v1.0.1: Version 1.0 had a minor issue with loading the evidence, that was caused by a small change made without testing, towards the end of development. Version 1.0.1 fixes this issue, allowing evidence to properly load when the View Evidence button is pressed. The Ctrl+R hotkey report form window size has also been increased by 200 pixels on both width and height.
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.0...v1.0.1