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

Soundcloud-style comments. #24

Open
ngokevin opened this issue Feb 13, 2019 · 0 comments
Open

Soundcloud-style comments. #24

ngokevin opened this issue Feb 13, 2019 · 0 comments

Comments

@ngokevin
Copy link
Contributor

ngokevin commented Feb 13, 2019

From @elliottate, requested several times on Discord.

I would store them in Firebase as like comments with records being:

{id: songId, comments: []}

And comments would have:

{user, comment, time}

Sort the comments by time, keep track of the song position, when the song passes the time of the next comment, display the comment (in HTML/CSS or VR?).

Should be contained within an A-Frame component src/components/comment.js (even if it's only 2D).

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