Changes between Version 79 and Version 80 of Projects/Advanced


Ignore:
Timestamp:
10/26/14 13:38:03 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced

    v79 v80  
    298298* [wiki:BluePrintHumanIntelligenceTasks]
    299299
    300 == Resource Management ==
    301 Interfacing with [http://www.optaplanner.org OptaPlanner].
     300== Resource Planning ==
     301Interfacing with [http://www.optaplanner.org OptaPlanner]. Since there is no REST API, perhaps use [http://py4j.sourceforge.net Py4J] to call the Java classes.
    302302
    303303* Assigning volunteers to shifts (e.g. at facilities - the Mayon usecase).
    304304 - 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
    305308* 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
    307310== [wiki:BluePrintWebSetup Web Setup] ==
    308311Extend the Deployment co-app ({{{modules/s3db/setup.py}}}) to do on-going Configuration (editing {{{models/000_config.py}}}, handling DB migrations)