|
|
# SPEAR - Wiki
|
|
|
|
|
|
## Other Pages
|
|
|
|
|
|
* [Project Interface](project interface) - high-level description of what this is all about
|
|
|
* [Programming Roadmap](programming roadmap) - general tasks and to-dos
|
|
|
* [Server](Server) - about the server hosting the SPEAR optimization
|
|
|
|
|
|
## Modules
|
|
|
These are the different modules of the spear project:
|
|
|
|
... | ... | @@ -16,4 +10,15 @@ These are the different modules of the spear project: |
|
|
* **[Optimisation](module/optimisation)** - it creates the optimised production schedule
|
|
|
* **[GUI](module/gui)** - a simple Java FX based GUI for locally testing, debugging and monitoring the optimization; this is _not_ the actual user interface to be used by the end user
|
|
|
* **[REST-API](module/rest-api)** - describes the public API of the SPEAR optimization as provided by the `rest-interface` and defines a second model, mirroring the primary `model`, to be used for REST requests and responses
|
|
|
* **[REST-Interface](module/rest-interface)** - provides REST services for calling the SPEAR optimization using Spring Boot, and also provides a simple Web interface using Swagger as well as a simple landing page with some basic infos and links; this is to be used by the partners at Let's Dev who provide the actual user interface |
|
|
\ No newline at end of file |
|
|
* **[REST-Interface](module/rest-interface)** - provides REST services for calling the SPEAR optimization using Spring Boot, and also provides a simple Web interface using Swagger as well as a simple landing page with some basic infos and links; this is to be used by the partners at Let's Dev who provide the actual user interface
|
|
|
|
|
|
## Other Pages in this Wiki
|
|
|
* [Project Interface](project interface) - high-level description of what this is all about
|
|
|
* [Programming Roadmap](programming roadmap) - general tasks and to-dos
|
|
|
* [Server](Server) - about the server hosting the SPEAR optimization
|
|
|
|
|
|
## Other Resources
|
|
|
* a Trello Board: https://trello.com/b/ohX2T5yL/spear-tasks
|
|
|
* page in the DAI-Wiki: https://wiki.dai-labor.de/CC-ACT:SPEAR
|
|
|
* official SPEAR project website: https://spear-project.eu/
|
|
|
* issues in this Gitlab |
|
|
\ No newline at end of file |