Actions
Task #157
closedTree component - support for more roots
Start date:
10/13/2016
Due date:
% Done:
100%
Estimated time:
14.00 h
Owner:
Description
Tree component needs new features:
- tree could contain more than one root
- state in redux will be under one ui key as immutable map
- reload tree support
- show loading support
- support for leafs
Updated by Radek Tomiška about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
All features in description is done. Please make a test and review.
Updated by Vít Švanda about 8 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Vít Švanda to Radek Tomiška
For now I found two problems:
- When I added new item, then is this item not show as leaf in tree component.
- Button for collapse tree not clear filter.
Everything else look fine.
Updated by Radek Tomiška about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
It was more complicated that i thought, but it is fixed (obsolete data in redux store and null children count after node is created).
Could you make a review and test again, please?
Updated by Vít Švanda about 8 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
Leaf problem and not clear filter problem now works fine.
Actions