112 Commits

Author SHA1 Message Date
4a69aec513 clean venues look 2024-11-07 23:57:23 +00:00
17b6b09737 remove old conflicting venue style 2024-11-07 23:57:06 +00:00
d1bb8bb62a remove non-default body background colour 2024-11-06 23:14:50 +00:00
385198fcb2 theme icons change 2024-11-06 23:14:31 +00:00
85f5b5b1b4 basic venues page 2024-11-06 23:14:10 +00:00
0aa53a8080 API for venue views 2024-11-06 23:13:55 +00:00
6a3bb974b9 individual pages 2024-11-06 17:25:59 +00:00
fb2b483d43 import navbar style 2024-11-06 17:25:42 +00:00
7762b830ec nav restyle 2024-11-06 17:25:31 +00:00
5772b0c3eb remove unused static files 2024-11-06 16:03:20 +00:00
00441acf08 fix scss imports 2024-11-06 00:19:31 +00:00
a89cbdd02a navbar to own file 2024-11-05 23:29:13 +00:00
f433da1b20 bootstrap scss over css 2024-11-05 23:15:55 +00:00
3fe2bd4f0f remove unused html 2024-11-05 22:09:00 +00:00
c37f69f64f remove old & unused commands 2024-11-05 22:07:36 +00:00
3d64b410d5 remove unused import 2024-11-05 22:06:59 +00:00
5f8b062058 docstrings 2024-11-05 22:06:29 +00:00
0c914eeb06 old code removal 2024-11-05 22:04:23 +00:00
b8f40d888a generate ERD 2024-11-05 19:26:42 +00:00
43d13fed27 dummy venue test data 2024-11-05 19:00:15 +00:00
5427c676cc add dummy admin user for easy testing
DO NOT IMPORT IN PRODUCTION
2024-11-05 18:59:54 +00:00
ed521d2f6c alter field constraints 2024-11-05 18:59:15 +00:00
ecf81a86b3 add dummy anglers 2024-11-05 18:11:57 +00:00
0bb4bc9ffe old fixtures begone! 2024-11-05 17:22:26 +00:00
a44f597790 waters link to venue 2024-11-05 17:05:55 +00:00
33193ef053 docstrings 2024-11-05 17:04:47 +00:00
03fd41e359 update venue addres fields 2024-11-05 13:51:58 +00:00
5f7ba001ac replace generic types abstract model with integer choices 2024-11-05 13:47:12 +00:00
33de71ba71 move scripts to scripts folder 2024-11-05 13:46:27 +00:00
a5f6f51f11 admin models 2024-11-05 11:56:28 +00:00
32d77d1737 layout restructure 2024-11-05 11:48:32 +00:00
42a8ae9c20 new ERD based models 2024-11-05 10:38:33 +00:00
bc0166b3ce preview fields 2024-07-02 00:46:41 +01:00
jamesparkin675
7adf6b5bf6 Merge branch 'james-dev' of https://gitea.corbz.dev/jamesparkin/Results-Page into james-dev 2024-06-26 21:30:10 +01:00
jamesparkin675
e14be7ba75 Added Venue API 2024-06-26 21:27:59 +01:00
jamesparkin675
6e8bc6d861 Added admin files to static 2024-06-26 00:04:00 +01:00
jamesparkin675
2739acca81 Edited index.html and venues.js
Wrapped index.html in form tag and edited venues.js submit function.
2024-06-25 21:23:58 +01:00
jamesparkin675
a00d595ebb Merge branch 'redesign-branch' into james-dev 2024-06-25 18:09:49 +01:00
Corban-Lee
e726441285 Functional google places api for searching 2023-11-23 00:35:15 +00:00
Corban-Lee
531d4627da google places api 2023-11-22 00:24:25 +00:00
Corban-Lee
0284db2568 Working through the modal changes on the rewrite. 2023-11-20 23:56:51 +00:00
Corban-Lee
ac5a66b054 redesign init 2023-11-09 01:10:58 +00:00
Corban-Lee
bf6d441812 working on the venue UI changes 2023-11-04 21:56:03 +00:00
Corban-Lee
cbbf46bdb9 Location picker & Form Validation
Javascript for the location picker and form validation implementation.
2023-10-27 10:11:20 +01:00
Corban-Lee
ac388a6e5b Location picker map & Modal design
Added a location picker map and a redesign for the new/edit venue modal.
2023-10-27 10:10:35 +01:00
Corban-Lee
0abd71d498 Venue save functionality
No field validation is present, so there will be an error if you miss or put an invalid value into the form then save.
2023-10-25 14:57:04 +01:00
jamesparkin675
aa15b6e1ee Merge branch 'jones-dev' into james-dev 2023-10-25 13:07:13 +01:00
Corban-Lee
d1ab33430e Implementation of venue API
implemented venue API for the edit/new form.
2023-10-24 22:27:37 +01:00
Corban-Lee
a112ba38e9 View Venue & Details API
Added a page for viewing venue details.

Added an api function for retrieving venue details.
2023-10-24 22:27:11 +01:00
Corban-Lee
ea1bdda8c2 Venues UI · Tabs
Split the venues ui modal into tabs.

Added section into new tab for waters against the venue.
2023-10-23 23:35:25 +01:00