Live data from Hacker News

Logarithmic calendar view

marco.org

1–10 of 51 posts

Re: Logarithmic calendar view

#4
Seems like an idea worthy of some testing and tweaking.

I could go for a 3-column (or row, depending on display type) calendar, where the first column shows today in detail, the second column shows the next week in lesser detail, and the final column shows the next month in even less detail.

Perhaps clicking on a given day would bring that day into the first column and adjust the rest of the calendar accordingly. A big fat "today" button and arrows to skip by day/week/month would be fantastic.

(As the OP says, a better artist would mock this up. I am not a better artist. Sorry.)

Re: Logarithmic calendar view

#5
I recently found and implemented a nice jQuery calendar plugin called FullCalendar in a client site I'm working on. It was terribly easy to integrate into the site thanks to Django. I think I'm going to tinker with it now to see if I can get it to use this type of display as a view option, since it already offers different view options.

Re: Logarithmic calendar view

#6
Google Calendar has an Agenda view which simply shows your upcoming events as an ordered list. I use this as my default view and use the monthly view when scheduling new events.

Re: Logarithmic calendar view

#8

The Backpack Calendar has a default 6 week view with the current week at the top. The only way to see previous weeks is to expressly go back in time. Otherwise, you're always looking at this week + 5 more weeks ahead. http://backpackit.com/calendar

That covers the first point of the article. Anything available for the second and third points?

I don’t care about present-and-future items with equal granularity. I wouldn’t mind seeing today in an hour-by-hour view, but I don’t need the same granularity when showing events three days from now.

If I switch to a more granular view for today, I lose the ability to see any of what’s happening next week.

Post reply on HN