Skip to content

CODE CLEANUP FROM SPRINT #2

Gabriel Copat requested to merge cleanup into main

Deleted Files:

  • 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

  • Renamed Packages to start lowercase (Following Java Naming Conventions)
  • Renamed Objects to start uppercase (Following Java Naming Conventions)

Moved Files:

  • Images moved to appriate sub-folders
  • HTML files moved to appropriate sub-folders

Organizing Details

  1. Images Folder:
  • Icons moved to images/icons (E.g. Instagram, Twitter/X, VZLA Logo)
  • City Banners moved to images/banners
  • Unused or Repeated images deleted
  1. Templates folder: -HTML fragments for header and footer (Templating.html) moved into the fragments folder in templates, to follow the placement of other fragment files.

(ALL REFERENCES TO FILES CHANGES WERE ADJUSTED IN THE CODE WHERE NEEDED)

Edited by Gabriel Copat

Merge request reports