wearepal / landscapes

2 stars 1 forks source link

Implement ability to restrict datasets to specific teams #380

Closed paulthatjazz closed 5 months ago

paulthatjazz commented 5 months ago

Upcoming datasets (Soil, Hedgerows) are under restrictive licenses. In order to ensure that these are not publicly available, we need a setting to enable access to a specific team.

Likely implementation:

  1. New table Permissions 1:M (team:permissions) with string value (name) and bool value (enabled) for each team.
  2. Flag field on Team table.