Skip to content
Snippets Groups Projects
Commit bc44206b authored by kfilippopolitis's avatar kfilippopolitis
Browse files

Documentation about the algorithm name column that will be stored in the database.

parent d76db5b9
No related branches found
No related tags found
1 merge request!19Feat/186 experiment refactor
......@@ -447,6 +447,8 @@ public class ExperimentService {
*
* @param experimentDTO is the experiment information to inserted in the database
* @return the experiment information that was inserted into the database
* @Note In the database there will be stored Algorithm Details that is the whole information about the algorithm
* and an Algorithm column that is required for the filtering with algorithm name in the GET /experiments.
*/
private ExperimentDAO createExperimentInTheDatabase(ExperimentDTO experimentDTO, String endpoint) {
UserDAO user = activeUserService.getActiveUser();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment