Scheduling Employees - what data structure to use?

后端 未结 3 1023
别那么骄傲
别那么骄傲 2021-02-02 00:12

Question

I\'m trying to write a simple employee Scheduling software for about 10-20 people in my software development company. After some consideration I settled on wr

3条回答
  •  感动是毒
    2021-02-02 00:48

    I'd suggest a more noramlized database, e.g. a table for persons and one which is the product of shift information for a perdon and a date.

提交回复
热议问题