-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: hide nric filter for new pipes (#816)
## Problem Before we remove the NRIC filter, we want to have an option to hide the NRIC filter for pipes created after a certain date. ## Solution - Create a generic LD flag for inputs, and allow the NRIC filter LD flag to set a certain timestamp on LD such that pipes after this timestamp will not show the input - Remove the step accordion if no input is present after hiding specific inputs ## Tests - [x] Only NRIC filter input is hidden after 12th Dec (can change this date nearer to release) - [x] NRIC filter input is still present for pipes created before 12th Dec - [x] Other inputs are still present regardless of timestamp
- Loading branch information
Showing
6 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ export const GET_FLOW = gql` | |
webhookUrl | ||
status | ||
position | ||
createdAt | ||
connection { | ||
id | ||
verified | ||
|
This file contains 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