way-seoul / on-my-way

2 stars 0 forks source link

comments feature #39

Closed hjusassac closed 1 year ago

hjusassac commented 1 year ago

Users can comment on each challenge. Display username, content, created_time, accomplishment badge(if the commentor has accomplished the challenge when comment)

Struanjh commented 1 year ago

Will start to work on this. Error messages appear on the challenge-specific page, so will fix them first.

Struanjh commented 1 year ago

I've commited code for ADD, LIST, DELETE comments to the "challenge-comments" branch. Not sure if EDIT is really needed...?

Struanjh commented 1 year ago

Please Note: for now the User is set statically to USER ID 1 (Hyeonju). Small modification to code will be required later to user can be selected dynamically

hjusassac commented 1 year ago

edit comments isn't necessary I think