Frontmatter
| id | 8438 |
| title | Remove redundant name field from Release Index and Model |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 8:27 PM |
| updatedAt | Jan 8, 2026, 8:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8438 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 8:29 PM |
Remove redundant name field from Release Index and Model

tobiu
Jan 8, 2026, 8:29 PM
Input from Gemini 3 Pro:
✦ Fixed in bb3099952.
- Removed
nameassignment and property frombuildScripts/createReleaseIndex.mjs.- Removed
namefield fromapps/portal/model/Release.mjs.- Updated
treeNodeNamecalculation to useidas the source of truth.
tobiu assigned to @tobiu on Jan 8, 2026, 8:29 PM
tobiu closed this issue on Jan 8, 2026, 8:29 PM
The
namefield in the Release Index and Model is identical to theidfield for both leaf and group nodes. To further reduce redundancy:nameassignment inbuildScripts/createReleaseIndex.mjs.namefield fromapps/portal/model/Release.mjs.treeNodeNamecalculation to useidinstead ofname.