Commit Graph

275 Commits

Author SHA1 Message Date
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
ce0169f1f6 reorganized static files folder
added folders for js and css files, added bootstrap files to static
removed requirement for bootstrap python package (bootstrap now in static)
2021-12-10 08:56:00 -06:00
2f620eb417 blank out the base.css 2021-12-10 08:51:59 -06:00
2e48f15d99 event header and previous/next event buttons 2021-12-10 08:51:40 -06:00
11948d35d9 activating tabs 2021-12-10 08:50:19 -06:00
f6e0acf9d2 new site navbar 2021-12-09 07:21:04 -06:00
d6220fee57 reorganized static files folder
added folders for js and css files, added bootstrap files to static
2021-12-09 07:08:43 -06:00
193fbef370 some experimentation with subs 2021-11-24 17:58:22 -06:00
41e64a4ca9 add lineup entry (analogous to positioning) 2021-11-24 16:23:51 -06:00
3bea6c5e62 add information to successpage (will now list errors) 2021-11-24 16:23:25 -06:00
b3ce652b2c prepare for statistics from teamsnap api 2021-11-24 16:23:04 -06:00
debd1656e2 script for reseting teamsnap data. 2021-11-24 16:22:45 -06:00
1a17e410b2 create a page for edit lineup based on teamsnap models 2021-11-24 16:22:12 -06:00
0b6fb7389f Add link to home page for teamsnap events list 2021-11-24 16:20:20 -06:00
05232c7a31 initial commit 2021-11-21 12:28:47 -06:00