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
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
Corban-Lee
439ae32a79
improved search and UI on teams page
2023-05-06 04:09:18 +01:00
Corban-Lee
0f1c839daa
Added live search to teams demo page
...
Live search using ajax
2023-05-05 00:24:10 +01:00
Corban-Lee
05efd3109e
Rewrite for the templates + teams page demo
...
Wrote a demo page as concept for the teams page.
2023-05-04 23:20:29 +01:00
Corban-Lee
4d6bf1ff59
added launch file for debugging
2023-05-04 21:12:14 +01:00
Corban-Lee
c9aaf9511a
removed ignore files from git cache
2023-05-04 21:10:56 +01:00
18222e6477
Poopy
2023-05-04 20:17:09 +01:00
jamesparkin675
d1307a6c81
Removed Corban's Shenanigans
...
Butthead
2023-01-27 11:28:56 +00:00
Corban-Lee
f10d849631
added other data models from the specs
2023-01-26 14:38:07 +00:00