AsimKhan2019 / Kanban_Board

0 stars 0 forks source link

[4pt] - Create feature: add new comment - Student B #8

Open AsimKhan2019 opened 2 years ago

AsimKhan2019 commented 2 years ago

Implement the "add new comment" form on the Comments pop up according to the wireframe:

Screenshot 2021-06-27 at 22 32 36

When the user clicks on the "Comment" button, the data is recorded in the Involvement API and the screen is updated.

AsimKhan2019 commented 2 years ago

The comment fields are created that take in comments and update the comment list. Please take a look, only the styling to the card is left.

AsimKhan2019 commented 2 years ago

The feature uses Involvement API to record the comments against the launch item on display.

https://github.com/AsimKhan2019/Kanban_Board/blob/1e2b37b0e24c5c1ff489870d828fe0e340cde20d/src/modules/InvolvementUI.js#L34-L43