-
Notifications
You must be signed in to change notification settings - Fork 3
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
Notification Lifecycle Commands #180
Conversation
1f11ddb
to
3f9d0bc
Compare
How come the issue was closed if this is fixing it? |
@aryanjassal might have some commentary here in terms of inspecting the notifications. Maybe if the |
e07744a
to
2c081c8
Compare
Hey @amydevs do not do version bumps in a feature branch!!! It can only be done in staging!!!! |
chore: update deps hash
That seems to be updating a dependency's version, is that an issue? I've done this before in branches, usually when the new version has changes specific to some feature I'm working on. |
@tegefaulkes i think roger was mistaken due to the CI job failure |
@CryptoTotalWar do u have any suggestions? if not, i'll merge and and start working on audit |
What am I reviewing specifically? Also curious, similar to how we have feature-x.dev branches for polykey.com , is there such thing for Polykey CLI on some sort of testnet? That way we can do some real user interactions on a testnet before deploying to mainnet. Furthermore, reading the issue ticket for the PR, it helps me understand a bit more context about what this PR is aiming to solve for but without having screenshots of it being tested, it's hard to know... anyway it boils down to actually being able to test new functionality and document the user-flow from a UX perspective. |
@CryptoTotalWar i mistyped sorry, i meant more so if u have any feedback from the process that you experienced in polykey regarding the notifications system throughout your usage |
Yes there is it's called testnet.polykey.com. |
Asked @CryptoTotalWar about the new commands and he said they seem sensible, merging now. |
Description
This PR implements
inbox
andoutbox
subcommands for thenotifications
command. We have never used two layers of subcommands in other domains, so my usage of such needs to be reviewed.Issues Fixed
Tasks
inbox read
inbox clear
outbox read
outbox clear
Final checklist