Frontmatter
| id | 5291 |
| title | remove src/data/field |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 3, 2024, 7:21 PM |
| updatedAt | Mar 3, 2024, 7:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5291 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 3, 2024, 7:29 PM |
the idea to use
data.Modelinstances as records anddata.field.*instances inside of these got dropped right from the start.we use the
data.RecordFactoryinstead to keep records as lightweight as possible.while we might reconsider this in the future, right now we should just delete the folder to not confuse developers.
@ExtAnimal @Dinkh @maxrahder