https://github.com/ph1p/projector
A tool to plan your projects for the current and upcoming years.
https://github.com/ph1p/projector
employee-management planning pm project
Last synced: 6 months ago
JSON representation
A tool to plan your projects for the current and upcoming years.
- Host: GitHub
- URL: https://github.com/ph1p/projector
- Owner: ph1p
- License: mit
- Created: 2018-08-05T19:03:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:50:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T06:34:24.755Z (6 months ago)
- Topics: employee-management, planning, pm, project
- Language: Vue
- Size: 3.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Projector
[](https://app.netlify.com/sites/projector/deploys)This is an application for project managers. To display a structured chart of who is working on which project.
You can add users(employees), projects, units, the know how of each employee and the amount of how many parallel projects a user can have.## But why?
Use this tool to plan your projects for the current and upcoming years.
It should help you to spread your projects evenly to all users/employees.
This should prevent a user to not work on many projects at the same time.With this tool you can display all running projects, their involved users and deadlines at once.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```