CODE CLEANUP FROM SPRINT #2
- Dec 05, 2023
-
-
Gabriel Copat authored
# Conflicts: # src/main/java/team5/smartTowns/towns/TownStorage.java
5ae88bc6 -
Gabriel Copat authored
- Unused Database in wrongly named package in Teams5 deleted (Smarttowns/Data instead of smarttowns/data) - Deleted unused/empty HTML files: home.html, index.html, QRCodeScanner.html, temp_frags.html, test.html, users.html. Renamed files to follow java naming conventions: - Renamed Packages to be lowercase - Renamed Objects to be uppercase Organised Images folder - Icons moved to images/icons (and references updated) - City Banners moved to images/banners - Unused & Repeated images deleted Moved Files: -HTML fragments for header and footer moved into the fragments folder in templates, to follow the placement of other fragment files. (ALL REFERENCES TO FILES ADJUSTED IN THE CODE)
95e4222f
-