display of consecutive subactivities (html output)

Started by math_user, July 02, 2016, 01:33:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

math_user

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, ...).

Volker Dirr

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.

math_user

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?

Liviu Lalescu

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.


math_user

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.

Volker Dirr