From 28bed829b15773aba8b8db3f0e1911c90e549b5c Mon Sep 17 00:00:00 2001 From: njmason22 Date: Wed, 4 Mar 2026 07:53:58 -0500 Subject: [PATCH] planning.md --- .envrc | 1 + cookbook/app/database.sqlite | Bin 159744 -> 159744 bytes planning.md | 33 +++++++++++++++++++++----------- project_biff_ttte/app/models.py | 0 project_biff_ttte/app/views.py | 0 5 files changed, 23 insertions(+), 11 deletions(-) create mode 100644 .envrc create mode 100644 project_biff_ttte/app/models.py create mode 100644 project_biff_ttte/app/views.py diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..4a96c22 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +source .venv/bin/activate \ No newline at end of file diff --git a/cookbook/app/database.sqlite b/cookbook/app/database.sqlite index 5d64bd9e92caee99f0eb2070e3ec85430e135340..66ff8a7a70ac9c81de161713a741210f0e806fc1 100644 GIT binary patch delta 183 zcmZp8z}fJCbAmKu(L@<%)*=SIvd)bui{!=JnE7AwU*X@)U&i0fKZ}0_e-eKPzuRU- z11)|&9zJGS#>9ex_`Lj*RHo(-{q_)j#_b{cOdAw9nD{3$@So+MxLGivmEXpSiIu_8 znbXL?$V}J3Sl7Tv!NAnY)YQtvP|woH%*fCnB(b<8wOAp&C^fM}MS_i{!=JnfYJxU*X@)U&i0fKZ}0_e-eKPzx!rI z18sg@Za!vN&cuR(_`Lj*)aDTV_7Hu>?IHS18x+_W`Oh-&pWQ5&aF~Dk*?1;%puisn S{y#v0_x$V(3=GW7oSXn8=OOI? diff --git a/planning.md b/planning.md index 8cc0c7d..87c9718 100644 --- a/planning.md +++ b/planning.md @@ -1,18 +1,29 @@ # Planning your app -## 1. Who will use your app? (Who is your app's target user?) - - - -## 2. What need or problem will your app solve? How do you know this is really a need for your target user? How does the target user currently deal with the problem? - - +## 1. Who will use your app? Who is your app's target user? +# Movie fans, in general. Movies not-originally-in-English fans, before any dubbing, in particular. +# The database would consist of the winners of the Best Foreign Language Film (1956-2019), renamed +# Best International Feature Film (since 2020), by the Academy of Motion Picture Arts and Scientists. +## 2. What need or problem will your app solve? One niche database for movie buffs - no jumping around the Web! +# This app pulls in data from various sources, and puts it into one small, useful database. +# How do you know this is really a need for your target user? I have to do more research, but I think it's +# a good way to promote both English and other languages through a brief, but desirable, translation. +# How does the target user currently deal with the problem? Users can currently use Google Translate. +# My app, called project_biff_ttte (Best International Feature Film translate title to English) +# does it for them, in one niche program. +# The app's main purpose is to derive an accurate English translation of the title of each movie in this list of movies. + ## 3. How will your app's design meet the need you have identified? - - - -## 4. How could your app possibly cause harm? (For example, could someone get hurt if data leaked or if someone used the app inappropriately?) What steps will you take to ensure that nobody is harmed by your app? +# Attributes (fields) would consist of: Year, Country, Native Title, Native language, +# English-translation of Native Title, and Director +# modules: all years +# other modules: search by year, search by country, search by native title, search by native language, search by director +# A module to add winners in ongoing years. +# I will utilize an accurate translation engine, (most likely) Google Translate. + +## 4. How could your app possibly cause harm? (For example, could someone get hurt if data leaked or if someone used the app inappropriately?) # What steps will you take to ensure that nobody is harmed by your app? +# There could be an inaccurate or offending translation. Hopefully, Google Translate coders know about this potential problem. diff --git a/project_biff_ttte/app/models.py b/project_biff_ttte/app/models.py new file mode 100644 index 0000000..e69de29 diff --git a/project_biff_ttte/app/views.py b/project_biff_ttte/app/views.py new file mode 100644 index 0000000..e69de29