-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/render_results
エンドポイントの追加
#212
Commits on Sep 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0e19980 - Browse repository at this point
Copy the full SHA 0e19980View commit details -
Add: (refs #183) time_management> 'get_prev_time_index' to get previo…
…us time index This method would work like this: |-- TIME_POINTS[0] | | |-- TIME_POINTS[1] | | | ||-- TIMEPOINT_END_MARGIN | || | || |-- DRAWWING_TIME EXTENSION | || | | || | |-- Void time (annoucements, the show is going...) | || | | v index: x vv v v index: y index: z |=============|-|******| |=============|-|******| |=============|-| |++++++++++++++++++++++++++++++++| |________________________________| In the range of |+|, `get_prev_time_index` will return `x`. In the range of |_|, `get_prev_time_index` will return `y`.
Configuration menu - View commit details
-
Copy full SHA for 3fb5c1a - Browse repository at this point
Copy the full SHA 3fb5c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da0dd2 - Browse repository at this point
Copy the full SHA 1da0dd2View commit details -
Docs: Fix: (refs #183) fix comment not to refer to commit message
The diagram on the commit message was wrong, so DON'T PREFER TO IT. Instead, see notes. you can show notes by using: ``` git notes show 3fb5c1a ```
Configuration menu - View commit details
-
Copy full SHA for b0039dd - Browse repository at this point
Copy the full SHA b0039ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fdb61 - Browse repository at this point
Copy the full SHA 48fdb61View commit details -
Add: (refs #183) pytest> 'test_perv_time_index' for 'get_prev_time_in…
…dex' Test whether it fail when the time is out of acceptable range
Configuration menu - View commit details
-
Copy full SHA for 8fc1108 - Browse repository at this point
Copy the full SHA 8fc1108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4590aa2 - Browse repository at this point
Copy the full SHA 4590aa2View commit details -
Fix: (refs #183) time_management> avoid '<=' to remove conflict at th…
…e edge of range If I do `ends[i] <= time <= ends[i+1]`, This expression will be True twice when `time` is the same as `ends[i+1]` because that would be the same as `ends[i] for the next expression. Of cource, this conflict won't work because of looping, But it is not good idea to leave things confusing, right? So I fixed it
Configuration menu - View commit details
-
Copy full SHA for cf35bec - Browse repository at this point
Copy the full SHA cf35becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15bdfa6 - Browse repository at this point
Copy the full SHA 15bdfa6View commit details
Commits on Sep 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1c1d28f - Browse repository at this point
Copy the full SHA 1c1d28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca9c96 - Browse repository at this point
Copy the full SHA 8ca9c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce21d1 - Browse repository at this point
Copy the full SHA 2ce21d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77971f - Browse repository at this point
Copy the full SHA c77971fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 151ea81 - Browse repository at this point
Copy the full SHA 151ea81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 073fa96 - Browse repository at this point
Copy the full SHA 073fa96View commit details -
Configuration menu - View commit details
-
Copy full SHA for a80ee4a - Browse repository at this point
Copy the full SHA a80ee4aView commit details -
Add: (refs #183) routes/api> decide data structure of 'data'
'data' will be thrown to the jinja2 template
Configuration menu - View commit details
-
Copy full SHA for 116f6d9 - Browse repository at this point
Copy the full SHA 116f6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e310f08 - Browse repository at this point
Copy the full SHA e310f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 140d77c - Browse repository at this point
Copy the full SHA 140d77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d71cb1 - Browse repository at this point
Copy the full SHA 0d71cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 953e787 - Browse repository at this point
Copy the full SHA 953e787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bedf8 - Browse repository at this point
Copy the full SHA 46bedf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c98e2c - Browse repository at this point
Copy the full SHA 1c98e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01c4cb3 - Browse repository at this point
Copy the full SHA 01c4cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8d066 - Browse repository at this point
Copy the full SHA 1a8d066View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd88a8a - Browse repository at this point
Copy the full SHA fd88a8aView commit details
Commits on Sep 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for bab6125 - Browse repository at this point
Copy the full SHA bab6125View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b54b68 - Browse repository at this point
Copy the full SHA 7b54b68View commit details -
Change: (refs #183) DON'T GENERATE PDF FROM THIS COMMIT
it's because the way generating PDF could be hard to do in such a limited time. I found that wkhtmltopdf doesn't treat CSS on alpine. It'll take more times to solve
Configuration menu - View commit details
-
Copy full SHA for 6d3cb10 - Browse repository at this point
Copy the full SHA 6d3cb10View commit details -
Configuration menu - View commit details
-
Copy full SHA for e201e89 - Browse repository at this point
Copy the full SHA e201e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 909b80c - Browse repository at this point
Copy the full SHA 909b80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a848777 - Browse repository at this point
Copy the full SHA a848777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ae4c32 - Browse repository at this point
Copy the full SHA 4ae4c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18aa6d7 - Browse repository at this point
Copy the full SHA 18aa6d7View commit details
Commits on Sep 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4599879 - Browse repository at this point
Copy the full SHA 4599879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 107543a - Browse repository at this point
Copy the full SHA 107543aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85b1f91 - Browse repository at this point
Copy the full SHA 85b1f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e87f75 - Browse repository at this point
Copy the full SHA 9e87f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for a67af7d - Browse repository at this point
Copy the full SHA a67af7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0648300 - Browse repository at this point
Copy the full SHA 0648300View commit details -
Configuration menu - View commit details
-
Copy full SHA for c054609 - Browse repository at this point
Copy the full SHA c054609View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7770d1b - Browse repository at this point
Copy the full SHA 7770d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 314a2a3 - Browse repository at this point
Copy the full SHA 314a2a3View commit details -
tamazasa committed
Sep 13, 2018 Configuration menu - View commit details
-
Copy full SHA for e65f585 - Browse repository at this point
Copy the full SHA e65f585View commit details
Commits on Sep 14, 2018
-
Change: improve results html design
tamazasa committedSep 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 77bd767 - Browse repository at this point
Copy the full SHA 77bd767View commit details -
Merge branch 'develop' of https://github.com/Sakuten/backend into fea…
…ture/183-generate-media-to-announce
tamazasa committedSep 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 3549dd2 - Browse repository at this point
Copy the full SHA 3549dd2View commit details -
tamazasa committed
Sep 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 337ab5b - Browse repository at this point
Copy the full SHA 337ab5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4fcc77 - Browse repository at this point
Copy the full SHA f4fcc77View commit details -
shino authored
Sep 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 15875c2 - Browse repository at this point
Copy the full SHA 15875c2View commit details