educational-technology-collective / morf

The MOOC Replication Framework (MORF)
MIT License
16 stars 7 forks source link

create API functions for simple submission #35

Closed jpgard closed 6 years ago

jpgard commented 6 years ago

Create a module and functions for something like make_sample_submission() and submit_config_to_morf_platform() which can allow users to (a) make a sample submission without using curl, or (b)submit their own config file directly to the MORF platform. This would ideally even handle things like uploading their docker image to a public s3 bucket, checking their config file, etc. This would also obviously be extremely useful to software paper reviewers!

jpgard commented 6 years ago

resolved with morf.utils.submit