Open Ipstenu opened 3 weeks ago
For consideration. Could I capture local time zone and put that in there as well?
22:00 (US Eastern) / x:xx (England)
So it turns out that yes we can, but (a) it's a little API expensive and (b) TVMaze doesn't have local timezones for web series.... I mean yeah ... and most of our currently tracked non-US stuff are web series. 😕
Current status is the tabs now use JavaScript magic to adjust the url and keep the tab open while you navigate between weeks of the calendar.
Also css styling indicates shows that have or have not yet aired (in case you forgot what day it is…) and “today” is highlighted.
Next is making the actual traditional calendar view.
My idea is to show three weeks (last, this, next), and each day would list the name of the show and the time.
And so on.
By default we show the week as a list.
What about 2 weeks as a grid, and/or a month as a grid?
We only store the data for about 3 weeks so it would have to be carefully done...
Speaking of, there should be a check that if there are no listings, then you can't go further back or forward, though... would need to compare the date being looked at. If it's after 'now', then don't allow going back any further. If it's newer, no more 'next' arrow.