This section's template is now directly in evolution. There are a few TODOs to also migrate the hard-coded widgets, as the segment module continues to make its way to evolution. The template was originally taken from od_nationale and includes the loop activity code that was not originally in demo_survey.
demo_survey is also update to use the new template from evolution.
Also in this PR:
getNextVisitedPlace is moved from the surveys to the odSurvey/helpers.ts
The secondsSinceMidnightToTimeStrWithSuffix UI converter is also brought to the evolution's frontend helper to display the time in a 28-hours time format.
The section template, as well as the functions are all unit tested.
This is the 4th task of #501
This section's template is now directly in evolution. There are a few TODOs to also migrate the hard-coded widgets, as the segment module continues to make its way to evolution. The template was originally taken from od_nationale and includes the loop activity code that was not originally in demo_survey.
demo_survey is also update to use the new template from evolution.
Also in this PR:
odSurvey/helpers.ts
secondsSinceMidnightToTimeStrWithSuffix
UI converter is also brought to the evolution's frontend helper to display the time in a 28-hours time format.The section template, as well as the functions are all unit tested.