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

program: initial full hour is missing? #9

Open
pazz opened this issue Jan 28, 2021 · 4 comments
Open

program: initial full hour is missing? #9

pazz opened this issue Jan 28, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@pazz
Copy link

pazz commented Jan 28, 2021

I am missing the inital full hour in the program, but not with the demo program from the repo.

This is using version 3.0.3 from the gem, as installed with bundle.
Any ideas?

2021-01-28-170433_1381x1402_scrot

this is my program.yml.

days:
- abbr: Tue
  date: '2021-03-30'
  name: Tuesday
  rooms:
  - name: Tuesday
    talks:
      - name: Logic and Learning in Network Cascades
        time_start: '13:30'
        time_end: '14:00'
      - name: A non-trivial polynomial time algorithm for a 3D Stable Roommates problem
        time_start: '14:00'
        time_end: '14:30'
      - name: Relative Error Streaming Quantiles
        time_start: '14:30'
        time_end: '15:00'

I should say that the room is called "Tuesday" intentionally (I have no parallel sessions and want them all on one page). There is a markdown file for the room as in the docs.
Also, I checked that the quotes around the date string are not problematic.

@pazz
Copy link
Author

pazz commented Jan 28, 2021

Aha! It seems that the first talk/entry needs to be on the hour in order for this to work as expected. Consider this a bug report :)

@lorenzschmid
Copy link
Member

I think everything works as expected: The first time in the table is given by the earliest talk. Please feel free to make a PR with a new option (e.g. under conference > program > start_full_hour: true) allowing to set the starting time via _config.yml file.

@lorenzschmid lorenzschmid added the enhancement New feature or request label Feb 1, 2021
@pazz
Copy link
Author

pazz commented Feb 1, 2021 via email

@lorenzschmid
Copy link
Member

Nice! Thanks! I don't think this was documented..

It is not implemented yet, in my comment I propose that, if you want, you could implement something which is alike (PR = pull request).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants