Skip to content

gildoneto/daily-rotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Rotation Tool

For the Portuguese version of this README, click here.

GitHub GitHub Pages

Description

The Name Distribution project is a web application that allows you to add names and distribute daily tasks in a rotating manner, excluding specific days when each person is unavailable. The application generates a table with the distribution of names throughout the month, excluding Saturdays, Sundays, and Wednesdays.

Features

  • Add names individually or in bulk (comma-separated).
  • Specify unavailable days for each name.
  • Select the month and year for the distribution.
  • Generate a table with the distribution of names throughout the month.

Access the Project

You can access the online application through GitHub Pages: Name Distribution

How to Use

  1. Add names individually or in bulk.
  2. Specify unavailable days for each name (optional).
  3. Select the desired month and year.
  4. Click "Generate Table" to generate the distribution table.

Author

This project was created by Gildo Neto.

License

This project is licensed under the MIT License.

Useful tips to devs

  • First implement new features on mainbranch
  • Create a new tag and push
git tag -a v2.0 -m "Release version 2.0"
git push origin v2.0
  • Go to gh-pages branch, merge with main and push to deploy
git checkout gh-pages
git merge main
git push
  • Go to releases on github
  • Click on Draft a new release
  • Choose a release title
  • Write the changes on Describe input
  • Finally click on Publish release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published