Releases: ifBars/gmod-report-database
v1.4.0
Version 1.4.0 Changes:
- Exporting reports to csv
- User look up page
- Bans internal server error bug fix
- Ban importing Steam ID persistence
- Smaller file size!! FROM 342 MB TO 158 MB (this was done by removing pandas, a large python library, and replacing it with the smaller csv library)
- Faster load time AND a loading screen!
- Easier reports deep storage month navigation
How to run:
- Extract the garnet-report-database folder to somewhere like your desktop
- Open the folder
- Run the garnet-report-database.exe and wait for the backend server to load
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.1:
Bug Fix - Fixes an issue with the bans system where the evidence is not submitted to or loaded from the backend.
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, or dm me on discord.
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
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.3.0: Add Bans and Total Report Counter
Add Bans - Users now have the ability to manually add bans
Total Report Counter - Main page now shows a total report count per month
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, or dm me on discord.
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
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.2.0...v1.3.0
v1.2
v1.2.0: THEMES AND DEEP STORAGE
Themes - Users now have the ability to choose between 5 different themes in the settings page (dark mode included)
Deep Storage - The main page will now only show reports from the current month, with a button to "Open Deep Storage" which then allows the user to easily view reports on a month by month basis. Remember, you can still search for individual dates and months using the search bar, currently the search bar has the ability to search through "Deep Storage" so using the search bar does NOT require you to first open deep storage, the search will essentially open it for you. This is a little conflicting in the way that search & deep storage work currently, so this may change in the future.
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, or dm me on discord.
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:
If there are any Linux users that need help, dm me on discord
Linux version is basically untested, so if the application doesn't work, you can always just run app.py in terminal window and navigate to the provided IP address in your web browser.
- 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.1.0...v1.2.0
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
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
v1.0
v1.0 IS OUTDATED: Latest Release
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 with this version, feel free to open an issue here on the repository. There is 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.
Instructions:
- Extract the garnet-report-database 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 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.