When there is an activity with more components / subactivities and two components are consecutive / one right after the other:
It would be great if these components were displayed (in the html output) as one component, i.e. in the same way as if there was only one activity with duration 2 (or 3, ...).
nice suggestion. It is already in my TODO. Sadly it is not easy to code, since i also need to check if span is possible in groups and years timetable.
As a (bit bad) workaround you need to replace the activities (by an activity with larger duration) and generate again.
Thank you for your reply, Volker!
QuoteAs a (bit bad) workaround you need to replace the activities (by an activity with larger duration) and generate again.
That's exactly what I have done. The problem there is that I cannot change the number of components / subactivities. So I have to disable one component and change the duration of the other one.
Would it be possible to allow changes in the number of components?
Quote from: math user on July 03, 2016, 02:52:11 PM
The problem there is that I cannot change the number of components / subactivities. So I have to disable one component and change the duration of the other one.
Would it be possible to allow changes in the number of components?
It is too difficult to allow to change the number of components. Others also requested this, but I explained why it is difficult, here on the forum. But deactivating should be good for what you need. Or you can remove and input again the activity.
It would be great if (sub)activities with duration 2 could also span in the years-timetable (html).
E.g. print activity in time slots 1 and 2 on the very left, activity in time slots 2 and 3 on the very right and all other activities with duration 1 in the middle.
That is sadly difficult to code.