i’m creating an app that tracks a job progress of a pipe company, each job has e task and subtask table, but when i creat a job i don’t want to creat all the subtasks again, can i auto generate this subtasks? so i only need to edit it
Where/How do you create the subtasks in the first place?
1 Like
the app comes with 3 tables, MAIN JOB, MAIN TASK and SUB TASKS
each main task comes with a few subtasks, for now i have to create a job, main task and subtasks, but every job is the same, i only need to change the progress done, how can i do that?
Why?
1 Like
for every job, i need to create tasks and subtasks, i want to be able to create a job and the tasks and subtasks are generated with 0 progress

