Commits on Source (11)
-
Rhys Evans authored
Fixed slight verification issue with form emaila ddress validation and fixed incorrect redirect linik after valid submission
d0df041c -
Rhys Evans authored
Updated table to contain correct table columns with partial Caerphilly location data frome ach avialable trail
b53e998e -
Rhys Evans authoreddbd4a46d
-
Rhys Evans authored
integrated location/landamrk table with landamrk signup form todo: lcoationDEescription constricted by varchar(250), find better way to implement large text
8d75ddba -
Rhys Evans authoredda7b1929
-
Rhys Evans authored
form correctly adds valid submits to locations table, attemnpting to add Java alert to identify correct submission
873e67ac -
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
5e306287 -
Rhys Evans authoredfc8ff8da
-
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
bd9eb068 -
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
9d93d25b
Showing
- src/main/java/Team5/SmartTowns/Data/DatabaseController.java 2 additions, 2 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/location.java 0 additions, 12 deletionssrc/main/java/Team5/SmartTowns/Data/location.java
- src/main/java/Team5/SmartTowns/Data/locationRepository.java 4 additions, 2 deletionssrc/main/java/Team5/SmartTowns/Data/locationRepository.java
- src/main/java/Team5/SmartTowns/Data/locationRepositoryJDBC.java 18 additions, 5 deletions...in/java/Team5/SmartTowns/Data/locationRepositoryJDBC.java
- src/main/java/Team5/SmartTowns/Landmarks/Landmarks.java 3 additions, 2 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/resources/data.sql 25 additions, 2 deletionssrc/main/resources/data.sql
- src/main/resources/schema.sql 6 additions, 1 deletionsrc/main/resources/schema.sql
- src/main/resources/static/scripts/landmarkFormThScript.js 35 additions, 0 deletionssrc/main/resources/static/scripts/landmarkFormThScript.js
- src/main/resources/templates/Landmarks/LandmarkFormTh.html 6 additions, 39 deletionssrc/main/resources/templates/Landmarks/LandmarkFormTh.html