-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Description
route
/projects/:id
Template
/project-profile-html-template
Todo
Design features
The structure of the Open Tasks for Trello should be:
If number of trello boards > 1 and If number of cards > 0 then <h1> 'Tasks in Board' + board.name </h1> else if number of boards == 1 and cards == 0 then show an empty table
Header: Card, Description, Labels, Bulletpoints
Row (onClick => open Card in trello in new tab):
Cardname,
Card description, "label1, label2, label3",
count totalt nbr of bulletpoints (checked and unchecked) in all checklists in this card
Other features
- The data should be loaded for all trello boards (links) in the project
Remaining task
- Make the countCheckListItems function work