Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:50:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T04:14:39.162Z (24 days ago)
- Topics: employee-management, planning, pm, project
- Language: Vue
- Size: 3.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Projector
[![Netlify Status](https://api.netlify.com/api/v1/badges/53c59d20-9f02-420c-aba7-acd5aaa84efb/deploy-status)](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
```