Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Mark posters that are active #35

Open
effigies opened this issue Jun 25, 2020 · 1 comment
Open

Mark posters that are active #35

effigies opened this issue Jun 25, 2020 · 1 comment
Labels

Comments

@effigies
Copy link
Collaborator

A nice JS hack would be to determine if the current time is during one of the poster session windows, and highlight the even posters during the first hour and the odd posters during the second hour.

Could encode something like:

poster set,start,stop
even,2020-06-24T16:00:00Z,2020-06-24T17:00:00Z
odd,2020-06-24T17:00:00Z,2020-06-24T18:00:00Z
even,2020-06-27T00:00:00Z,2020-06-27T01:00:00Z
odd,2020-06-27T01:00:00Z,2020-06-27T02:00:00Z
even,2020-07-01T00:00:00Z,2020-07-01T01:00:00Z
odd,2020-07-01T01:00:00Z,2020-07-01T02:00:00Z
even,2020-07-03T06:00:00Z,2020-07-03T07:00:00Z
odd,2020-07-01T07:00:00Z,2020-07-03T08:00:00Z
@effigies effigies added enhancement New feature or request help wanted Extra attention is needed CONTRIBUTION IS NEEDED and removed help wanted Extra attention is needed labels Jun 25, 2020
@yarikoptic
Copy link
Contributor

@soichih , if you feel bored, would be nice to add some "countdown" for each entry to the next session (there is only a handful of them left). May be could be just 2 global countdowns (for odd and even) outside of the table to not overwhelm it. Although, do software demos have dedicated time as well?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants