Trying to build a tracker to keep track of new features being released and which client/groups have been notified of the new feature.
Table 1 is called “Features” which will have all new features added.
Table 2 is called “Client Groups” which have all the clients added.
I ideally want to link Features and Client Groups in a way that every time I add in a new Feature, all of the Client Groups would be nested/grouped beneath on a separate row.
Looking like this:
Feature 1
- Client 1
- Client 2
- Client 3…
Feature 2
- Client 1
- Client 2
- Client 3…
That way I can set up columns that I can check off for each client that received a notification of each respective feature
Ideally, every time I add in a new feature, that nested grouping of Client Groups beneath would just automatically happen