https://github.com/Physiix/topsi-project-manager
A Desktop Kanban board app.
https://github.com/Physiix/topsi-project-manager
electron kanban kanban-board vuejs
Last synced: about 1 month ago
JSON representation
A Desktop Kanban board app.
- Host: GitHub
- URL: https://github.com/Physiix/topsi-project-manager
- Owner: Physiix
- License: agpl-3.0
- Archived: true
- Created: 2018-01-20T02:07:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T00:55:21.000Z (about 4 years ago)
- Last Synced: 2025-01-18T20:36:44.831Z (3 months ago)
- Topics: electron, kanban, kanban-board, vuejs
- Language: Vue
- Homepage:
- Size: 3.62 MB
- Stars: 1,390
- Watchers: 49
- Forks: 167
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-github-repos - Physiix/topsi-project-manager - A Desktop Kanban board app. (Vue)
- awesome-starred - Physiix/topsi-project-manager - A Desktop Kanban board app. (vuejs)
README
# This project is no longer maintained
# Topsi Project Manager
## Master branch is broken right now, a stable branch will be created as soon as it's ready.
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
```bash
# Clone the project
git clone https://github.com/Physiix/topsi-project-manager
# Install dependencies (you can use npm too)
yarn
## Project setup
```yarn install
```
# 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## License
AGPLv3
```