Skip to content
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

Merged
merged 49 commits into from
Sep 14, 2018

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    0e19980 View commit details
    Browse the repository at this point in the history
  2. 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`.
    Cj-bc committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    3fb5c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da0dd2 View commit details
    Browse the repository at this point in the history
  4. 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
    ```
    Cj-bc committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    b0039dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48fdb61 View commit details
    Browse the repository at this point in the history
  6. 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
    Cj-bc committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    8fc1108 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4590aa2 View commit details
    Browse the repository at this point in the history
  8. 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
    Cj-bc committed Sep 10, 2018
    Configuration menu
    Copy the full SHA
    cf35bec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    15bdfa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Configuration menu
    Copy the full SHA
    1c1d28f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca9c96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce21d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c77971f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    151ea81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    073fa96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a80ee4a View commit details
    Browse the repository at this point in the history
  8. Add: (refs #183) routes/api> decide data structure of 'data'

    'data' will be thrown to the jinja2 template
    Cj-bc committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    116f6d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e310f08 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    140d77c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d71cb1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    953e787 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    46bedf8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1c98e2c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    01c4cb3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1a8d066 View commit details
    Browse the repository at this point in the history
  17. Change: (refs #183) change path

    Cj-bc committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    fd88a8a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Fix: (refs #183) Dockerfile> add \

    Cj-bc committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    bab6125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b54b68 View commit details
    Browse the repository at this point in the history
  3. 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
    Cj-bc committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    6d3cb10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e201e89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    909b80c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a848777 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ae4c32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18aa6d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    4599879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107543a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85b1f91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e87f75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a67af7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0648300 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c054609 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7770d1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    314a2a3 View commit details
    Browse the repository at this point in the history
  10. Update: merge develop

    tamazasa committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e65f585 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Change: improve results html design

    tamazasa committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    77bd767 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/Sakuten/backend into fea…

    …ture/183-generate-media-to-announce
    tamazasa committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    3549dd2 View commit details
    Browse the repository at this point in the history
  3. Fix: fix jinja2

    tamazasa committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    337ab5b View commit details
    Browse the repository at this point in the history
  4. Fix: (#183) scripts> litnJjwq;q

    Cj-bc committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f4fcc77 View commit details
    Browse the repository at this point in the history
  5. Fix: reset timepoints

    shino authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    15875c2 View commit details
    Browse the repository at this point in the history