Commit Graph

289 Commits

Author SHA1 Message Date
b9dc626e28 add sidebar nav (incomplete) 2021-12-22 15:28:30 -06:00
92920b3b89 require login 2021-12-22 15:28:04 -06:00
96dc7248d1 temporary: remove ability to update teamsnap from lineup 2021-12-22 15:28:04 -06:00
eb8bcb66a0 remove teamsnap form from lineup view 2021-12-22 15:28:04 -06:00
99a65bae48 filter out non players from lineup 2021-12-22 15:28:04 -06:00
01601bb343 updated fixtures 2021-12-22 15:28:04 -06:00
3f39a7aa68 sync improvements
allow blank for teamsnap fields
2021-12-22 15:28:04 -06:00
e0b9ed6d87 Merge branch 'master' into dev
# Conflicts:
#	benchcoach/forms.py
#	benchcoachproject/settings.py
#	teamsnap/forms.py
2021-12-22 08:27:27 -06:00
409b5d86ba removed dependency on cripsy_forms 2021-12-22 08:23:20 -06:00
df90b699fa cosmetic changes 2021-12-22 08:14:51 -06:00
854b4cec85 ignore sqlite files 2021-12-22 08:14:51 -06:00
acf90d4256 a lot of teamsnap sync work. not entirely happy with all of it 2021-12-21 17:18:39 -06:00
33c772bd2f develop templates for consolidated apps benchcoach
attempted to use as much generic view as possible. the previous views were generic anyway. also did some managing of inheritance (extends/includes)
2021-12-21 17:18:04 -06:00
95697ef4fe consolidated objects into one benchcoach app
created benchcoachproject app to contain all the settings and stuff
some other changes that got grouped with this commit is the adding the ApiObject to the TeamSnap object model
2021-12-21 17:18:04 -06:00
e9f91126e5 begin implementation of teamsnap syncing 2021-12-17 12:59:01 -06:00
643565d14a add teamsnap form on lineup details page 2021-12-17 12:58:24 -06:00
212d2d0ac1 add benchcoach user profile, implement login 2021-12-17 12:58:02 -06:00
96d3801fae add template to teamsnapapi objects 2021-12-17 12:57:16 -06:00
80327b43ca cosmetic changes 2021-12-17 12:56:52 -06:00
3aa57f83b1 ignore sqlite files 2021-12-17 12:56:40 -06:00
f436338ffc register teamsnap opponent to admin 2021-12-17 12:48:10 -06:00
4af5f1f309 simplified lineup queries 2021-12-15 09:58:38 -06:00
c6320cf56f refine teamsnap user
Use fields for User from TeamSnap. Removed Token from this model.
2021-12-13 07:35:01 -06:00
7378fe1750 add BenchCoach user/profile 2021-12-13 07:35:01 -06:00
f19a9ee67d provide ways to add benchcoach object to teamsnap object. 2021-12-13 07:35:01 -06:00
f54c61d3aa tweak navbar and homepage 2021-12-13 07:21:58 -06:00
e0764ce479 fixed lineup submission and added message display 2021-12-11 11:20:01 -06:00
1b7a291b5d fixed positioning to allow null/blank submissions on order 2021-12-11 10:33:16 -06:00
ecb25abd71 fix next_event and previous_event if there isn't one 2021-12-11 10:27:50 -06:00
5bd6bad1a7 fixed lineup card, added minimum height 2021-12-11 10:15:24 -06:00
b5b5e4a425 embed details in card, add buttons for later use 2021-12-11 08:53:40 -06:00
40acea5e2f html string to be passed to teamsnap link 2021-12-11 08:52:24 -06:00
316118c273 reduced number of db calls for positionings 2021-12-11 08:50:16 -06:00
597d0165c8 Merge remote-tracking branch 'nas/dev' into dev 2021-12-10 18:23:57 -06:00
6b48845d0a lineup enhancements
Simplify the way lineup order is presented (remove buttons)
move available icons to column
add drag handle
cleanup of javascript. i think ordering works.
2021-12-10 18:23:36 -06:00
981ebb6d98 lineup enhancements 2021-12-10 18:21:24 -06:00
be21a6beb6 set column widths on tables 2021-12-10 18:21:06 -06:00
651b0f9d67 fix typo in icon button 2021-12-10 18:20:26 -06:00
40cdea6bc1 use a info table for detail view 2021-12-10 16:08:43 -06:00
0aaeac2381 title h6 to h5 2021-12-10 16:08:43 -06:00
68bb56c30b cleaning up some leftover cruft 2021-12-10 16:08:43 -06:00
6f365fc500 added fixture for teamsnap import syncing 2021-12-10 16:08:43 -06:00
7afabe152b fixed typo in the names of teamsnap models 2021-12-10 16:08:43 -06:00
8d2cba39f7 change to use icons 2021-12-10 16:08:43 -06:00
8e6a3fc7c2 made convenience loading scripts relative 2021-12-10 11:39:06 -06:00
09e24f34a8 Merge branch 'teamsnap_sync' into dev 2021-12-10 11:21:34 -06:00
e6ec57c47f Merge branch 'web_layout_improvements' into dev
# Conflicts:
#	benchcoach/static/css/base.css
#	lineups/templates/lineups/lineup.html
#	templates/base.html
2021-12-10 11:19:35 -06:00
c9fbdacede consolidated player-table
to consolidate, had to move the filtering to the context instead of the template (probably the right way to do it anyway)
also switched from using display to using class to hide cells (also probably the more right/consistent way to do this)
2021-12-10 11:18:48 -06:00
1d893a1d97 consolidated player-table
to consolidate, had to move the filtering to the context instead of the template (probably the right way to do it anyway)
also switched from using display to using class to hide cells (also probably the more right/consistent way to do this)
2021-12-10 10:18:48 -06:00
66d7a1226d Merge branch 'dev' into teamsnap_sync 2021-12-10 08:57:44 -06:00