"Done" notifications in dash vs github web #914
Answered
by
bodograumann
bodograumann
asked this question in
Q&A
|
I am a bit confused about how the "done" status works here. |
Answered by
bodograumann
Jun 18, 2026
Replies: 2 comments 1 reply
|
I have had the agent have a look through the code and it seems to be like this:
I'll look into whether the query can be improved to leave out Done items, but maybe that isn't possible and that is where the Update: |
1 reply
Answer selected by
bodograumann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have had the agent have a look through the code and it seems to be like this:
doneStore.all = trueand thus includes even Done notifications,doneStoreare then filtered client-side.I'll look into whether the query can be improved to leave out Done items, but maybe that isn't possible and that is where the
doneStorewas introduced.Update:
Yes, the GitHub api currently doesn't support filtering by Done state...
Upvote here: https://github.com/orgs/community/discussions/50224