ck-temp / todo

0 stars 4 forks source link

Board Page - Thinking in React Step-1 #1

Closed ck-temp closed 4 years ago

ck-temp commented 4 years ago
  1. Analyse the dashboard page of the TODO application, similar to the Trello Board page (https://trello.com/b/ZqN99gGN/agile-sprint-board) - only the Kanban Board.
  2. For the above Board page, complete the 1st step mentioned in the blog "Thinking in React" (https://reactjs.org/docs/thinking-in-react.html#step-1-break-the-ui-into-a-component-hierarchy).
thirumalai56 commented 4 years ago

30/03/2020 - Status Completed analyzed list of component going to use for board section.

ck-temp commented 4 years ago

@thirumalai56 - can you add the analyzed list of components in this comments.

thirumalai56 commented 4 years ago

Today I have created PR for board related components

Components List: 1.Board component 2.Board list component 3.Add new list component 4.Card component 5.Add new card component 6.Edit new card component

Ref Screenshots: Board

board list

add new list

add new card

edit card

glad25 commented 4 years ago

Today I have worked on changes in folder structure and analysed about test case file configuration.

thirumalai56 commented 4 years ago

06/04/2020 -Status Created static board and card details section

glad25 commented 4 years ago

07/04/20-work status created modal popover component and working on responsive board section.

thirumalai56 commented 4 years ago

07/04/2020-Status Separated board and card related components,then pushed code changes

thirumalai56 commented 4 years ago

08/04/2020-Status analyzing the board section drag and drop functionality for cards

thirumalai56 commented 4 years ago

@ck-temp This issue has been completed, so please close this issue.