You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: