hack4impact-uiuc / 7000-languages

Helping Indigenous communities around the world teach, learn and sustain their languages
GNU General Public License v3.0
12 stars 2 forks source link

Run out of space on the Expo Go App #176

Closed ashayp22 closed 1 year ago

ashayp22 commented 2 years ago

Problem

Our app can run out of space, so we can't keep saving audio and image files locally and not delete them. We need to implement some time of system that removes audio and images when we are about to run out of space, or when they are no longer in use. The main question is what priority should audio and image files get in this "cache." Should we implement a LRU or LFU cache, or remove files when user's switch between courses.

ashayp22 commented 1 year ago

Downgrading this to a P2 because we have not seen a need for this feature in the Fall Semester, meaning we've never encountered a situation where we run out of file space on the Expo Go app.

ashayp22 commented 1 year ago

No longer an issue.