First of all i don't know if this is the best name for this feature, so this should also be part of the job to answer.
Currently we use the well know gantt display for the charts. This feature is meant to implement another way to display the charts in a more compact way and to solve all related issues/challanges resulting from this feature.
The current status basically looks like this:

The new feature should implement a representation close to this:

So basically vertically compress the chart as far as possible so we have one line with all bars collapsed but not overlapping.
Maybe even think about another mode where the bars also overlapp so its really just one line -> i am not sure today if we need this because thats basically what the summary feature already does.
This comes with a lot of problems we need to cover. So the first main task is to finde a solution or multiple solutions how to deal with all these prolbems. The progress in the concepts or the final concept should be documented in this Issue.
The list of Problems is a work in progress so here is the start of a not complete list:
- We loose the methodes how new items are created today because everything generates a new line and it is all coupled to the table view
- We need a different display also for the table view because we dont have a line per item anymore
- Every crud operation we have today which is based on a new line per item needs a different UI/UX (for example i cant type the task name in this view in the task table, because there is no task table)
- The alternative UI/UX should extend the existing UI/UX and not replace or be a complete alternative and i have to choose ever this or that. Its just a different display and independent in which display i am i need all features.
First of all i don't know if this is the best name for this feature, so this should also be part of the job to answer.
Currently we use the well know gantt display for the charts. This feature is meant to implement another way to display the charts in a more compact way and to solve all related issues/challanges resulting from this feature.
The current status basically looks like this:

The new feature should implement a representation close to this:

So basically vertically compress the chart as far as possible so we have one line with all bars collapsed but not overlapping.
Maybe even think about another mode where the bars also overlapp so its really just one line -> i am not sure today if we need this because thats basically what the summary feature already does.
This comes with a lot of problems we need to cover. So the first main task is to finde a solution or multiple solutions how to deal with all these prolbems. The progress in the concepts or the final concept should be documented in this Issue.
The list of Problems is a work in progress so here is the start of a not complete list: