-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
kzcote edited this page Dec 12, 2018
·
8 revisions
- Gradient Bar image to the static/images folder
- Tests.py to reflect all of the changes made within the current sprint
- Help page to no longer show the GitHub link and the Changelog
- Help page now explains the free capacity gradient and how to sort each column
- Login page now says FileSublime instead of File Browser
- Client Side Caching Ajax error
- Tenant access to unauthorized files if they had the download link
- Sorting by System ID so that it sorts numerically instead of lexicographically.
- Server side processing to drastically increase the time to load the tables no matter how much data is on the database
- Gradient coloring to visually show how much free capacity is left when under 30% left
- User will now be logged out upon closing the tab with FileSublime open
- HTML file for each system so that we no longer show the number of files and instead show the most recent file date and the free capacity left on the system
- ImportJson now adds the most recent date and capacity to the system objects
- Login page UI
- Models.py file to store the capacity for each file on our database
- Help page to give more information to the user
- HTML file for each file so that a fourth column displays the free capacity
- ImportJson.py now adds the capacity info to the file objects in the database
- Script to create users to access the database
- Login authentication to work with created users
- Tenant authorization so that a user can only access their own systems
- Functionality to the navigation bar, the buttons can now be pressed and actually do something
- Basic login.html file to reflect the design of the original login page
- More white box testing for both the models.py and views.py
- The JS and HTML files for the files page to display the dates in the appropriate format
- The files page was changed to display the system and company info
- First white box tests were added into the tests.py file for Django's testing suite
- importJson.py will now work with all OS types
- files_page.html bug was fixed so search bar does not overflow over the card
- urls.py to reflect the appropriate url names
- views.py to use the generic list view provided by Django
- Updated the systems_page.html file to no longer contain all the CSS code
- System and file page HTML mockups to better represent the original design of the website
- Help page to tell the user how to use the website
- Dynamic page template based off of the HTML mockups previously mentioned
- views.py and urls.py to reflect the addition of the help page
- importJson.py script to allow for us to easily import json files into the database
- tests.py to allow for automated testing using Django's testing suite
- Django models.py file to reflect our design for the database
- Django manage.py file to handle the exception of importJson not working
- Django urls.py to contain the correct urls for our website
- Django settings.py to add the PostgreSQL database
- Django views.py to contain the appropriate view for both file and systems pages
- Basic base HTML file to outline the design of our website
- Basic Django file structure
- Support files for DataTables, JQuery and Bootstrap
- Navigation bar HTML file