Skip to content

support for multiple teams #53

@anoff

Description

@anoff

allow multi-tenant use by introducing a teams element. general idea:

  1. 1 token = 1 user
  2. 1 token can be long to 0-1 teams
  3. data is shared within a team by changing all read operations to check if specific uploads have been made by this team's tokens

main concerns:

  1. current handling of planet data does not support multi tenants, either need to introduce submitted_by column (which would make location no longer unique in the table) or create one planets table per team

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions