Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Multiple phases within a single task in Gantt chart #404

Open
anvarKhakimov opened this issue Jun 22, 2024 · 2 comments
Open

Feature: Multiple phases within a single task in Gantt chart #404

anvarKhakimov opened this issue Jun 22, 2024 · 2 comments

Comments

@anvarKhakimov
Copy link

Thank you for the plugin; it looks impressive. I'm wondering if it's possible to implement functionality that displays multiple phases within a single task. My requirement is to show several sequential phases (or statuses), each with its own start and end dates. Ideally, each phase would have a distinct color to differentiate it from the others. I would greatly appreciate any guidance on how to achieve this using Frappe.js. Is this something that can be implemented?

@abhavgoel
Copy link

could you explain the requirements a bit clearly. For example with a diagram?

@anvarKhakimov
Copy link
Author

To clarify my requirements further, I have attached a diagram to illustrate the concept.

In my scenario, each task is not just a single entity but is composed of several sequential phases or stages. Each of these phases has its own distinct start and end dates, representing different stages of progress within the same task. The key point is that these phases are part of the same task and follow one another in sequence—when one phase ends, the next one begins.

image

Key Requirements:

  • Phased Execution Within Tasks: Each task or sub-task can have multiple phases or stages of execution, each with its own timeline.
  • Visual Differentiation: These phases should be represented by different colors or visual markers to distinguish them easily.
  • Sequential Progression: The phases within each task are sequential, meaning that the next phase starts only after the previous one has finished.

Is it possible to implement such a structure using Frappe.js? If so, I would appreciate guidance on how to set this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants