Commit Graph

82 Commits

Author SHA1 Message Date
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
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
5e7b35926d Added DHing for someone 2021-11-20 16:02:39 -06:00
9a75ee1de0 incorporate statline, tweak row appearnce 2021-11-19 18:20:35 -06:00
8d9a2b07ed allows blanks for position 2021-11-19 18:20:08 -06:00
1448f49113 change default order to be "0" (not batting) 2021-11-19 17:59:31 -06:00
62a5459a93 harmonized by splitting out into player-table-row and player-table-header
still need to fix the DHd situation
2021-11-19 17:06:02 -06:00
0dc6694891 updates. submits lineups. harmonization between bench and lineup still needs work.
changes order of choices in position so EH is on top
known issuees:
an order of 0 will get over ridden
maybe need a "DHd" flag
still not harmonized means cannot drag from lineup to bench.
2021-11-19 17:06:02 -06:00
e5019c36dc kinda stuck trying to harmonize bench and lineup 2021-11-18 08:57:40 -06:00
6181982613 added sortable 2021-11-17 10:56:11 -06:00
265c160f25 started transitioning lineup and players to tables 2021-11-15 15:57:43 -06:00
27ff641d3e Merge branch 'master' into lineup_as_table 2021-11-15 09:22:20 -06:00
7edc59f1c1 started adding compatibility for ios web app 2021-11-15 08:46:24 -06:00
3e7b046ef4 implement Statline, icon color for availability 2021-11-15 08:35:07 -06:00
e612daf54e Allow for null venue 2021-11-15 08:34:26 -06:00
83fdb94e54 Change for responsive lineup layout 2021-11-15 08:33:45 -06:00
be657c156a change str rep of statline 2021-11-15 08:33:07 -06:00
b4c96bca4c Added statline data to cmba fixture 2021-11-15 08:32:46 -06:00
f02e425b4e Add favicon 2021-11-15 08:32:17 -06:00
282cdb7118 Merge branch 'add_availabilities' 2021-11-14 19:59:02 -06:00
9fdb89948a Add requirements.txt 2021-11-14 19:58:37 -06:00
f3e4361a13 Allow for null Team names in Title 2021-11-14 19:57:48 -06:00
18be059d20 Added availability data to CMBA dataset 2021-11-14 19:56:57 -06:00
467a3a0e8f Add availabilities to context in players 2021-11-14 19:56:13 -06:00
b9597adbb5 Moved and registered availabilities to Lineups app 2021-11-14 19:56:13 -06:00
9f65f252f8 Consolidated Views 2021-11-14 17:45:21 -06:00
d390c13b14 Consolidated Edit View 2021-11-14 17:41:30 -06:00
b4c2428752 Consolidated List View 2021-11-14 17:03:08 -06:00
1ec7a09620 Consolidated schedule into an events list. 2021-11-14 11:20:57 -06:00
49a52c1bbe Merge branch 'master' into lineup_as_table 2021-11-12 14:30:45 -06:00
cc1421c6e1 Test fixes 2021-11-12 14:25:36 -06:00
8f184c9b56 Merge branch 'add_tests' 2021-11-12 14:12:39 -06:00
41ed35d494 Merge branch 'add_lineup' 2021-11-12 14:12:31 -06:00
d4e41fa905 implemented lineup changes 2021-11-12 14:12:04 -06:00
021fede771 fixes exposed by tests 2021-11-12 14:10:56 -06:00
9bc16353b7 added and verified tests 2021-11-12 14:09:21 -06:00
974cb13e67 reformatted lineup into a table 2021-11-12 11:12:21 -06:00
4460032a40 reorganized fixtures (blaseball, 2021cmba). simpler now. 2021-11-12 10:49:19 -06:00
c0519f2a88 started lineup tests 2021-11-12 10:48:23 -06:00
cd51a65b7a reorganized fixtures (blaseball, 2021cmba). simpler now. 2021-11-12 10:48:05 -06:00
33b4f29de2 Merge branch 'master' into add_tests 2021-11-12 09:51:11 -06:00
9bf90a2cea implement lineup retrieval and submission 2021-11-12 08:58:48 -06:00
7bc4e540ad Merge branch 'master' into add_lineup 2021-11-11 20:46:03 -06:00
a4f9852c36 allow more hosts (including "*") 2021-11-11 20:30:55 -06:00