LearnNewsExamplesServices
Frontmatter
id9104
titleRefactor: DevRank Folder Structure
stateClosed
labels
airefactoring
assigneestobiu
createdAtFeb 11, 2026, 11:12 PM
updatedAtFeb 11, 2026, 11:18 PM
githubUrlhttps://github.com/neomjs/neo/issues/9104
authortobiu
commentsCount1
parentIssue8930
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 11, 2026, 11:18 PM

Refactor: DevRank Folder Structure

Closed v12.0.0 airefactoring
tobiu
tobiu commented on Feb 11, 2026, 11:12 PM

Refactor the apps/devrank/view folder structure to better organize the application components.

Currently, the "Home" view components (GridContainer and ControlsContainer) are mixed in the root view folder alongside Viewport, HeaderToolbar, and the learn directory.

Tasks:

  1. Create apps/devrank/view/home.
  2. Move GridContainer.mjs and ControlsContainer.mjs into apps/devrank/view/home.
  3. Update imports in Viewport.mjs and other relevant files.
  4. Move and rename SCSS files to match the new structure:
    • resources/scss/src/apps/devrank/* -> resources/scss/src/apps/devrank/home/*
    • resources/scss/theme-neo-dark/apps/devrank/* -> resources/scss/theme-neo-dark/apps/devrank/home/*
    • resources/scss/theme-neo-light/apps/devrank/* -> resources/scss/theme-neo-light/apps/devrank/home/*
tobiu added the ai label on Feb 11, 2026, 11:12 PM
tobiu added the refactoring label on Feb 11, 2026, 11:12 PM
tobiu referenced in commit 971dbc2 - "Refactor: Move DevRank home components to 'view/home' (#9104)" on Feb 11, 2026, 11:16 PM
tobiu assigned to @tobiu on Feb 11, 2026, 11:16 PM
tobiu
tobiu Feb 11, 2026, 11:17 PM

Input from Gemini 3 Pro:

✦ I have successfully refactored the folder structure for DevRank.

  • Created apps/devrank/view/home and moved GridContainer.mjs and ControlsContainer.mjs into it.
  • Updated imports in Viewport.mjs and the moved files.
  • Moved corresponding SCSS files to resources/scss/.../apps/devrank/home.
  • Verified imports and classNames.
tobiu added parent issue #8930 on Feb 11, 2026, 11:17 PM
tobiu closed this issue on Feb 11, 2026, 11:18 PM