Add stubs for dashboard and for adding/updating simulation
Add stubs for dashboard in server/route/dashboard.js as a router which deals with requests starting with /dashboard.
Add stubs for adding/updating simulation in server/route/simulation.js as a router which deals with requests starting with /simulation.
Since the documentation for endpoints in google docs and in Postman (which @TsarFox created) does not match, I just picked what seems to make sense in the context of functionality of each endpoint. So my code does not fully match the documentation in google docs, nor in Postman. Therefore, before merging my request, I think we need to figure out this problem of the documentation and edit and write more concrete documentation. We can talk about it here in this pull-request.
Add stubs for dashboard and for adding/updating simulation
Add stubs for dashboard in
server/route/dashboard.js
as a router which deals with requests starting with/dashboard
.Add stubs for adding/updating simulation in
server/route/simulation.js
as a router which deals with requests starting with/simulation
.Since the documentation for endpoints in google docs and in Postman (which @TsarFox created) does not match, I just picked what seems to make sense in the context of functionality of each endpoint. So my code does not fully match the documentation in google docs, nor in Postman. Therefore, before merging my request, I think we need to figure out this problem of the documentation and edit and write more concrete documentation. We can talk about it here in this pull-request.