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
In the above issue it has the following deliverable:
Add under setting disk space section, to allow reuse of Save Changes button already present
I did not follow the above deliverable because the save button is contained in a standalone component which would either require additional refactoring or would otherwise not be nominally understandable. Instead I added it below and used a KSwitch which is expected to apply the change immediately (without the need for a save button).
Contributor's Checklist
PR process:
If this includes an internal dependency change, a link to the diff is provided
If any Python requirements have changed, the updated requirements.txt files also included in this PR
The notranslate class been added to elements that shouldn't be translated by Google Chrome's automatic translation feature (e.g. icons, user-generated text)
All UI components are LTR and RTL compliant
If there new ways this uses user data that needs to be factored into our Privacy Policy, it has been noted.
Testing:
Code is clean and well-commented
Contributor has fully tested the PR manually
If there are any front-end changes, before/after screenshots are included
Critical user journeys are covered by Gherkin stories
Critical and brittle code paths are covered by unit tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Allows for customization of Studio behavior on per-user basis through features defined in a static JSON file and granted through the admin interface.
Description of the change(s) you made
feature_flagsJSONB column to the User modeljsonschemadependency and resolves cross-dependency versioning conflictsstaticalias to Webpack for loading JSON schema on frontendAdminUserViewSetManual verification steps performed
python manage.py garbage_collectScreenshots (if applicable)
References
Resolves#3120
Comments
In the above issue it has the following deliverable:
I did not follow the above deliverable because the save button is contained in a standalone component which would either require additional refactoring or would otherwise not be nominally understandable. Instead I added it below and used a
KSwitchwhich is expected to apply the change immediately (without the need for a save button).Contributor's Checklist
PR process:
requirements.txtfiles also included in this PRStudio-specifc:
notranslateclass been added to elements that shouldn't be translated by Google Chrome's automatic translation feature (e.g. icons, user-generated text)Testing:
Reviewer's Checklist
This section is for reviewers to fill out.
yarnandpip)