FET Forum

FET Development => Suggestions => Topic started by: math_user on July 02, 2016, 01:33:25 PM

Title: display of consecutive subactivities (html output)
Post by: math_user on July 02, 2016, 01:33:25 PM
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, ...).
Title: Re: display of consecutive subactivities (html output)
Post by: Volker Dirr on July 02, 2016, 02:37:34 PM
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.
Title: Re: display of consecutive subactivities (html output)
Post by: math_user on July 03, 2016, 02:52:11 PM
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?
Title: Re: display of consecutive subactivities (html output)
Post by: Liviu Lalescu on July 03, 2016, 03:09:18 PM
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.

Title: Re: display of consecutive subactivities (html output)
Post by: math_user on July 16, 2016, 08:43:21 AM
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.
Title: Re: display of consecutive subactivities (html output)
Post by: Volker Dirr on July 16, 2016, 10:06:46 AM
That is sadly difficult to code.