This is a web dashboard to be used with MolSSI's [Simulation Environment for Atomistic and Molecular Modeling](https://molssi-seamm.github.io) (SEAMM). This dashboard will allow users to view results of their calculations (jobs), keep track of their simulation procedures (flowcharts), and group their jobs into projects.
There is a similar problem with project - the API endpoint assumes that project will be in the request body, but it is not a required property by the schema definition.
Job must be submitted with title or correct response is not returned from API (job is still added despite response status).
Example:
Returns a json with job id:
However without title:
an error message is returned:
Response code : 500
BUT, the job is still added to the DB.