NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Client Method Changes for Deploying Scheduling Goals/Activity Presets #26

Closed rohan-r-kulkarni closed 1 year ago

rohan-r-kulkarni commented 1 year ago

Methods are needed for clipper-aerie scheduling goal deployment script clipper-aerie/scripts/upload_scheduling.py

Closes #19 Closes #28

cartermak commented 1 year ago

I'd rather not tie in the autoformatter with the scheduling goals work. @rohan-r-kulkarni you should be able to edit this commit with git add --patch to pull out your just work, and then make sure you delete the pre-commit hook (rm -rf .git/hooks) so the formatter doesn't run again.

Maybe I'll do a big PR of just running the formatter later...

cartermak commented 1 year ago

(or you can just manually pull out the changes)

rohan-r-kulkarni commented 1 year ago

Implemented some methods that are useful for handling scheduling goals (bulk uploading, deleting, getting).

rohan-r-kulkarni commented 1 year ago

Included functionality from upload_scheduling.py from clipper-aerie into Aerie CLI native.