Adittya-Gupta / Ethos

2 stars 12 forks source link

Display a list of all the comments with time stamp on the Edit audio page #10

Closed Adittya-Gupta closed 9 months ago

Adittya-Gupta commented 9 months ago

Description

Wanted a list on the edit audio page which shows the time-stamp versus comments that are put up on the audio. The list elements should be clickable and when clicked should take the audio to that timestamp.

Screenshot 2023-12-04 at 5 17 16 PM
MohammedMAmir commented 9 months ago

Hey Adittya, the feature seems like it would be fun to work on and I would love to try and get it up and running. Could I please have it assigned to me?

Adittya-Gupta commented 9 months ago

Sure @MohammedMAmir

MohammedMAmir commented 9 months ago

Hey @Adittya-Gupta, just wondering how I might grab the list of comments for a specific audio file from the database. I'm not seeing how the comment data is being stored or can be retrieved at the moment.

Adittya-Gupta commented 9 months ago

There is a map of comments in EditAudio.js which contains timestamp as key and comment as the value. You can use that to get all the comments

image