CDAT / vcs-js

3 stars 3 forks source link

C.R.U.D. Methods for templates #50

Closed James-Crean closed 6 years ago

James-Crean commented 6 years ago

We need methods for working with templates. Currently this is handled by the flask server, which we are trying to move away from.

We mostly just need the same sort of methods for Templates that Graphics Methods already have.

James-Crean commented 6 years ago

@scottwittenburg

I have some of this functionality working now, but restarting the vcs server results in the changes being lost. Is there any capability in vcs-js to store user data after restarts right now? If not, is there any plan to support this in the future? We should also take care that any solution we have or come up with will support a multi user environment.

scottwittenburg commented 6 years ago

Is the storage of templates supported in vcs at the moment? What does that look like? We could probably handle this kind of persistence in vcs-jseither way, it would just be easier if all we need to do is expose some pre-existing functionality, rather than come up with something new.

Pinging @aashish24 @danlipsa and @doutriaux1, in case they have any thoughts on the matter.