Flagsmith/flagsmith

Add more Organisation management options to the Sales Dashboard

Open

#3660 opened on Mar 25, 2024

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Python (3,475 stars) (264 forks)batch import
apifeaturegood first issue

Description

Is your feature request related to a problem? Please describe.

Team members need to be able to take actions within the sales dashboard without needing full Read/Write access to Django Admin

Describe the solution you'd like.

Surface the following organisation booleans in the organsiation page of the sales dashboard but do not allow users to change their value:

  • ‘stop serving flags’
  • ‘block access to admin’

The reason that we don't want these values to be changed is that, in a lot of cases, this could result in them being re-blocked shortly afterwards by the automated process. We should only surface these fields as read-only until we complete this work.

Describe alternatives you've considered

None

Additional context

No response

Contributor guide