-
Notifications
You must be signed in to change notification settings - Fork 675
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
correct the dates on the map #137
Comments
PR #155 submitted for date formatting |
This was somewhat fixed but only has start dates now. Could use end dates. |
Related to #882 - needs startdate math as well as end dates. |
Let's say Scenario 1 is to leave this as-is, which looks like this: We've been living without both start and end dates on the map, but the problem with not showing the end date is it assumes people know these are two-day events (which maybe we should not assume). If we want to change it, it's trivial to fix https://github.com/devopsdays/devopsdays-web/blob/master/themes/devopsdays-responsive/layouts/partials/map.html#L26:
But this is assuming we want it to look somewhat more like it did in the webby days. The down side is that single-day events (like Moscow) and events that span a month barrier (Minneapolis in this test) would look strange; let's call this Scenario 2: Alternatively, if we keep the full month formatting, it would look like Scenario 3 here: @mattstratton, do you have a preference? |
I would go for scenario 4, which is:
Since this is all being opened up in the redesign, I think it's fine to tackle the right way. |
The reason I say this, is in the redesign the dates of the events are displayed on the front page not only on the map element; so we need to solve for this anyway. |
As mentioned in #55:
If someone wants to take this on, that's cool. I don't think it's a showstopper right now.
The text was updated successfully, but these errors were encountered: