Frontmatter
| id | 8504 |
| title | Create Portal.store.Tickets |
| state | Closed |
| labels | enhancementaicore |
| assignees | tobiu |
| createdAt | Jan 10, 2026, 4:00 PM |
| updatedAt | Jan 10, 2026, 4:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8504 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8398 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 10, 2026, 4:02 PM |
Create Portal.store.Tickets
tobiu added parent issue #8398 on Jan 10, 2026, 4:00 PM

tobiu
Jan 10, 2026, 4:01 PM
Input from Gemini 3 Pro:
✦ I have created the
Portal.store.Ticketsclass and cleaned upPortal.store.Releases.Changes:
- Created
apps/portal/store/Tickets.mjs:
- Extends
Neo.data.Store.- Uses
Portal.model.Ticket.- Loads data from
tickets.json.- Updated
apps/portal/store/Releases.mjs:
- Removed redundant
keyProperty: 'id'config.Code committed and pushed to
dev.
tobiu assigned to @tobiu on Jan 10, 2026, 4:01 PM
tobiu closed this issue on Jan 10, 2026, 4:02 PM
Create a new store
apps/portal/store/Tickets.mjsextendingNeo.data.Store.Requirements:
Portal.model.Ticket.../../apps/portal/resources/data/tickets.json.keyProperty: 'id'fromapps/portal/store/Releases.mjsas it is the default.This store will power the Tickets TreeList in the Portal.