From f5b8179b79fc578cafc3dc2346d2636c1dcc82ee Mon Sep 17 00:00:00 2001 From: Nico Athanassiadis <nico@dsv.su.se> Date: Tue, 17 Dec 2024 11:56:53 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index caae219..189c478 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,10 @@ operations like downloading or deleting multiple files. ## Future Enhancements - **Single sign on**: - Implement OAuth2 for single sign-on. +- **Prevent file naming conflicts**: + - If the user wants to upload the same file again the output will overwrite the previous data. + - It is better to allow different versions of the same file(s) to exist. + - We could implement a UUID approach and make sure to map correctly to the file name. - **Video Transcription**: - Extend the app to support video files when and if whisper AI will support video files. - Extract audio from video files and transcribe the audio content.