Jordium Gantt Vue3 now adds Resource View — shifting Gantt from task-centric timelines to resource-aware scheduling.
Rows represent resources, enabling clear visualization of workload distribution. It supports percentage-based multi-resource allocation and highlights overloads beyond 100% automatically.
Built for Vue 3, MIT licensed, and designed as a lightweight alternative to heavy scheduling engines.
Replies
Best
Maker
📌
Hi everyone,
This release focuses entirely on one major feature: Resource View.
Most Gantt charts are task-centric — you see timelines, dependencies, milestones. But in real-world planning, conflicts often happen at the resource level, not just the task level.
Resource View flips the structure:
Rows represent resources instead of tasks
Tasks can allocate multiple resources with percentages
Overloads (>100%) are automatically detected and highlighted
The goal wasn’t to build a heavy enterprise scheduling engine, but to provide a lightweight, Vue 3–native foundation for resource-aware planning.
I’d love feedback on:
Resource allocation modeling approaches
UX patterns for overload visualization
Performance considerations for larger datasets
Happy to answer any technical questions.
Replies