Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.03 KB

TimelineTool

Create, edit, import, export simple timelines in a minimalistic browser application. Exports/imports to/from JSON. GUI includes controls for setting timeframe and zoom factor, as well as adding and deleting events, and import/export of the entire timeline.

Events have the following properties:

  • ID
  • title
  • description (not used currently)
  • date
  • colour

A simple timeline depicting a few key dates around the production of the first Star Wars prequel. It shows both events with single days, i.e. the beginning of writing, as well as longer timespans, i.e. the entire duration of pre-production, a range which contains multiple single-date events. At the top, there is UI for adding and removing events, zooming, and title.

Roadmap

  • improved display (avoid overlap)
  • multiple lanes / channels for events
  • timespans (from/to/title) e.g. "Easter holidays" or "vacation" (rudimentarily implemented September 2024)