HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Redmine-4.x/redmine-4.2.9/plugins/dashboard/README.md
# Dashboard 

Plugin adds a new item to the top menu and is presented as a dashboard that contains issues and their statuses in columns.  
Available a moving of issue cards between statuses, going to the issue by clicking on the issue card, changing statuses and projects colors.  

#### Supported languages:
- Russian
- English
- Polish (thanks Wojtek Śmiałek)
- Portuguese Brazil (thanks [Fernando Hallberg](https://github.com/fernandohallberg))
- Croatian (thanks [Ivan Bratović](https://github.com/ivanbratovic))

### Features:  
- Displaying tasks of child projects (configurable)
- Custom coloring of projects and tasks badges
- "Drag-And-Drop" tasks between statuses
- Displaying of "closed" statuses and issues (configurable)
- Minimizing of "closed" issue cards (configurable)

### Installation:  
Just follow Redmine plugin installation steps (it doesn't require migration step)

### Notes: 
*if you want to change Redmine root page to this dashboard, you should replace string*
```ruby
root :to => 'welcome#index', :as => 'home'
```
*in Redmine default config file by path "config/routes.rb" to*
```ruby
root :to => 'dashboard#index', :as => 'home'
```

![Alt text](screenshots/gif1.gif)
![Alt text](screenshots/screen2.png)