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

Add support for hidden time frames in charts #6

Open
3 tasks
PierreRaybaut opened this issue Jan 26, 2024 · 0 comments
Open
3 tasks

Add support for hidden time frames in charts #6

PierreRaybaut opened this issue Jan 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@PierreRaybaut
Copy link
Member

Currently, PyPlanning is showing Gantt tasks in charts according to their respective duration.
When a project has simultaneously short-term tasks (over weeks) and long-term tasks (e.g. a 1-year warranty), the whole chart may be hardly readable and the user is forced to truncate the long tasks if they are located at the end of the project (or to do other image cropping and manipulations if they are right in the middle of it).

The purpose of this enhancement is to add support for hidden time frames in charts.

Tasks:

  • Modify the Gantt visualization module to be able to mask certain periods of time: this is the hard part, and may jeopardize this enhancement proposal because it is really not aligned with the current drawing mechanisms (tasks are drawn one by one)
  • Add the hidden periods to the data model (both XML and internal data model)
  • Add the possibility to enter the hidden periods from the GUI
@PierreRaybaut PierreRaybaut added the enhancement New feature or request label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant