Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

render groups individually in group view #2

Closed
FLX-0x00 opened this issue Mar 5, 2018 · 1 comment
Closed

render groups individually in group view #2

FLX-0x00 opened this issue Mar 5, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@FLX-0x00
Copy link
Contributor

FLX-0x00 commented Mar 5, 2018

All groups are always fully rendered in the group view (including datatables) initially and on each change (move, copy, etc.). Performance suffers dramatically with a high amount of groups (> ~100).
Each group should be rendered individually once selected in the sidebar and should be removed (not only made invisible) from the html when clicking on the "close"-button. All visible groups should be re-rendered if any change (move, copy, etc.) happens. In order to implement this enhancement, the partial render group stuff has to be changed/rewritten. Furthermore a js-component needs to be written in order to select and re-render each visible group.

tl;dr

The performance with a high number of groups will improve in the future. We are on it!

@FLX-0x00 FLX-0x00 added the enhancement New feature or request label Mar 5, 2018
@FLX-0x00 FLX-0x00 added this to the Version 2.2 milestone Mar 5, 2018
@FLX-0x00 FLX-0x00 self-assigned this Mar 5, 2018
@FLX-0x00
Copy link
Contributor Author

Done. We just decide that only one group can be selected at the same time in order to keep the interface clean. On every click in the sidebar or change (move, delete, etc.) the selected group will be fully rerendered. If you are view a group and start a global search, the selected group will be replaced by the search content if you click on "Add TO GROUPP-VIEW".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant