Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasboegl1/team-workload-calculator
Efficiently manage and allocate team tasks based on FTE requirements with the Team Workload Calculator. Use this web app to dynamically add tasks, adjust team size, and visualize workload capacity. Ideal for project managers and team leads looking to optimize team productivity.
https://github.com/thomasboegl1/team-workload-calculator
bulma-css fte-calculator javascript productivity-tools project-management resource-allocation task-management team-management web-application workload-calculator
Last synced: 1 day ago
JSON representation
Efficiently manage and allocate team tasks based on FTE requirements with the Team Workload Calculator. Use this web app to dynamically add tasks, adjust team size, and visualize workload capacity. Ideal for project managers and team leads looking to optimize team productivity.
- Host: GitHub
- URL: https://github.com/thomasboegl1/team-workload-calculator
- Owner: thomasboegl1
- License: gpl-3.0
- Created: 2024-06-27T07:39:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T07:52:25.000Z (7 months ago)
- Last Synced: 2024-12-06T07:42:27.660Z (about 2 months ago)
- Topics: bulma-css, fte-calculator, javascript, productivity-tools, project-management, resource-allocation, task-management, team-management, web-application, workload-calculator
- Language: JavaScript
- Homepage: https://thomasboegl1.github.io/Team-Workload-calculator/
- Size: 204 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Team Workload Calculator
## Description
Efficiently manage and allocate team tasks based on FTE requirements with the **Team Workload Calculator**. Use this web app to dynamically add tasks, adjust team size, and visualize workload capacity. Ideal for project managers and team leads looking to optimize team productivity.
## Features
- Dynamic task list with tooltips explaining each task.
- Adjustable team size and composition via a slider.
- Real-time calculation of total FTE required.
- Visual progress bar indicating workload utilization.
- Responsive design using Bulma CSS framework.## Demo
Check out the live demo: [Team Workload Calculator](https://thomasboegl1.github.io/Team-Workload-calculator/)
## Screenshots
![Screenshot 1](screenshots/Screenshot1.jpg)
![Screenshot 2](screenshots/Screenshot2.jpg)## Installation
1. Clone the repository:
```bash
git clone https://github.com/thomasboegl1/Team-Workload-calculator.git
cd team-workload-calculator
```2. Open `index.html` in your web browser to start using the application.
## Usage
1. Open `task.json` in your preferred code editor.
2. Edit the task list to meet your needs.
3. Open `index.html`.
4. Add tasks by selecting the checkboxes in the "Tasks" section.
5. Adjust the team size using the slider in the "Team" section.
6. View the total FTE required and the progress bar to ensure team capacity is not exceeded.## Contributing
Contributions are welcome! Feel free to open a PR!
## License
This project is licensed under the GPLv3 License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or feedback, please contact:
- Thomas Boeglin - [website](https://boeglin.xyz)