I want to create a function that allow me to split a task into multiple named segments. So maybe I have a task called "create a website", then I have segments named "create nav menu", "create home page", "create privacy page", all in the same row. I know there is split task function, but I do not know how to add labels to each segment. I know there is resources, where I can treat resources as tasks to achieve the same thing. However, I have no idea how to CRUD the resources. Which method do you suggest, and can I get a sample code for what you mean?