92 Commits

Author SHA1 Message Date
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
Corban-Lee
ab17d8ded2 Waters Model & API Endpoint
I have created a new model for the waters belonging to a venue.

I have created an API endpoint for retrieving the waters data given a venue ID.
2023-10-23 23:34:27 +01:00
jamesparkin675
2561d97091 Merge branch 'jones-dev' into james-dev 2023-10-23 16:46:55 +01:00
Corban-Lee
5fc0128c7c Venues and Waters - Basic implementation
I've added the model for the Venues, and implemented a basic system for displaying them in the venues and waters page.
2023-10-23 15:42:31 +01:00
Corban-Lee
b4686d5cec Update launch.json
Fixed program path for linux dev machines.

Also added python path pointing towards venv
2023-10-23 15:40:55 +01:00
Corban-Lee
8f45b233ec Removed legacy code 2023-10-21 21:32:30 +01:00
Corban-Lee
0e4de968db Dynamic sidebar implementation 2023-10-21 21:32:20 +01:00
Corban-Lee
4c09b8470d SCSS Support in Django 2023-10-21 21:32:00 +01:00
Corban-Lee
78b9cae0ab isolating ocean css 2023-05-19 01:17:34 +01:00
Corban-Lee
9169541bae added bubble popping 2023-05-18 15:21:55 +01:00
Corban-Lee
e604687add index page change 2023-05-18 15:04:38 +01:00
Corban-Lee
724e6ed544 sidebar rewrite 2023-05-18 14:44:42 +01:00
Corban-Lee
426f381da2 Anglers page refactor pt.1 2023-05-15 00:22:17 +01:00
Corban-Lee
ba1b46413c Create createsuperuser.bat 2023-05-14 17:04:33 +01:00
Corban-Lee
8a64b9e519 " updated " the dummy data file 2023-05-11 15:45:22 +01:00
Corban-Lee
628764a338 Adding Teams & Sections is functional-ish 2023-05-11 15:43:33 +01:00
Corban-Lee
8dfe4eb9f2 General rewrite of sections + UI changes
General rewrite of sections:
sections are rewritten to be their own model

UI Changes:
updated teams page for sections changes, also rewrote home page.
2023-05-11 10:03:48 +01:00
Corban-Lee
e2ad5676c7 Crude section/teams implementation
do not merge to main, very buggy rough implementation of sorting between teams and sections. I have rewritten many areas.
2023-05-10 00:58:38 +01:00
Corban-Lee
75a97d762b Update specs.md 2023-05-09 22:11:04 +01:00
Corban-Lee
b8ed427cf9 UI redesign for teams page 2023-05-09 22:11:01 +01:00
Corban-Lee
bb721f2894 Added new fonts for UI redesign 2023-05-09 22:10:22 +01:00