-
Notifications
You must be signed in to change notification settings - Fork 240
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
Feat: add enable and list filters for Scheds #1076
Merged
czgu
merged 1 commit into
pinterest:master
from
alexVasylenko:feat/status-and-lists-filters
Jan 31, 2023
Merged
Feat: add enable and list filters for Scheds #1076
czgu
merged 1 commit into
pinterest:master
from
alexVasylenko:feat/status-and-lists-filters
Jan 31, 2023
Conversation
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
alexVasylenko
force-pushed
the
feat/status-and-lists-filters
branch
9 times, most recently
from
November 10, 2022 14:55
458bae3
to
81db476
Compare
czgu
reviewed
Dec 20, 2022
querybook/webapp/components/DataDocScheduleList/DataDocScheduleList.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocScheduleList.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocScheduleList.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocScheduleList.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocScheduleList.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocScheduleSelectionList.tsx
Outdated
Show resolved
Hide resolved
alexVasylenko
force-pushed
the
feat/status-and-lists-filters
branch
from
January 4, 2023 15:32
81db476
to
908e21f
Compare
czgu
reviewed
Jan 4, 2023
querybook/webapp/components/DataDocScheduleList/DataDocBoardsSelect.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocBoardsSelect.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocBoardsSelect.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocBoardsSelect.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocBoardsSelect.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocScheduleList.tsx
Outdated
Show resolved
Hide resolved
querybook/webapp/components/DataDocScheduleList/DataDocScheduleList.tsx
Outdated
Show resolved
Hide resolved
alexVasylenko
force-pushed
the
feat/status-and-lists-filters
branch
14 times, most recently
from
January 6, 2023 10:28
e39a13d
to
be6b781
Compare
alexVasylenko
force-pushed
the
feat/status-and-lists-filters
branch
14 times, most recently
from
January 11, 2023 08:59
e855379
to
ea9347e
Compare
alexVasylenko
force-pushed
the
feat/status-and-lists-filters
branch
8 times, most recently
from
January 25, 2023 12:03
edfaac7
to
04af5f3
Compare
alexVasylenko
force-pushed
the
feat/status-and-lists-filters
branch
from
January 25, 2023 12:21
04af5f3
to
2422c7c
Compare
czgu
approved these changes
Jan 31, 2023
rohan-sh1
pushed a commit
to CAI-TECHNOLOGIES/cai-ext-db-explorer
that referenced
this pull request
Apr 11, 2023
aidenprice
pushed a commit
to arrowtail-precision/querybook
that referenced
this pull request
Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This commit adds a bunch of filters for Scheds page.
There are two filters - filter by status and public user lists.
Filter by status has three options: All (default), Enabled and Disabled. A user can choose only one option.
Filter by user lists contains all custom-created lists and a user can select any of them. A user also can choose more than one list.