Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
d0c46ed2
Commit
d0c46ed2
authored
Mar 03, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'CSThreshold'
parents
29ce2d9a
75fa316e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
dream/plugins/CreateCapacityStations.py
dream/plugins/CreateCapacityStations.py
+3
-3
dream/simulation/Examples/GUI_instances/CapacityProjectAllInOneEmpty.json
.../Examples/GUI_instances/CapacityProjectAllInOneEmpty.json
+6
-0
No files found.
dream/plugins/CreateCapacityStations.py
View file @
d0c46ed2
...
...
@@ -79,10 +79,10 @@ class CreateCapacityStations(plugin.InputPreparationPlugin):
"priority"
:
priority
}
# add also a CapacityStationController
# XXX some of the attributes should be inputted by the user
# add also a CapacityStationController
dueDateThreshold
=
data
[
'general'
].
get
(
'dueDateThreshold'
,
14
)
data
[
'graph'
][
'node'
][
'CSC'
]
=
{
"dueDateThreshold"
:
14
,
"dueDateThreshold"
:
dueDateThreshold
,
"name"
:
"CSC"
,
"prioritizeIfCanFinish"
:
1
,
"interval"
:
"1"
,
...
...
dream/simulation/Examples/GUI_instances/CapacityProjectAllInOneEmpty.json
View file @
d0c46ed2
...
...
@@ -700,6 +700,12 @@
"description"
:
"Total assembly Space in square meters"
,
"type"
:
"number"
,
"default"
:
100
},
"dueDateThreshold"
:
{
"default"
:
"14"
,
"description"
:
"The number of dates for due date threshold"
,
"title"
:
"dueDateThreshold"
,
"type"
:
"string"
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment