I need to build a automated time tracking app for my company. the purpose is to create different predefined work schedules and then assign to every employee. then I need the app to create a “working day” based on the predefined work schedule (monday to friday, 8 hours/ day, 12-24, 24-48) and also consider the holidays (from the data base) depending on the schedule (does this employee work during holidays? Y/N)
I’m pretty familliar with backend workflows and everything, but I can’t figure out how to put this into action.
Hi, @lucian1 you need to determine first all the features and functionalities of the app so you create the design and then start the development.