hi bubblers
so as many of you probably know im trying to develop a task management platform..
and as a feature, you can also add employees for you company on a secondary subscription for you plan..
so what my idea is that when a user creates a main account also called admin account when he gets the “pro” subscription he is able to create 3 employees under him.. every employee after that he will need to make an additional subscription for each employee..
what i then want is that each avaible spot symbolize an additional subsciption or avaible spot to place an employee.. i call these spots for seats.. and the admin user can then place or remove employees from these seats as he want to or needs to..
but im not sure how to make such a setup.. the admin user have a list of created employees as a field and i can imagine that i need to request some data from stripe to identify if a subscription is active or not.. but i cant figure out how it all should be sette up..
right now i have setup where it just display seats for created employees on the list.. as you see on picture below.. but that is not what i want..