RichardJamesLopez / app-nesting

https://app-nesting.vercel.app
4 stars 2 forks source link

Multi-tenant sign-in #18

Closed nmwur closed 1 month ago

nmwur commented 2 months ago
nmwur commented 2 months ago

Image

nmwur commented 2 months ago

next:

nmwur commented 1 month ago

mocked the invites ui:

RichardJamesLopez commented 1 month ago

Awesome.

mocked the invites ui:

Just to clarify if user (specifically Inviter) sets max number of users to 25, then that means that up to 25 different logins can be created and have access to the Members list?

nmwur commented 1 month ago

yes

RichardJamesLopez commented 1 month ago

Adding specific sub-tasks as per the Figma file:

nmwur commented 1 month ago

1.

Test different users with different API access (NOT different DB access; separate issue) Create a separate “Customer” that has access to a different set of APIs

can a Customer have more than one api access (e.g. to two notion tables and one hubspot table)?


2.

Test transfer of user from Admin to Member (by accident). Can the remaining or newly assigned Admin turn me (currently Member) back to admin

should only the higher roles be able to manage the lower roles? for example, a user could be transferred from/to Admin only by the Owner and not by another Admin. that's how discord handles it, should we do it similarly?

RichardJamesLopez commented 1 month ago

should only the higher roles be able to manage the lower roles? for example, a user could be transferred from/to Admin only by the Owner and not by another Admin. that's how discord handles it, should we do it similarly?

Yes, let's default to this.

RichardJamesLopez commented 1 month ago

Test different users with different API access (NOT different DB access; separate issue) Create a separate “Customer” that has access to a different set of APIs

can a Customer have more than one api access (e.g. to two notion tables and one hubspot table)?

Looks like we are discussing the same phenonomen here: https://github.com/users/RichardJamesLopez/projects/1?pane=issue&itemId=64163141

I think a customer having access to more than 1 type of API access is a good solution, but I think we need to outline the pros/cons of whether we should or shouldn't do that.

nmwur commented 1 month ago

true, i think we could narrow this task down to:

the items above seem to be done: Image