Arrays & Objects Backend
Hi I was wondering if someone can be of help! I am trying to create a sort of task management app for parties.
I would like to a user to select an option from a list (i.e party type) and it returns a set of predefined tasks for the user. I'm wondering how I can establish this from a back-end point of view. Would I need to create a tasks collection and have the tasks stored into an array in an object column? Or have a partytype collection that has an array of the different tasks for each party type?