Add-on Directory

Event Timeline - Vaadin Add-on Directory

A timeline clone for event planning Event Timeline - Vaadin Add-on Directory
The Event Timeline is inspired by the NASA OSTPV (Onboard Short Term Plan Viewer) application to display mission plans and timelines. It's main features are: - Support for multiple independent event bands - Overlapping events in different stripes - Adjust band heights dynamically - Custom styling of event labels with CSS It is derived from the Vaadin Timeline, and also supports most features found there, e.g. preview browser and zoom levels. This is a first release, work will be done in the coming weeks on the following features: - full edit support for events - more flexible day selection - improved customization for band layout Note: the addon is developed mainly for Firefox/Chrome, thus it is untested for other browsers. Comments and patched are very welcome. The demo is hosted on GAE, so there is some startup involved when accessing the app for the first time, thus it is not blazingly fast ;-) Licensing: this addon is derived from the Vaadin Timeline and thus distributed under the AGPL license. For use in commercial projects, a valid license for the Vaadin Timeline is required, the Event Timeline can then be used for free.
Author Homepage
Issue Tracker
Source Code
Online Demo
Discussion Forum

Event Timeline version 0.3.0
null

Event Timeline version 0.4.0
- added maven build config - band adjuster is only visible when hovering over the band area - the grid color can now be set using CSS3 style rgba values - bands automatically expand to maximum available height - added first support for event updates - events are correctly sorted according their start and end times (fixes issue #5) - improved positioning of band adjuster (fixes issue #6)

Event Timeline version 0.5.0
- added support for dynamically adding / removing bands (fixes issue #7) contributed by Florian Pirchner - added support for band selection (fixes issue #9) contributed by Florian Pirchner - added support for paging of event bands contributed by Florian Pirchner - event label description can now be any HTML content (fixes issue #2) - added support for explicitly setting the band height (fixes issue #8)

Event Timeline version 0.5.1
- fixed problems when refreshing the browser: resend event bands 0.5.0: - added support for dynamically adding / removing bands (fixes issue #7) contributed by Florian Pirchner - added support for band selection (fixes issue #9) contributed by Florian Pirchner - added support for paging of event bands contributed by Florian Pirchner - event label description can now be any HTML content (fixes issue #2) - added support for explicitly setting the band height (fixes issue #8)

Event Timeline version 0.6.0
- improved initialization procedure (reduced steps and requests) - fixed lock selection when data updates are received - added getEvents(String) method to TimelineEventProvider - remove band only once, contributed by Florian Pirchner