kevinsullivan / moralpain_dev

VSCode + Docker container development environment for moral distress project
0 stars 9 forks source link

Single submission site now working end-to-end! #120

Closed arh4uwe closed 2 years ago

arh4uwe commented 2 years ago

The single submission site (SSS), whose code is in the folder infrastructure/submission_site, is now working! It now gets a submission from S3 using the GET method of the /submissions path of our API, and it can update that submission using the POST method of that same path.

kevinsullivan commented 2 years ago

Well done. The prerequisite to getting any real work done is to having a working system to start from. Now we have a working system. Next, we focus some laser energy on this first working version. In the abstract, what concept would you say this app implements?

kevinsullivan commented 2 years ago

Merged.