Skip to content

fix: add Kanban menu item to sidebar navigation#12

Merged
possebon merged 1 commit into
mainfrom
fix/add-kanban-to-sidebar
Nov 11, 2025
Merged

fix: add Kanban menu item to sidebar navigation#12
possebon merged 1 commit into
mainfrom
fix/add-kanban-to-sidebar

Conversation

@possebon
Copy link
Copy Markdown

Add missing Kanban menu entry to the main navigation sidebar. The Kanban feature was fully implemented but inaccessible through the UI due to missing sidebar configuration.

Changes:

  • Add Kanban menu item with kanban icon between Contacts and Reports
  • Add SIDEBAR.KANBAN translations for English and Brazilian Portuguese
  • Menu item routes to /kanban with proper activeOn configuration

Technical notes:

  • Backend API routes and controllers already exist
  • All database migrations are applied
  • Frontend components are deployed
  • Access control via check_stacklab_license in KanbanItemsController
  • Policy-based permissions: agents can view/edit, admins can delete

Related: Kanban feature integration

Pull Request Template

Description

Please include a summary of the change and issue(s) fixed. Also, mention relevant motivation, context, and any dependencies that this change requires.
Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Add missing Kanban menu entry to the main navigation sidebar.
The Kanban feature was fully implemented but inaccessible through
the UI due to missing sidebar configuration.

Changes:
- Add Kanban menu item with kanban icon between Contacts and Reports
- Add SIDEBAR.KANBAN translations for English and Brazilian Portuguese
- Menu item routes to /kanban with proper activeOn configuration

Technical notes:
- Backend API routes and controllers already exist
- All database migrations are applied
- Frontend components are deployed
- Access control via check_stacklab_license in KanbanItemsController
- Policy-based permissions: agents can view/edit, admins can delete

Related: Kanban feature integration
@possebon possebon merged commit 71c75b5 into main Nov 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant