Physiix/topsi-project-manager
A Desktop Kanban board app.
repo name | Physiix/topsi-project-manager |
repo link | https://github.com/Physiix/topsi-project-manager |
homepage | |
language | Vue |
size (curr.) | 2980 kB |
stars (curr.) | 1191 |
created | 2018-01-20 |
license | GNU Affero General Public License v3.0 |
Topsi Project Manager
Topsi Project Manager is a simple Kanban board software built with Electron and Vue.js. It supports all three major platforms (Windows, Linux and macOS).
It’s free and open source under the AGPLv3 license.
Version 0.1
Features
No Internet required, no registration needed
Simple Kanban board
Organize your notes in multiple milestones
Drag & drop notes
Tags
Search for notes by title or tag
Image attachment
Export and import projects (in JSON format)
Dark mode and customization (WIP, more customizations are coming)
100% free and open source
Roadmap
The developpement is done in the master
branch, once a build is stable enough (Still alpha), a snapshot will be created and the release page will be updated with the executables.
These are the features that will be implemented next:
- Support for other languages than English (translations)
- 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
Build
# Clone the project
git clone https://github.com/Physiix/topsi-project-manager
# Install dependencies (you can use npm too)
yarn
# Run in developer mode
yarn run dev
# Build the executable
yarn build
Contributions
All contributions are welcome: correcting typos, translations, reporting bugs, contributing code, writing documentation, …
Frameworks used in this project
- Electron
- Vue.js
- Vuetify
- Quill
- Sortable
- lowdb
License
AGPLv3