Changes between Version 79 and Version 80 of Projects/Advanced
- Timestamp:
- 10/26/14 13:38:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced
v79 v80 298 298 * [wiki:BluePrintHumanIntelligenceTasks] 299 299 300 == Resource Management==301 Interfacing with [http://www.optaplanner.org OptaPlanner]. 300 == Resource Planning == 301 Interfacing with [http://www.optaplanner.org OptaPlanner]. Since there is no REST API, perhaps use [http://py4j.sourceforge.net Py4J] to call the Java classes. 302 302 303 303 * Assigning volunteers to shifts (e.g. at facilities - the Mayon usecase). 304 304 - This would extend the manual Rostering tool) 305 - http://docs.jboss.org/drools/release/6.1.0.Final/optaplanner-docs/html/useCasesAndExamples.html#nurseRostering 306 * Hospital Bed Assignment 307 - http://docs.jboss.org/drools/release/6.1.0.Final/optaplanner-docs/html/useCasesAndExamples.html#pas 305 308 * Routing trucks to deliver goods to shelters (came up in Japan but is an obvious extension to Req/Inv Send) 306 309 - http://docs.jboss.org/drools/release/6.1.0.Final/optaplanner-docs/html/useCasesAndExamples.html#vehicleRouting 307 310 == [wiki:BluePrintWebSetup Web Setup] == 308 311 Extend the Deployment co-app ({{{modules/s3db/setup.py}}}) to do on-going Configuration (editing {{{models/000_config.py}}}, handling DB migrations)