Show HN: Timeline, a team project planner with a fast canvas Gantt view (github.com)
Features: This tool has a Gantt chart style to it that you can interact with on the DOM. There is a feature that allows you to assign tasks to people on your team and manage the amount of tasking assigned to each person. I also included templates that allow you to re-use someone's project once they find one that works. List view allows use on your mobile device.
This is built in Django and has a REST API that goes with it for adding on capability. There are directions to easily install it using Docker and take it for a spin.
The events are "sticky" so they don't get moved around by accident. hold Ctrl or Command to drag an event around the timeline.
I am looking forward to hearing comments and feedback on the utility of the program and how to improve it.
5 comments
[ 9.8 ms ] story [ 713 ms ] threadCorrection to my post. The timeline is built on canvas not DOM. That is what drives the smoothness.
I built this with the thought that I wanted I to feel like Adobe Premiere’s workflow.
What are your thoughts on the response time? Is the sticky key required to prevent accidental movement of the items?