Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics: NUSIC - Kamu #1

Open
logesh2496 opened this issue Mar 25, 2024 · 0 comments
Open

Analytics: NUSIC - Kamu #1

logesh2496 opened this issue Mar 25, 2024 · 0 comments

Comments

@logesh2496
Copy link
Member

logesh2496 commented Mar 25, 2024

Session Data Storage - Transactional

POST /voice-usage

{ "songId": "", "userId": "", "voicesUsed": [{"voiceId": "", "startTime": 0, "endTime": 14}, {"voiceId": "", "startTime": 14, "endTime": 21}, {"voiceId": "", "startTime": 21, "endTime": 45}] // This 35 can be added to the totalSecondsSpent in song/id/voices/id }

Collection:
[ { "songId": "kYtGl1dX5qI", "userId": "1", "voicesUsed": [ { "voiceId": "1", "startTime": 0, "endTime": 35 }, { "voiceId": "2", "startTime": 35, "endTime": 46 }, { "voiceId": "3", "startTime": 46, "endTime": 89 }, { "voiceId": "4", "startTime": 89, "endTime": 156 } ] }, { "songId": "bESGLojNYSo", "userId": "2", "voicesUsed": [ { "voiceId": "5", "startTime": 0, "endTime": 40 }, { "voiceId": "6", "startTime": 40, "endTime": 75 }, { "voiceId": "7", "startTime": 75, "endTime": 133 } ] }, { "songId": "6M6samPEMpM", "userId": "1", "voicesUsed": [ { "voiceId": "2", "startTime": 0, "endTime": 55 }, { "voiceId": "7", "startTime": 55, "endTime": 138 }, { "voiceId": "8", "startTime": 138, "endTime": 169 } ] }, { "songId": "OPf0YbXqDm0", "userId": "3", "voicesUsed": [ { "voiceId": "9", "startTime": 0, "endTime": 14 }, { "voiceId": "10", "startTime": 14, "endTime": 21 }, { "voiceId": "14", "startTime": 21, "endTime": 45 } ] }, { "songId": "TO-_3tck2tg", "userId": "2", "voicesUsed": [ { "voiceId": "12", "startTime": 0, "endTime": 47 }, { "voiceId": "13", "startTime": 47, "endTime": 145 } ] }, { "songId": "kYtGl1dX5qI", "userId": "4", "voicesUsed": [ { "voiceId": "1", "startTime": 0, "endTime": 27 }, { "voiceId": "3", "startTime": 27, "endTime": 64 }, { "voiceId": "4", "startTime": 64, "endTime": 98 } ] }, { "songId": "bESGLojNYSo", "userId": "5", "voicesUsed": [ { "voiceId": "5", "startTime": 0, "endTime": 67 }, { "voiceId": "6", "startTime": 67, "endTime": 88 }, { "voiceId": "7", "startTime": 88, "endTime": 134 } ] }, { "songId": "6M6samPEMpM", "userId": "2", "voicesUsed": [ { "voiceId": "2", "startTime": 0, "endTime": 32 }, { "voiceId": "7", "startTime": 32, "endTime": 70 }, { "voiceId": "8", "startTime": 70, "endTime": 169 } ] }, { "songId": "OPf0YbXqDm0", "userId": "7", "voicesUsed": [ { "voiceId": "9", "startTime": 0, "endTime": 14 }, { "voiceId": "10", "startTime": 14, "endTime": 21 }, { "voiceId": "14", "startTime": 21, "endTime": 45 } ] }, { "songId": "TO-_3tck2tg", "userId": "6", "voicesUsed": [ { "voiceId": "12", "startTime": 0, "endTime": 47 }, { "voiceId": "13", "startTime": 47, "endTime": 145 } ] } ]
Covers Collection:

[ { "songId": "1", "songName": "Scream & Shout", "duration": 160, // ... "totalNoOflistens": 2, "voices": [{ "id": "1", "totalSecondsSpent": 63 }] // totalSecondsSpent is calculated from the above sessions } ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant