Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoma-yama/lab-gantt
Visualizes GitLab project tasks as Gantt charts.
https://github.com/ryoma-yama/lab-gantt
gantt gantt-chart gitlab
Last synced: 3 months ago
JSON representation
Visualizes GitLab project tasks as Gantt charts.
- Host: GitHub
- URL: https://github.com/ryoma-yama/lab-gantt
- Owner: ryoma-yama
- License: mit
- Created: 2024-07-20T08:19:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T02:04:32.000Z (3 months ago)
- Last Synced: 2024-09-30T03:03:26.093Z (3 months ago)
- Topics: gantt, gantt-chart, gitlab
- Language: TypeScript
- Homepage: https://ryoma-yama.github.io/lab-gantt/
- Size: 365 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π¦ LabGantt: GitLab Tasks in Gantt Charts
LabGantt visualizes GitLab issues as Gantt charts. Supports both free and self-hosted GitLab instances.
## π» Try It Now!
π **[Access LabGantt here](https://ryoma-yama.github.io/lab-gantt/)** π
Powered by [neo-gantt-task-react](https://github.com/ryoma-yama/neo-gantt-task-react) π
## π― Intended Users
LabGantt is ideal for:
- **GitLab free account users** who want to visualize tasks as Gantt charts but donβt have access to premium features like built-in Gantt charts.
If you are using GitLab's **Premium** or **Ultimate** plans, you can use the built-in Roadmap feature for similar functionality.
## π‘ For GitHub Users
If you're using **GitHub**, consider using **GitHub Projects** with Roadmaps, which offers similar functionality for task management.
## β¨ Features
- π Displays GitLab issues as Gantt charts.
- π οΈ Works with free and self-hosted GitLab.
- π§βπ» Simple interface for tracking project timelines.## π How It Works
1. π Connects to your GitLab account via the GitLab API.
2. π Retrieves your project issues and shows them as Gantt charts.
3. π Lets you manage and track progress in one view.Welcome to lab-gantt π
> LabGantt visualizes GitLab issues as Gantt charts
### π [Homepage](https://github.com/ryoma-yama/lab-gantt)
### β¨ [Live Demo](https://ryoma-yama.github.io/lab-gantt/)
## Prerequisites
- node >=20.0.0
- corepack >=0.28.2Corepack not set up? Check [pnpm setup guide](https://pnpm.io/installation#using-corepack).
## Install
```sh
pnpm i
```## Usage
```sh
pnpm dev
```## Author
π€ **RyomaY**
* Github: [@ryoma-yama](https://github.com/ryoma-yama)
## π€ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/ryoma-yama/lab-gantt/issues).## π Credits
Special thanks to the contributors and tools that made this project possible:
- Gantt-Chart: [neo-gantt-task-react](https://github.com/ryoma-yama/neo-gantt-task-react)## Show your support
Give a βοΈ if this project helped you!
## π License
Copyright Β© 2024 [RyomaY](https://github.com/ryoma-yama).
This project is [MIT](https://github.com/ryoma-yama/lab-gantt/blob/master/LICENSE) licensed.## Legal Disclaimer
GitLab is a registered trademark of GitLab Inc. This project is not affiliated with GitLab Inc.
***
_This README was generated with β€οΈ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_