Adds a user interface to manage tasks and sort them by Stage, Account, Risk ...
The Kanban-like-task-management project has two interfaces - the Board listing, and the Board details (when you enter a board by double-clicking on it).
Release | Notes |
---|---|
v1.0.1 | Tested 11.0 SP12, SP15. Tested on Edge, IE, Firefox 60 ESR, Chrome. |
v1.0.0 | First release. Tested on Internet Explorer 11, Firefox 38 ESR, Chrome. |
Project | Aras |
---|---|
v1.0.1 | 10.0 SPx, 11.0 SP7+, 11.0 SP12+, 11.0 SP15 |
v1.0.0 | 10.0 SPx, 11.0 SP7; Old Community Board Migration |
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 11.0 SPx preferred)
- Aras Package Import tool
- Back up your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login.
- Note: You must log in as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\kanban-like-task-management\Import\imports.mf
file in the Manifest File field. - Select aras.labs.kanbanliketaskmanagement in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top-left corner.
- Close the Aras Package Import tool.
- Copy
..\kanban-like-task-management\Innovator
in your install folder- Note: By default C:/Program Files/Aras/Innovator/
You are now ready to log in to Aras and try out Kanban-like task management.
- Log in to Aras as admin.
- Navigate to Project Innovator/Boards in the table of contents (TOC).
- Click the add board button.
- Edit the board name.
- Double-click on the created board to open it.
- Add stages and cards.
- Cards can be opened by double-clicking and they can be drag and dropped from one stage to another.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at araslabs@aras.com.
Original Aras community project written by Yoann Maingon at Aras Corp.
Documented and published by Yoann Maingon at Aras Labs. Yoann Maingon
Contributors:
Aras Labs projects are published to GitHub under the MIT license. See the LICENSE file for license rights and limitations.