From 099c9fbc633539614391e83e22aec9d33c3b13b3 Mon Sep 17 00:00:00 2001 From: pandoracosta Date: Thu, 8 Oct 2020 23:35:13 -0300 Subject: [PATCH 1/4] Create Trigger-Warning-App --- Projects/3-Advanced/Trigger-Warning-App | 1 + 1 file changed, 1 insertion(+) create mode 100644 Projects/3-Advanced/Trigger-Warning-App diff --git a/Projects/3-Advanced/Trigger-Warning-App b/Projects/3-Advanced/Trigger-Warning-App new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/Projects/3-Advanced/Trigger-Warning-App @@ -0,0 +1 @@ + From ce33e930bb183ad67c4898e3e665f76e274f486a Mon Sep 17 00:00:00 2001 From: pandoracosta Date: Thu, 8 Oct 2020 23:35:34 -0300 Subject: [PATCH 2/4] Rename Trigger-Warning-App to Trigger-Warning-App.md --- .../3-Advanced/{Trigger-Warning-App => Trigger-Warning-App.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/3-Advanced/{Trigger-Warning-App => Trigger-Warning-App.md} (100%) diff --git a/Projects/3-Advanced/Trigger-Warning-App b/Projects/3-Advanced/Trigger-Warning-App.md similarity index 100% rename from Projects/3-Advanced/Trigger-Warning-App rename to Projects/3-Advanced/Trigger-Warning-App.md From b4a1c4c5c60c978150af4214bcc23fadcc98c3df Mon Sep 17 00:00:00 2001 From: pandoracosta Date: Thu, 8 Oct 2020 23:59:05 -0300 Subject: [PATCH 3/4] Update Trigger-Warning-App.md --- Projects/3-Advanced/Trigger-Warning-App.md | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Projects/3-Advanced/Trigger-Warning-App.md b/Projects/3-Advanced/Trigger-Warning-App.md index 8b137891..1296e9c4 100644 --- a/Projects/3-Advanced/Trigger-Warning-App.md +++ b/Projects/3-Advanced/Trigger-Warning-App.md @@ -1 +1,37 @@ +# Trigger Warning App + +**Tier:** 3-Advanced + +In this app you will be able to find lists of movies under a certain trigger warning label, so that you can be informed of any kind of triggering content presented in a movie you intend to watch. There is very little safe information on triggering subjects in movies and I believe that it would be a very useful app for a lot of victims of domestic violence, racism, rape, depression etc. + +### Constraints + +- The developer will have to initially set a list of trigger warning labels and make sure to set a considerably large database where each movie is linked to their label. +- The developer should act as moderator for the suggestions and reports. + + +## User Stories + +- User can search a list of movies that fall under multiple labels. +- User can search for a movie and find out what are they labeled as. +- User can search for a list of movies that do not fall under any specific label. +- User can report that a movie is mislabeled. +- User can suggest to add a new label. +- User can suggest that a movie falls under a certain label. + + +## Bonus features + +- In the future, information about tv shows (for the whole show as well as for each episode of a specific show) could be added. + +## Useful links and resources + +- [Information on triggering subjects in movies](https://thiscouldbetriggering.tumblr.com/) +- [Information on How to Write Trigger Warnings)](https://www.lookslikefilm.com/2019/01/27/how-to-write-a-trigger-warning/) + + +## Example projects + +- [App that warns about graphic content on Netflix](https://www.sfchronicle.com/business/article/Trigger-warning-New-app-warns-Netflix-viewers-of-6801448.php) +- [Does the Dog Die](https://www.doesthedogdie.com/) From 7c198c728baec9b44d720edefda9feec06f0ffad Mon Sep 17 00:00:00 2001 From: pandoracosta Date: Thu, 8 Oct 2020 23:59:32 -0300 Subject: [PATCH 4/4] Update Trigger-Warning-App.md --- Projects/3-Advanced/Trigger-Warning-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/3-Advanced/Trigger-Warning-App.md b/Projects/3-Advanced/Trigger-Warning-App.md index 1296e9c4..770cfda5 100644 --- a/Projects/3-Advanced/Trigger-Warning-App.md +++ b/Projects/3-Advanced/Trigger-Warning-App.md @@ -27,7 +27,7 @@ In this app you will be able to find lists of movies under a certain trigger war ## Useful links and resources - [Information on triggering subjects in movies](https://thiscouldbetriggering.tumblr.com/) -- [Information on How to Write Trigger Warnings)](https://www.lookslikefilm.com/2019/01/27/how-to-write-a-trigger-warning/) +- [Information on How to Write Trigger Warnings](https://www.lookslikefilm.com/2019/01/27/how-to-write-a-trigger-warning/) ## Example projects