0
A software that has the option of registering projects and that each project has its specific working days (working days), which by default is Monday to Friday, but can be changed by project managers.
The question is about the implementation of this relationship between each project and its useful days. I thought of creating several boolean attributes representing the days of the week marked with true or false whether they are working days or not. However, I find it very "hard code". What would be the best implementation for the situation? How to associate each project to its working days?