Commits on Source 63
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Evans authored
added initial java files within main.java.Team5.SmartTowns.Towns to follow more dynamic town list in HomePage.html
-
Rhys Evans authored
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Evans authored
-
Rhys Nute authored
-
Gabriel Copat authored
-
Gabriel Copat authored
Added UserProfile HTML skeleton Added Constructor for User Class
-
Rhys Nute authored
-
Gabriel Copat authored
User Class and Controller updated to work with page
-
Gabriel Copat authored
-
Gabriel Copat authored
Fized a few bugs with template styling Added default picture for badges
-
Rhys Nute authored
-
Rhys Nute authored
-
Gabriel Copat authored
Finalized the CSS for the UPP Added Default pictur for sticker Added Picture for DragonTrail completion
-
Rhys Nute authored
-
Rhys Nute authored
-
Rhys Evans authored
Ready to merge - Database Closes #30 See merge request !16
-
Rhys Evans authored
Fixed slight verification issue with form emaila ddress validation and fixed incorrect redirect linik after valid submission
-
Rhys Evans authored
Updated table to contain correct table columns with partial Caerphilly location data frome ach avialable trail
-
Rhys Evans authored
-
Rhys Evans authored
integrated location/landamrk table with landamrk signup form todo: lcoationDEescription constricted by varchar(250), find better way to implement large text
-
Rhys Evans authored
-
Rhys Evans authored
form correctly adds valid submits to locations table, attemnpting to add Java alert to identify correct submission
-
Rhys Evans authored
cleared code, made addLocations element name easier to distinguish, fixed bug with landamrk form not defaulting to select location/trail disabled selection dropdown option by default
-
Rhys Evans authored
-
Gabriel Copat authored
-
Gabriel Copat authored
-
Gabriel Copat authored
-
Gabriel Copat authored
Added User Database Loaded both into the UserController, displaying at the UserPage. Added new database entries in data.sql Deleted old user object, not in use.
-
Gabriel Copat authored
-
Gabriel Copat authored
(Added required database entries and updated HTML/CSS accordingly)
-
Rhys Evans authored
Renamed location.class to Location.class for better disinguishment. Followed feedback provided by RN and removed unnecessary locationID variable within Location class
-
Rhys Evans authored
Added 4 basic locations associated with the Penarth and Risca trails listed in the landamrk submission form. Moved said forms javascript to a seperate file
-
Rhys Evans authored
-
Rhys Evans authored
Updated styling layout and banner-image positions, modified progress color scheme to jsut show a simple green if over 60% compelete and red if 60 or under
-
Rhys Evans authored
-
Rhys Evans authored
Merge branch 'main' into 48-as-a-user-i-want-to-see-a-list-of-all-available-towns-with-trails-so-i-can-plan-where-to-go Merging to allow up do date branch version in order to push this banch to main
-
Rhys Evans authored
-
Rhys Evans authored
-
Gabriel Copat authored
-
Gabriel Copat authored
Merge branch 'main' into 50-as-a-client-i-want-gamification-of-the-badges-so-that-users-remain-engaged # Conflicts: # src/main/resources/data.sql
-
Gabriel Copat authored
-
Gabriel Copat authored
-
Gabriel Copat authored
-
Gabriel Copat authored
-
Gabriel Copat authored
-
Connor Brock authored
Resolve "As a user, I would like a place to see all my earned badges, so that I can track my progress." Closes #51 See merge request !25
-
Gabriel Copat authored
-
Gabriel Copat authored
Merge branch 'main' into 50-as-a-client-i-want-gamification-of-the-badges-so-that-users-remain-engaged # Conflicts: # src/main/resources/data.sql
-
Connor Brock authored
Merge branch '50-as-a-client-i-want-gamification-of-the-badges-so-that-users-remain-engaged' into 'main' Resolve "As a client I want gamification of the badges, so that users remain engaged." Closes #50 See merge request !26
-
Connor Brock authored
Set up landing page for Dragons Tale, intergrated Thymeleaf and related controllers. Applied simple CSS and JS button to redirect to a new URL. Need to set up a controller to support this redirect.
-
Rhys Evans authored
Merge branch '46-as-a-child-i-want-an-interesting-and-exciting-story-based-trail-with-obvious-landmarks-so-i-can' into 'main' Resolve "As a child, I want an interesting and exciting story based trail with obvious landmarks, so I can follow the trail with ease. (Outline Only)" Closes #46 See merge request !29
Showing
- build.gradle 4 additions, 2 deletionsbuild.gradle
- identifier.sqlite 0 additions, 0 deletionsidentifier.sqlite
- src/main/java/Team5.Smarttowns/Data/Towns.db 0 additions, 0 deletionssrc/main/java/Team5.Smarttowns/Data/Towns.db
- src/main/java/Team5/SmartTowns/Data/DatabaseController.java 35 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Data/DatabaseController.java
- src/main/java/Team5/SmartTowns/Data/Location.java 48 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Data/Location.java
- src/main/java/Team5/SmartTowns/Data/locationRepository.java 12 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Data/locationRepository.java
- src/main/java/Team5/SmartTowns/Data/locationRepositoryJDBC.java 42 additions, 0 deletions...in/java/Team5/SmartTowns/Data/locationRepositoryJDBC.java
- src/main/java/Team5/SmartTowns/Data/trail.java 12 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Data/trail.java
- src/main/java/Team5/SmartTowns/Data/trailsRepository.java 8 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Data/trailsRepository.java
- src/main/java/Team5/SmartTowns/Data/trailsRepositoryJDBC.java 28 additions, 0 deletions...main/java/Team5/SmartTowns/Data/trailsRepositoryJDBC.java
- src/main/java/Team5/SmartTowns/Landmarks/Landmarks.java 8 additions, 4 deletionssrc/main/java/Team5/SmartTowns/Landmarks/Landmarks.java
- src/main/java/Team5/SmartTowns/Landmarks/LandmarksController.java 10 additions, 6 deletions.../java/Team5/SmartTowns/Landmarks/LandmarksController.java
- src/main/java/Team5/SmartTowns/Towns/TownController.java 21 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Towns/TownController.java
- src/main/java/Team5/SmartTowns/Towns/TownStorage.java 44 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Towns/TownStorage.java
- src/main/java/Team5/SmartTowns/Towns/Towns.java 62 additions, 0 deletionssrc/main/java/Team5/SmartTowns/Towns/Towns.java
- src/main/java/Team5/SmartTowns/Webpages/WebpageController.java 9 additions, 8 deletions...ain/java/Team5/SmartTowns/Webpages/WebpageController.java
- src/main/java/Team5/SmartTowns/rewards/Badge.java 51 additions, 0 deletionssrc/main/java/Team5/SmartTowns/rewards/Badge.java
- src/main/java/Team5/SmartTowns/rewards/BadgesRepository.java 9 additions, 0 deletionssrc/main/java/Team5/SmartTowns/rewards/BadgesRepository.java
- src/main/java/Team5/SmartTowns/rewards/BadgesRepositoryJDBC.java 33 additions, 0 deletions...n/java/Team5/SmartTowns/rewards/BadgesRepositoryJDBC.java
- src/main/java/Team5/SmartTowns/rewards/RewardsController.java 7 additions, 0 deletions...main/java/Team5/SmartTowns/rewards/RewardsController.java
identifier.sqlite
0 → 100644
src/main/java/Team5.Smarttowns/Data/Towns.db
0 → 100644
File added