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
@jonwhittlestone this is a fantastic idea! I know @Scotchester had had a similar idea around adding metadata to flags/conditions like this.
It does not currently have a way to do this. In cfgov-refresh, we try to define all our flags in settings so that we can use comments for this purpose, but it doesn't help admin users.
Suggestion:
A way for Django Admin users to view tooltips/help text about the purpose of a flag
How:
Use the Django model instance property
help_text
https://docs.djangoproject.com/en/3.0/ref/models/fields/#help-text
Proposed Usage:
Specify in the settings
Does django-flags already have a way to achieve something similar?
The text was updated successfully, but these errors were encountered: