Hi all, I am trying to conceptualize the best way to build this:
A list has schedules in it that are stored, called Schedule such as Monday 8a-4p, Tuesday 9a-5p.
An ask is it possible for where a user can see and select multiple schedules desired that are pulled for the Schedule list and then put a number to rank each schedule that was selected such as:
Schedule Rank
Monday 8a-4p Rank: 1
Monday 9a-5p Rank: 3
Tuesday 9a-5p Rank: 2
Wednesday 7a-3p Rank: 4
The other part to this is, that the schedules that can be selected are to be dynamic to show all schedules available to choose from & rank on what was selected, then submit.
The last part is, the ability to open and see what was submitted and be able to change what was selected if desired, and update the schedule if a user changes their mind.
Suggestions on the best way to build this would be greatly appreciated.
The current version used of the app I built allows the user to select one schedule on a dropdown, submit it, and the schedule then can be approved or denied.