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
Many of the project admin options should be moved to our .readthedocs.yml file. We'll want a pattern for deprecating the option in our admin. Perhaps we implement a feature flag type model that flags new users as not having access to the model field. I'm not sure what the model forms would look like in this case, but might have to be dynamic and on __init__ remove these fields?
Many of the project admin options should be moved to our
.readthedocs.yml
file. We'll want a pattern for deprecating the option in our admin. Perhaps we implement a feature flag type model that flags new users as not having access to the model field. I'm not sure what the model forms would look like in this case, but might have to be dynamic and on__init__
remove these fields?Some options here:
Neither project mentions ripping up forms to do feature flagging specifically.
Refs #2663
The text was updated successfully, but these errors were encountered: