-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comment Parser #12
Comments
I do not think that the
|
Bugs: It should be |
@vasilionjea after PR #13 is merged, would you be able to assist me in breaking up the I am thinking: Player
Tracks (originally
What should we include in the {
"user": "GitHub username of the user who created the Comment.",
"url": "The URL as parsed from the original Comment.",
"dateAdded": "Date the Comment was added.",
"comment": "Should we store a reference to the original Comment?"
} What are your thoughts? |
As far as removing the Now on CommentsParser itself, I'm not sure what else we could separate. From your comment above I think you want to rename CommentsParser to Track or I think you're saying you want CommentsParser to instantiate new Track objects once the Track constructor exists with properties like the JSON above in your comment. Something to keep in mind in general is that not all the URLs will be turned into Tracks because most likely we won't integrate with all the APIs from all sources. The URLs that won't become Tracks should instead be provided in another tab as anchor links. Basically this was the idea behind returning a The |
TODO:
The text was updated successfully, but these errors were encountered: