- Sep 01, 2020
-
-
Ramesh Kumar authored
-
Ramesh Kumar authored
TMSS-312: Updated schedule service to reduce API call duration. It reduced from 10 to 5 secs for scheduling unit blueprint view. Updated to show scheduling set name and styles for view.
-
- Aug 28, 2020
-
-
Muthu authored
Enabled Scheduling Unit Blueprint View
-
- Aug 27, 2020
-
-
Ramesh Kumar authored
-
- Aug 25, 2020
-
-
Ramesh Kumar authored
-
Ramesh Kumar authored
-
Muthu authored
Added default sorting feature in table
-
- Aug 24, 2020
-
-
Jorrit Schaap authored
-
- Aug 21, 2020
-
-
Auke Klazema authored
-
Ramesh Kumar authored
-
Auke Klazema authored
-
Ramesh Kumar authored
-
- Aug 20, 2020
-
-
Nithya authored
Pagination CSS updated.
-
Nithya authored
Prime React Pagination
-
Auke Klazema authored
-
Auke Klazema authored
-
Ramesh Kumar authored
-
Ramesh Kumar authored
TMSS-240: Sort icon added for table column. Default Resource Type names updated. Cycle_Quota limit added.
-
Muthu authored
code cleaning and fix teh issue for add project
-
Nithya authored
CSS applied
-
- Aug 19, 2020
-
-
Muthu authored
Added view cycle and edit cycle functionality
-
Muthu authored
updated the code for review comments
-
Nithya authored
Fixed Pagination on View Table Component.
-
Jorrit Schaap authored
-
Ramesh Kumar authored
-
Muthu authored
Update the code as per the review comments
-
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
-
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
-
Nithya authored
Duration Updated
-
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)
-