Creates docker image for unstable branches, currently uses bootstrap branch but a new dedicated unstable branch will be made to keep main build clean until merges are vetted
Session cards completed with bootstrap
Minor fixes with bootstrap on other elements
Still need to cleanup unused css classes aswell as figure out why cards are not being rounded
Navbar partially completed, may tweak
StatCards on home page has been somewhat unified, will need to figure out how to use boot strap to make it look like the cards on main branch
Bootstrap applied to settings page(still not finalized on a design)
Fixed more sql quereis
Noticed hardcoded userid value for last-played/recently played stats, changed to dynamic admin userid due to full permission access of libraries
Basic user page completed
UI color scheme and css changes
Now stores and uses blurred image hashes for loading item images
Broke auto init DB somewhere along the lines
Created users info page when viewing user data on user tab
Added DB Procs to retrieve data for those components
Added db auto initialize to the backend in preparation for docker images, this needs work as it still crashes if it cant connect to the db
Changed around nav bar
Added users stats view
renamed views for better understanding(still more to do).
CREATED SCRIPT TO SPINUP POSTGRESS DB WITH TABLES AND FUNCTIONS
1) Created components for statistic reporting.
2) Database changes and PROC/Function creations. Still need to make MOST VIEWED LIBRARIES/CLIENTS/ MOST ACTIVE USERS dynamically load with date range (Function Creation on DB side)