issues
search
polito
/
students-app
Politecnico di Torino's official mobile application for students
European Union Public License 1.2
155
stars
16
forks
source link
feat(teaching): cache course files with readable names
#443
Closed
umbopepato
closed
8 months ago
umbopepato
commented
8 months ago
Closes #139
Save course files with a combination of the original name, the id and the path inside the course folder
Switch to
DocumentDirectoryPath
for local caching in order to make the cache visible to the user on iOS
Add a migration to automatically move old cached files to the new structure
Add a logic to automatically update cached files when the name/path changes remotely
Closes #139
DocumentDirectoryPath
for local caching in order to make the cache visible to the user on iOS