https://github.com/stefnotch/youtrack-diagram
A YouTrack Diagram Viewer
https://github.com/stefnotch/youtrack-diagram
diagram electron electron-app quasar-framework vue youtrack
Last synced: 4 months ago
JSON representation
A YouTrack Diagram Viewer
- Host: GitHub
- URL: https://github.com/stefnotch/youtrack-diagram
- Owner: stefnotch
- License: unlicense
- Created: 2019-01-28T11:59:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T15:22:26.000Z (over 5 years ago)
- Last Synced: 2025-04-15T19:48:14.190Z (6 months ago)
- Topics: diagram, electron, electron-app, quasar-framework, vue, youtrack
- Language: JavaScript
- Homepage: https://github.com/stefnotch/youtrack-diagram/releases
- Size: 2.18 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtrack Project Structure Plan Auto-Generation

## [Download](https://github.com/stefnotch/youtrack-diagram/releases)
See [Releases](https://github.com/stefnotch/youtrack-diagram/releases)
## Features
- Sprint Tree View
- Epic Tree View
- Gantt Diagram View
- Export diagrams## Common Issues
- Firewall: You need to allow this app through the firewall for OAuth 2.0
- Port 25565 in use: This app uses port 25565 for OAuth 2.0## Used Technologies and Libraries
- [Quasar](https://quasar-framework.org/)
- [Vue.js](https://vuejs.org/)
- [Electron](https://electronjs.org/)
- [youtrack-rest-client](https://github.com/shanehofstetter/youtrack-rest-client)
- [OrgChart](https://github.com/dabeng/OrgChart.js)
- [panzoom](https://github.com/anvaka/panzoom)
- [AppAuth](https://github.com/openid/AppAuth-JS)## To Install - For Developers
```bash
# Alternatively, you can clone this repo using GitKraken
# Clone this repository
git clone https://github.com/stefnotch/youtrack-diagram
# Go into the repository
cd youtrack-diagram# Install dependencies
npm install
# Run the app (Development Mode)
npm run dev# To build it
npm run build# Go to the built application
cd ./dist/electron
```