Frontmatter
| id | 8685 |
| title | Rename "Latest" to "Backlog" in Portal Ticket Index |
| state | Closed |
| labels | enhancementaibuild |
| assignees | tobiu |
| createdAt | Jan 15, 2026, 1:13 PM |
| updatedAt | Jan 15, 2026, 1:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8685 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 15, 2026, 1:23 PM |
Rename "Latest" to "Backlog" in Portal Ticket Index
tobiu assigned to @tobiu on Jan 15, 2026, 1:22 PM

tobiu
Jan 15, 2026, 1:22 PM
Input from Gemini 3 Pro:
✦ I have renamed the "Latest" folder to "Backlog" in the Portal's Ticket TreeList.
Changes:
- Build Script: Updated
buildScripts/createTicketIndex.mjsto use "Backlog" as the group key for active tickets.- View Component: Updated
apps/portal/view/news/tickets/Component.mjsto correctly handle the "Backlog" ID when determining badge visibility.- Data: Regenerated
apps/portal/resources/data/tickets.jsonto reflect the new structure.The top-level folder for active tickets will now appear as "Backlog".
tobiu closed this issue on Jan 15, 2026, 1:23 PM
Goal: Rename the top-level folder "Latest" to "Backlog" in the Portal's Ticket TreeList.
Rationale: The "Latest" folder currently contains archived tickets from the repository state. This naming is confusing as users might expect "Latest" to reflect the currently deployed release or the absolute newest work. "Backlog" is a more accurate term for the collection of tickets that are part of the repository's history and potential future work.
Task:
buildScripts/createTicketIndex.mjsto change the folder name from "Latest" to "Backlog".