AnubisLMS / Anubis

Distributed LMS for automating Computing Science Courses From NYU
https://about.anubis-lms.io
MIT License
297 stars 47 forks source link

ADD volume backup commands parser #455

Closed sp6370 closed 1 year ago

sp6370 commented 1 year ago

This pull request's migrates the python cli tool used for creating Anubis playground IDE's volume backups.

Ref. https://github.com/AnubisLMS/VolumeBackup

wabscale commented 1 year ago

This is a good start. I'm going to adjust things a bit so that it is using the built in flask templates thing, instead of us doing our own thing with jinja.

sp6370 commented 1 year ago

This is a good start. I'm going to adjust things a bit so that it is using the built in flask templates thing, instead of us doing our own thing with jinja.

I would love to jump in if you don't mind pointing the direction. I have worked with flask before and I would be able to pick it up.

wabscale commented 1 year ago

There isnt actually anything flask required here I dont think. We can jump on a call on discord and pull it over the finish line together if you want.

wabscale commented 1 year ago

rebased