A Redmine plugin that allows users to create and manage custom dashboards with interactive panel layouts and personalized widgets.
- Personal Dashboard Creation: Users can create multiple custom dashboards with unique names and descriptions
- Default Dashboard: Set one dashboard as default that appears when clicking "Dashboard" in the global menu
- User-specific Access: Each user manages their own dashboards with proper access control
- Multi-language Support: Available in English and Japanese
- Drag & Drop Interface: Move panels freely within the dashboard using intuitive drag and drop
- Real-time Resizing: Dynamically adjust panel sizes by dragging resize handles
- Grid-based Layout: Panels snap to a 20px grid system for precise positioning and alignment
- Collision Detection: Automatic prevention of panel overlaps with visual feedback
- Live Preview: See panel placement before finalizing position
-
Multiple Panel Types: Support for 7 different panel types:
- Text Panel: Custom text content and notes
- Chart Panel: Data visualization and charts
- List Panel: Custom lists and bullet points
- Calendar Panel: Calendar views and events
- Issues Panel: Issue tracking and management
- Activity Panel: Recent activity feeds
- Custom Panel: Flexible custom content
-
Panel Operations:
- Add new panels with click-to-place positioning
- Edit panel content and configuration
- Delete unwanted panels
- Move and resize existing panels
- Z-index management for layering
- Ajax API: Real-time panel updates without page refresh
- Grid Constraints: Minimum 4x4 grid (80x80px), maximum 50x50 grid (1000x1000px)
- Dashboard Boundaries: Maximum dashboard size of 60x40 grid (1200x800px)
- Responsive Design: Clean interface that adapts to different screen sizes
-
Clone this plugin into your Redmine plugins directory:
cd /path/to/redmine/plugins git clone https://github.com/takenory/redmine_custom_dashboards.git -
Install plugin dependencies and run migration:
cd /path/to/redmine bundle install bundle exec rake redmine:plugins:migrate RAILS_ENV=production
-
Restart your Redmine application.
-
The plugin should now appear in Administration > Plugins.
- Click "Dashboard" in the global menu to view your default dashboard
- If no default dashboard is set, you'll be redirected to the dashboard list
- Access "My Dashboards" through the account page sidebar or main menu
- Go to "My Dashboards" from your account page
- Click "New Dashboard"
- Fill in the dashboard name and description
- Optionally set it as your default dashboard
- Save the dashboard
- Enter Customize Mode: Click the "Customize" button on your dashboard
- Add Panels:
- Select panel type from dropdown
- Click "Add Panel"
- Click anywhere on the grid to place the panel
- Move Panels: Drag panels to new positions
- Resize Panels: Drag the resize handle in the bottom-right corner
- Remove Panels: Click the delete button (×) on any panel
- Save Changes: Click "Save Layout" or "Cancel" to discard changes
- View: Click on a dashboard name to see its content
- Edit: Modify dashboard settings and layout using the customize mode
- Set as Default: Make a dashboard your default through the dashboard list
- Delete: Remove dashboards you no longer need
cd /path/to/redmine
bundle exec rake redmine:plugins:test NAME=redmine_custom_dashboards RAILS_ENV=test- Redmine: 6.0+
- Rails: 7.2+
- Ruby: 3.0+
This plugin is available under the MIT License.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
For issues and feature requests, please use the GitHub issue tracker.