juanramirez / on-duty

On duty calendar organizer for hospital services.
MIT License
0 stars 0 forks source link

General configuration page #10

Open juanramirez opened 2 years ago

juanramirez commented 2 years ago

As a user, I'd like to configure the main settings of the genetical algorithm so I make it work my own way.

The main section of this page will be a bunch of sliders which will indicate the weights given to each evaluator. We'll have all these evaluators (default percentages given in parenthesys):

[^doublets]: We call doublet to a pair of consecutive duty dates. For example, assigning a doctor November 8th and November 9th as on-duty. [^balancing]: Balancing is done trying to minimize the difference between the doctor who has more on-duty days and the doctor who has less. [^weekend_days]: Weekend days are defined in weekdays.js: by default they are fridays to sundays. [^whole_free_weekends]: A whole free weekend means that the doctor isn't on-duty in any of the days of the weekend, so she can plan some kind of leisure activity or even trips :smile: [^percentages]: Current evaluator percentages are default percentages that seem to work well in some hospitals. They could of course be changed depending on doctor's preferences.

juanramirez commented 2 years ago

Blocked by #9 (Doctor definition page)