Changes between Version 80 and Version 81 of Projects/Advanced
- Timestamp:
- 10/26/14 13:47:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced
v80 v81 299 299 300 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.301 Interfacing with [http://www.optaplanner.org OptaPlanner]. 302 302 303 303 * Assigning volunteers to shifts (e.g. at facilities - the Mayon usecase). … … 308 308 * Routing trucks to deliver goods to shelters (came up in Japan but is an obvious extension to Req/Inv Send) 309 309 - http://docs.jboss.org/drools/release/6.1.0.Final/optaplanner-docs/html/useCasesAndExamples.html#vehicleRouting 310 311 Either [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. 310 312 == [wiki:BluePrintWebSetup Web Setup] == 311 313 Extend the Deployment co-app ({{{modules/s3db/setup.py}}}) to do on-going Configuration (editing {{{models/000_config.py}}}, handling DB migrations)