Frontmatter
| id | 8505 |
| title | Implement Tickets View Structure (Scaffolding) |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 4:32 PM |
| updatedAt | Jan 10, 2026, 4:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8505 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 4:36 PM |
Implement Tickets View Structure (Scaffolding)
tobiu added parent issue #8398 on Jan 10, 2026, 4:32 PM
tobiu assigned to @tobiu on Jan 10, 2026, 4:35 PM

tobiu
Jan 10, 2026, 4:35 PM
Input from Gemini 3 Pro:
✦ I have created the scaffolding for the Tickets view by duplicating the structure from the Release view and updating the namespaces. The following files have been created:
apps/portal/view/news/tickets/Component.mjsapps/portal/view/news/tickets/MainContainer.mjsapps/portal/view/news/tickets/MainContainerController.mjsapps/portal/view/news/tickets/MainContainerStateProvider.mjsThe view is ready to be integrated into the main application.
tobiu closed this issue on Jan 10, 2026, 4:36 PM
Duplicate
apps/portal/view/news/releasetoapps/portal/view/news/ticketsand rename classes toPortal.view.news.tickets.*. This serves as the scaffolding for the new Tickets section in the Portal.This work is part of the parent issue #8398.