You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's start with a basic rough sketch for implementation:
Two types of users:
Regular/Developers
Admins
Admins will have access to all repositories.
Updates to Repostiories Model:
state (enum/bool): public or private
if private, another array could be populated which is shared_with with a list of users ? we will have an option for devs to manually add a user to shared_with or generate a share token/url.
The text was updated successfully, but these errors were encountered:
Let's start with a basic rough sketch for implementation:
Two types of users:
Admins will have access to all repositories.
Updates to Repostiories Model:
public
orprivate
shared_with
with a list of users ? we will have an option for devs to manually add a user toshared_with
or generate a share token/url.The text was updated successfully, but these errors were encountered: