Coder Social home page Coder Social logo

s-hashiyama / assigner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kazukiigeta/assigner

0.0 0.0 0.0 8 KB

This app shows a concept of automatic optimized assignments for multi-tasks to balance work time of each person.

License: MIT License

Python 97.17% Dockerfile 2.83%

assigner's Introduction

Assigner

Japanese README

This app shows a concept of automatic optimized assignments for multi-tasks to balance the work time of each person.

procedure to deploy

git clone https://github.com/kazukiigeta/assigner
cd Assigner
pip install -r requirements.txt
docker-compose up -d

system requirements

  • docker
  • docker-compose

data requirements

You can change the default settings of the assignment by uploading CSV files that have the following information.

Sample CSV can be your reference to prepare the data.

  • employee information

    • first name
    • last name
    • available work time (hour)
  • task information

    • task name
    • required work time (hour)
    • required number of people

Assigner日本語README

English README

複数タスクに対する人員配置最適化のコンセプトを示すためのWebアプリです。

デモ動画

Assigner1

"Twemoji" © Twitter (Licensed under CC BY 4.0)

構築手順

git clone https://github.com/kazukiigeta/assigner
cd Assigner
pip install -r requirements.txt
docker-compose up -d

システム要件

  • docker
  • docker-compose

必要データ

以下に示す情報を持つ2つのCSVファイルによって人員配置のデフォルト設定を変更することができます。

サンプルCSVを参考にしてください。

  • 人員情報

    • 労働可能時間(hour)
  • タスク情報

    • タスク名
    • 必要時間(hour)
    • 必要人数

assigner's People

Contributors

kazukiigeta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.