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
This issue involves enabling pilot data analyst users to access and interact with the FRA Data Files page through the use of a feature flag. The goal is to provide controlled access to this new functionality and ensure that all OFA roles can appropriately view and interact with the FRA page. The feature flag will allow us to gradually roll out access and gather feedback before a broader deployment, as well as only provide access to FRA to relevant users.
Acceptance Criteria
The feature flag can be toggled to enable access for pilot data analyst users to the FRA Data Files page.
A pilot data analyst user can successfully view and interact with the FRA Data Files page.
Ensure that all OFA roles have the appropriate permissions to access the FRA page.
Pilot data analyst users are allowed to only have access to the FRA Data Files page.
Testing Checklist has been run and all tests pass
README is updated, if necessary
Tasks
Update the user model to include a new feature flag for controlling access to the FRA Data Files page.
Modify the view permissions for the FRA Data Files page and/or TANF Data Files page to ensure proper access control for all OFA roles.
Update the DAC template to render the field as a table with checkboxes.
Conduct testing with DAC 508 plugin.
Run Testing Checklist and confirm all tests pass
Supporting Documentation
Open Questions
Would it be easier to make a JSON blob and parse it, rather than create multiple booleans?
The text was updated successfully, but these errors were encountered:
Background
This issue involves enabling pilot data analyst users to access and interact with the FRA Data Files page through the use of a feature flag. The goal is to provide controlled access to this new functionality and ensure that all OFA roles can appropriately view and interact with the FRA page. The feature flag will allow us to gradually roll out access and gather feedback before a broader deployment, as well as only provide access to FRA to relevant users.
Acceptance Criteria
Tasks
Supporting Documentation
Open Questions
The text was updated successfully, but these errors were encountered: