Topsi Project Manager is a simple kanban board software built with electron and vuejs. It supports all three major platforms (Windows, Linux and OSX).
It's free and Open Source under the AGPL V3 Clause.
The developpement is done in the dev
branch.
These are the features that will be implemented next.
- Support for other languages than English. (Translation)
- Quick commands
- Better image attachment (currently slows down the application)
- Comments
- Plugin system
- Better milestone management
- File attachments
- Undo / Redo
- Synchronize with github and gitlab issues:
- Import issues from github/gitlab
- Local changes are
- Refactoring
- Users
- Updates
# Clone the project
git clone https://github.com/Physiix/topsi-project-manager
# You can use npm too
yarn
# To run in dev mode.
yarn run dev
# To build the executable
yarn build
All contributions are welcome: Typo correction, translation, reporting bugs, code contribution, documentation.
- VueJS
- ElectronJS
- Vuetify
- Quill.js
- Sortable.js
AGPL v3