kevinsullivan / moralpain_dev

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

Resiliency resources not posted on back #89

Open nicholasphair opened 2 years ago

nicholasphair commented 2 years ago

We track which resources are popular by posting to the backend which a user selects when using the app.

This submission happens when the user taps the home button - https://github.com/nicholasphair/moralpain_dev/blob/main/moraldistress/lib/submitted/view/submitted_view.dart#L24-L29

However, this is not the only way the user can get home from the end screen. They can swipe backwards. If they do that, then the resources are not submitted. We want to make sure that they are submitted then too.

@arh4uwe