INTRODUCTION
BINCALENDAR is a web application built to help house-sharers easily create a roaster for whom would take out the bin. In the first version, the application assigns each housemate (minimum of 4 if less than 4 like 2 one can repeat the names e.g. John, Mary, John, Mary) to different days/weeks depending on the duration required.
GUIDE
There are two input fields in the home page, one for the number of housemates or house-sharers and the other for the days (days can be repurposed for weeks). While there is a minimum number of housemates’ validation check, there’s no minimum number of days validation check, though the days input has been programmed to not be less than the minimum number of housemates (4). This was done for logic reasons, and not for validation.
When the two inputs have been filled, you are taken to a page where you enter the names of the housemates; this data isn’t stored in any database and is only available per session i.e. as soon as you download your personal BINCALENDAR. After the names have been entered, please note that there is a validation check here as the number of flatmates entered in the previous page input must match the total amount of names entered in this new form, you are directed to another page where your BINCALENDAR can be downloaded. The download process happens as soon as the BINCALENDAR button is pressed and is automatically saved to the client’s downloads directory.
TECHNOLOGIES
LIVE SITE
View BINCALENDAR live here.