Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 61b44850 authored by TOMMASI Marion's avatar TOMMASI Marion
Browse files

next steps dans README

parent fdc17455
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,19 @@ Building the java project with one of this files as the main file, it creates th
The file `demo/skeleton.java` provides a skeleton of an application to help you construct your own.
Default values for the Headwork platform are found in `model/connections/HeadworkConnector.java`, in the `defaultConfig()` method.
## TODO: some possible next steps for this code
- remove the SQLCommands class and its usage : it was written to simplify the code but it complexify it instead
- have the possibility to have tasks that can be answered only once without specifying it in the guard (by modifying the automaton directly) (performance reasons)
- allow for automatic ending of a delegation
- debug the monitoring Message for the delegation
- add more pre-written map functions and stop conditions for the Delegation
- add verification inside the code to prevent errors to pop up without explaination when running the application if a parameter was missing or there is an error in SQL commands
Modifications on the Headwork platform:
- modify autoStart so that tables associated with the artifact are also created/updated
- have an attribute for tasks to go back to the project page once finished
- don't show the finished or waiting artifacts (or show them separately, someplace else)
- activity description : allow personalization for different artifact of the same artifact class
(ex : instead of The Plant artifact, show also the taxon/image of the referred artifact)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment