73 Commits

Author SHA1 Message Date
jamesparkin675
07c1705ad9 Admin Changes
Added django admin static css and removed baton.
2024-10-16 16:14:05 +01:00
50f082f8f5 old changes 2024-06-15 23:32: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
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
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
Corban-Lee
1406c2de24 Merge branch 'jones-dev' 2023-05-09 13:49:05 +01:00
Corban-Lee
2b7645e57c Update specs.md
Added new requirements
2023-05-09 13:48:51 +01:00
Corban-Lee
8b16cc76e6 created specs markdown 2023-05-09 12:06:13 +01:00
Corban-Lee
af081df0cf working on modal for new members 2023-05-09 09:59:05 +01:00
Corban-Lee
79d391d171 JS cleanup [read comment]
Moved global js to new file custom.js and documented teams.js
2023-05-09 09:42:21 +01:00
Corban-Lee
78e4361452 first load of teams now uses default filtesr 2023-05-09 01:56:30 +01:00
Corban-Lee
57615ffd4d Moved tooltips from icons to buttons
The tooltips for the placeholder buttons 'New Member' and 'New Team' were incorrectly placed on the icons instead of the entire button, causing confusion triggering the tooltips.

I have moved these and also changed the border colour and added some shadow to the search sort dropdown menu to match the style of the search bar and buttons.
2023-05-09 01:52:15 +01:00
Corban-Lee
0a594ef666 Sort controls persistence between page refreshing 2023-05-09 01:39:21 +01:00
Corban-Lee
f9c0c0f279
Merge pull request #1 from jamesparkin675/jones-dev
Jones dev
2023-05-09 01:38:35 +01:00
Corban-Lee
078af05850 Altered responsiveness of teams page 2023-05-09 01:00:52 +01:00
Corban-Lee
96e0f7960f Refactored 'create_teams_fixture' 2023-05-09 00:31:10 +01:00
Corban-Lee
73c55fc301 Working on the edit teams modal 2023-05-08 17:21:07 +01:00
Corban-Lee
8fdb4a624c Added sorting for teams and members 2023-05-08 12:35:31 +01:00
Corban-Lee
2483bbbf5c Form validation 2023-05-08 00:42:30 +01:00
Corban-Lee
89825676e8 Made dependencies local instead of relying on a CDN
I failed to pay any attention to this until my internet went down last night while I was working on this - it didn't come back on for hours.

Having dependencies like this as local should have been a number one priority.
2023-05-07 23:59:22 +01:00
Corban-Lee
77b8c2fc2d Finalisation of teams/member model. Added testing script. 2023-05-07 23:20:34 +01:00
Corban-Lee
8afd3fa905 Integrated models for teams & members page 2023-05-06 18:57:45 +01:00
Corban-Lee
8394de0dcb improved search css 2023-05-06 15:47:34 +01:00