- Aug 21, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-190: added duration and specified_duration as Subtask properties for reusability. Reused it in shift_successors_until_after_stop_time.
-
Jorrit Schaap authored
TMSS-190: use specification and scheduling relations to calculate successive subtask start/stop times
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Aug 20, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-190: renamed totaly non-descriptive names first_to_connect and second_to_connect to first_scheduling_relation and second_scheduling_relation
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
- Aug 19, 2020
-
-
Jorrit Schaap authored
Resolve TMSS-215 Closes TMSS-215 See merge request !197
-
Auke Klazema authored
Resolve TMSS-238 Closes TMSS-238 See merge request !199
-
Ramesh Kumar authored
# Conflicts: # SAS/TMSS/frontend/tmss_webapp/src/App.js # SAS/TMSS/frontend/tmss_webapp/src/__mocks__/cycle.service.data.js # SAS/TMSS/frontend/tmss_webapp/src/routes/Cycle/index.js # SAS/TMSS/frontend/tmss_webapp/src/routes/index.js Resolved Conflicts
-
Jorrit Schaap authored
-
Ramesh Kumar authored
-
Muthu authored
Update the code as per the review comments
-
Auke Klazema authored
Resolve TMSS-268 Closes TMSS-268 See merge request !198
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-215: added action url to create a new SchedulingUnit based on this SchedulingUnitObservingStrategyTemplate, with the given <name> and <description> and make it a child of the given <scheduling_set_id>
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Ramesh Kumar authored
# Conflicts: # SAS/TMSS/frontend/tmss_webapp/src/routes/Scheduling/SchedulingUnitList.js Resolved conflicts and fixed task duration format and task type issues
-
Jorrit Schaap authored
-
Nithya authored
Resolved space issue on Scheduling Unit List
-
- Aug 18, 2020
-
-
Jorrit Schaap authored
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-215: added foreignkeys between SchedulingUnitObservingStrategyTemplate and SchedulingUnitDraft and SchedulingUnitTemplate, and added JSON validation for SchedulingUnitObservingStrategyTemplate and if the SchedulingUnitDraft was created from a SchedulingUnitObservingStrategyTemplate
-
Auke Klazema authored
Resolve TMSS-281 Closes TMSS-281 See merge request !195
-
Nithya authored
Duration Updated
-
goei authored
-
Roy de Goei authored
Resolve TMSS-266 Closes TMSS-266 See merge request !193
-
Auke Klazema authored
Resolve TMSS-239 Closes TMSS-239 See merge request !196
-
Jorrit Schaap authored
TMSS-215: replaced code-wise generation of UC1 scheduling unit with the use of the new UC1 observation strategy template
-
Jorrit Schaap authored
-
Jorrit Schaap authored
TMSS-215: filled in schema names. TODO: need to replace those with proper URI's (URL's) once TMSS-272 is done and we have URL's for those schema's
-
Jorrit Schaap authored
TMSS-215: replaced 'data-flow' sorting by predecessor recursion because python sort does not work with proper compare functions anymore, but with key functions which address each item in the list only once O(N) while we are interested in the inter-item-relations O(N.N-1)
-