joelle-o-world / singing-our-lives

Web app for the singing our lives project.
1 stars 0 forks source link

Reconfigure "Send Files"/"Next Page" buttons on Record page #40

Closed sdnorris closed 4 years ago

sdnorris commented 4 years ago

There are two folders in formfills that contain a "feedback.json," but no accompanying media. I'm guessing that this may have been because people forgot to click "Send Files" before continuing past the Record page. This could be addressed by either:

joelle-o-world commented 4 years ago

I think the quickest solution is to create an event emitter on the MediaUploads class for which fires when after the files have been sent (or after they have started sending) to the server. In the html file you can then add a listener to this which turns to the next page.