For the Portuguese version of this README, click here.
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.
- 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.
You can access the online application through GitHub Pages: Name Distribution
- Add names individually or in bulk.
- Specify unavailable days for each name (optional).
- Select the desired month and year.
- Click "Generate Table" to generate the distribution table.
This project was created by Gildo Neto.
This project is licensed under the MIT License.
- 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-pagesbranch, merge withmainand 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