update
This commit is contained in:
6
database.md
Normal file
6
database.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Backend
|
||||
Profile(id, name) - Profiledata
|
||||
Video(id, title, youtuber, imgUrl, videoUrl, profile) - Videodata for profiles
|
||||
# App
|
||||
Profile(id, name) - Profiledata, sync with backend
|
||||
Video(id, title, youtuber, imgPath, videoPath, profile) - Videodata for downloaded videos
|
||||
Reference in New Issue
Block a user