Frontmatter
| id | 5202 |
| title | selection.Model: adjust the logic to be records driven instead of using DOM ids |
| state | Closed |
| labels | enhancementstale |
| assignees | ExtAnimal |
| createdAt | Feb 5, 2024, 3:22 PM |
| updatedAt | Sep 12, 2024, 4:28 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5202 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 4:28 AM |
this is an epic which we need to break down into multiple tickets => we have many SMs and classes using them.
selection.Modelshould use a collection foritemsand store records instead of pure DOM ids.While this is a bunch of work, it should make working with selections a lot easier in the long run.