1
When I was doing a university project, I came across a problem that proved to be an obstacle. I need to create a system whose user is required to select days of the week and periods (night, day, morning) in a way that is convenient for him. Ex: user is available on Monday morning and afternoon and Sunday night.
Selected the days and periods available (via checkboxes on the site), this user will come across "jobs and projects" that are within their profile and available days. Since projects should also have this option to select their days and periods at the time of their creation.
The big problem is in the creation of this specific part, I broke my head with some Ables and on ways to cross this information in the bank, but nothing seemed to me that would work.
An idea that would work would be to register everything in the voluntary table, but would be huge and unviable.
– Rui