brainlife / cli

brainlife.io Command Line Interface (CLI)
https://brainlife.io
MIT License
2 stars 6 forks source link

Refactor CLI runApp and UI component/appsubmit #45

Open soichih opened 6 years ago

soichih commented 6 years ago

We now have a very similar code in CLI's util/runApp and UI component/appsubmit.vue. We should try refactoring these by moving most of the app submission code to the warehouse API.

soichih commented 6 years ago

We also have UI modals/newtask.vue that has a similar code.. but it's more specialized than newapp / CLI so I am not sure how much of it can be refactored to the server side.. but just a note.