nips
nips copied to clipboard
NIP-34: add Status events, clarifications and improvements
see commit messages for more details
Nice!
Are we creating Status: Open events for every new issue/pacth? Otherwise, how would clients search for everything that is open?
unfortunately we have to filter client side as every root patch / issue begins its life in the Open state.
Root Patches and Issues have a Status that defaults to 'Open'
This is how I'm doing it:
- search for all root patches / issues and Status events associated with a repository (via
unique-commit
tag ora
tag) - mop up by requesting status events replying to root patches / issues where the
unique-commit
tag ora
tag is omitted - filter by Open on the client side: filter out root patches / issues, that have a most recent Status event other than Open