-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide validation tab and remove functionality #2362
Comments
@TylerHendrickson can you add implementation details on removing code as well for all functionality within the validations tab? |
Should hiding it be behind a feature flag? if not, I can just hard code hiding it - we would keep the code in case it needs to be restored. |
defer to @TylerHendrickson but my recollection of our past conversations is that this code could be removed entirely as a clean-up task. I don't think we need it feature flagged. |
Why is this issue important?
Validation tab is not valuable to users and is also generating errors when used/tested
Current State
Validation is a tab on ARPA with button to "check upload validity" - we have confirmed with users that this is duplicative of the Uploads tab and it is not in use
Expected State
Validation tab should not display to any users
Implementation Plan
The following functions need to be added...
Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered: