Vivek's avatar
Vivek
vivganes@vivekganesan.com
npub1ltx6...z40t
Maker of kanbanstr.com (Kanban on nostr) and zapddit.com (a reddit-style nostr client)
Vivek's avatar
Vivek 11 months ago
📢📢📢KANBANSTR UPDATE OF THE DAY 1. You can now search cards in a column. Thanks to @Kamal for implementing this feature image 2. You can now sort cards by zaps and date of creation (Requested by @Vitor Pamplona ) Thanks to @Kamal again here image 3. You can now add tags to any Kanban card. Thanks to @npub1emketarw3e53kgc7n3a7kl8wuw8h8j5hg4j4f8np9u0qs8wnlr7qxdkj66 for the PR 🚀 [WOOT WOOT! New #nostr dev in the block] image 4. You can now track #nostr Git issues (NIP-34) on #Kanbanstr. This is possible pending approval of PR in gitworkshop.dev by @DanConwayDev image If you have not checked out yet, take a look at or the github repo at Any PRs always welcome!
Vivek's avatar
Vivek 11 months ago
📢📢📢KANBANSTR UPDATE OF THE DAY 1. Like any Kanban card you see on the wild? You can now make it yours by cloning it into any board you maintain or own 😉 Thanks to @Kamal for building this feature 🚀 2. Do you want to track *some other* board's card on your board, without manually updating the status when the owner changes their own card's status? You can do that by using the 'Track this card in another board' menu item. For example, if you want to track some other team's specific card on your team's board, just so you could keep an eye on it. image A tracker card will have a little tracker symbol on the right like the one below 👇 image And, when you open a tracker card, you can find a link to the original card too, like here 👇 (in case you want to edit it, given that you have access) image 3. As usual, some minor bug fixes are What next? 1. I have not been able to isolate the root cause of the bug reported by @Derek Ross about zapping someone who has nutzaps configured. I need to get to it. Looks like I need to read up more on @ndk 2. Explore Git issues integration 3. Look at comments from the NIP PR (https://github.com/nostr-protocol/nips/pull/1665), think and implement suggestions In case you have not seen #Kanbanstr yet, you can access it at or run locally by cloning this github repo - Any PRs and bugs (issues) always welcome 🙏
Vivek's avatar
Vivek 11 months ago
📢📢📢 KANBANSTR UPDATES 1. After looking at the review comments on the NIP, i changed the data structures of Kanban boards and cards. This new data format allows easy multi-user capabilities on #kanbanstr boards. Have you already created a board and are wondering if you have to re-create them due to this data model change? Worry not! Kanbanstr has a migration wizard that will be visible only to the creator of the board which has older format data. Others will see the board normally. image Once you click the migrate button, all your cards in the board will be migrated in a minute or so. Expect a lot of popups if you sign using browser extensions. (Cc: @Derek Ross @Vitor Pamplona ) 2. Now you can add maintainers to the board you created by clicking on the 'Edit board' button. image You can also edit the board's name and description there. (Cc: @ABH3PO ) 3. Any maintainer can now edit any card in the board. 4. You now get a new tab called "Boards I maintain" in the home screen. image 5. There are a few visual improvements done as well, particularly in how the cards look. image What's next? 1. Zap splits on cards 2. "Add this card to my board too" feature ( @npub1cz2ve34nk0ukn0ph4yq2qx3ud8rfy5e0ak4epx42dn8gha0sdgpsgra9kv is working on this ) 3. Zap a board 4. Tracking cards - Cards that track a different nostr event (like a git issue), which automatically travels columns in a board as the tracked event is updated 5. Few more comments to think about on the NIP PR reviews. If you have not taken a look yet, you can see this at or run locally by cloning the repo - If you would like to contribute, please feel free to add Pull Requests to
Vivek's avatar
Vivek 11 months ago
I have updated the PR for Kanban boards after looking at amazing suggestions from the community. I am yet to resolve some more comments but also I would like to get more eyeballs on this at this point. Link here: Any feedback welcome! Thanks @dluvian @PABLOF7z @AU9913 @Silberengel @Vitor Pamplona for already adding your suggestions.
Vivek's avatar
Vivek 0 years ago
Has anyone faced this issue? During NWC payment to @Alby NWC relay `wss://relay.getalby.com/v1`, I am consistently getting error response like this: ``` ["CLOSED","xxxx","blocked: Request rejected"] ``` Any idea how to get past this? #AskNostr
Vivek's avatar
Vivek 0 years ago
Is there a simple UI based tool that allows us to push an already existing json signed event to a relay? #AskNostr
Vivek's avatar
Vivek 0 years ago
📢📢📢 ZAPS ARE NOW POSSIBLE IN KANBANSTR! image Zapping a card is now possible enabling #value4value Imagine all the use cases: 1. Zap the card when someone finishes a work. Literally moving from paper/fiat invoices to Lightning invoices. Gig economy, yaay! 2. Influence a developer to prioritize a backlog item by zapping on the card. 3. Ask the users to zap the card, so that the incentive can go directly to the doer of the work. 4. Fundraise for a particular business initiative using Kanban card pitches 5. Anything else? Now, there MAY be a few bugs, please report them as soon as you encounter them. For now, support is for WebLn and NWC. Let me know what you think! My Next Task: Go through all the suggestions people have already left in the NIP, DMs and Github and start working on them. #nostr
Vivek's avatar
Vivek 0 years ago
I just (re)learned that NIP-26 for delegation is dead. Is there any other way by which I can let another person edit an event that I created? #asknostr
Vivek's avatar
Vivek 1 year ago
📢📢📢ANNOUNCING KANBANSTR - A NEW NOSTR CLIENT ❓What if we could power the Gig economy through #nostr? ❓What if we could use #nostr to track our work and also personal tasks? ❓What if we could #zap people for completing tasks instead of paying them monthly or weekly? Introducing Kanbanstr - An opensource nostr client [BETA obviously] You can do the following as of now: ☑️ Login using nsec, npub, NIP-07 - Done ☑️ Create Boards with multiple columns - Done ☑️ Create cards in boards - Done ☑️ Add/Delete/reorder columns in boards - Done ☑️ Markdown description in cards - Done ☑️ Cards automapped to columns using EXACT status = column name - Done ☑️ Cards assigned to people using 'zap' tags - Done (This is for people to get paid when the card is zapped) What is yet to be done? ⌛ Programmatic - Yet to do ⌛ Zap a card - Yet to do ⌛ Anything that you want to implement Code is available at This was done with the #NDK as a supporting framework (thanks, @PABLOF7z ) You can play around with the app now at Beware of bugs though! You can report bugs to me or volunteer a PR too :) BTW, I have also submitted a PR to NIP repository for the same - Happy new year, folks! 🥳 image