Changes between Version 80 and Version 81 of Projects/Advanced


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Advanced

    v80 v81  
    299299
    300300== 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.
     301Interfacing with [http://www.optaplanner.org OptaPlanner].
    302302
    303303* Assigning volunteers to shifts (e.g. at facilities - the Mayon usecase).
     
    308308* Routing trucks to deliver goods to shelters (came up in Japan but is an obvious extension to Req/Inv Send)
    309309 - http://docs.jboss.org/drools/release/6.1.0.Final/optaplanner-docs/html/useCasesAndExamples.html#vehicleRouting
     310
     311Either [http://docs.jboss.org/drools/release/6.1.0.Final/optaplanner-docs/html/integration.html#integrationWithSoaAndEsb create a REST API for OptaPlanner] using [http://camel.apache.org/optaplanner.html Camel] or use [http://py4j.sourceforge.net Py4J] to [http://docs.jboss.org/drools/release/6.1.0.Final/optaplanner-docs/html/integration.html#integrationOverview call the Java classes] from Python.
    310312== [wiki:BluePrintWebSetup Web Setup] ==
    311313Extend the Deployment co-app ({{{modules/s3db/setup.py}}}) to do on-going Configuration (editing {{{models/000_config.py}}}, handling DB migrations)