-
Notifications
You must be signed in to change notification settings - Fork 21
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
Remove old Grants table implementation and feature flag #2218
Labels
Grant Finder
Issues related to the Grant Finder
Comments
adele-usdr
changed the title
Remove old Grants table implementation
Remove old Grants table implementation and feature flag
Nov 14, 2023
3 tasks
3 tasks
adele-usdr
added a commit
that referenced
this issue
Dec 8, 2023
* fix: #2218 remove grants table feature flag, and logic specific to old grants table * fix: moving GrantsTableNext.vue to GrantsTable.vue * fix: remove use of GrantsTableNext completely * fix: remove stray newline * fix: removed some additional instances of the flag --------- Co-authored-by: Tyler Hendrickson <[email protected]>
github-project-automation
bot
moved this from 👀 In review
to ✅ Staging
in Grants Team Agile Planning
Dec 8, 2023
adele-usdr
added a commit
that referenced
this issue
Dec 8, 2023
adele-usdr
added a commit
that referenced
this issue
Dec 12, 2023
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why is this issue important?
Discussed in Grants Finder meeting that we are ready to remove the old grants table implementation. We should rename the new one, so there's only one grants table when folks go looking for it.
Current State
The in-use grants table is GrantsTableNext.vue and the old one is GrantsTable.vue
Expected State
Current grants table implementation should be at GrantsTable.vue.
Implementation Plan
Move current implementation to GrantsTable.vue, remove feature flag.
Relevant Code Snippets
No response
The text was updated successfully, but these errors were encountered: