Frontmatter
| id | 8590 |
| title | Refactor Portal Blog Models and Stores to resolve ambiguity |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Jan 13, 2026, 11:30 AM |
| updatedAt | Jan 13, 2026, 11:47 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8590 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 13, 2026, 11:47 AM |
Refactor Portal Blog Models and Stores to resolve ambiguity
tobiu assigned to @tobiu on Jan 13, 2026, 11:47 AM

tobiu
Jan 13, 2026, 11:47 AM
Input from Gemini 3 Pro:
✦ Refactoring complete.
- Renamed
Blog.mjstoBlogNeo.mjs(Model and Store)- Renamed
BlogPost.mjstoBlogMedium.mjs(Model)- Renamed
BlogPosts.mjstoBlogMedium.mjs(Store)- Updated references in
apps/portal/view/news/blogandapps/portal/view/news/medium.- Resolved name collisions in store files by aliasing model imports (
NeoBlogModel,MediumBlogModel).
tobiu closed this issue on Jan 13, 2026, 11:47 AM
Rename Portal models and stores to distinguish between internal Neo blog posts and external Medium posts.
apps/portal/model/Blog.mjs->apps/portal/model/BlogNeo.mjsapps/portal/store/Blog.mjs->apps/portal/store/BlogNeo.mjsapps/portal/model/BlogPost.mjs->apps/portal/model/BlogMedium.mjsapps/portal/store/BlogPosts.mjs->apps/portal/store/BlogMedium.mjsUpdate all references in:
apps/portal/view/news/blogapps/portal/view/news/mediumapps/portal(general search)