Closed MSghais closed 2 months ago
I am applying to this issue via OnlyDust platform.
hello @MSghais i'm a frontend developer and i would love to work on this
Review NIP 51 to understand the bookmark requirements. Create the useBookmark hook in afk_nostr_sdk. Integrate the hook into the PostCard component on the mobile app. Test the functionality and ensure it works as expected. Document the implementation and submit a PR.
@MSghais can i jump on this
Hey @martinvibes! Thanks for showing interest. We've created an application for you to contribute to AFK - Aligned Fam Kernel. Go check it out on OnlyDust!
I am applying to this issue via OnlyDust platform.
I would love to work on this issue my first time on this repository I'm a web 3 frontend developer it would at most 4 working days to complete the issue
i would follow this approach in handling this issue
@MSghais please can I be assigned to this
I am applying to this issue via OnlyDust platform.
I have a very background in web development, Solidity smart contracts, and React, with experience in backend development, including user authentication and database management. This diverse skill set can be leveraged to create efficient, secure, and scalable web3 applications, integrating blockchain technology with user-friendly interfaces.
To implement the hook for bookmarking in Nostr and create the useRepost
hook in the package and add it to the mobile PostCard
component, you can follow these five steps:
afk_nostr_sdk
package.Post
component where users can bookmark posts.useRepost
hook that will handle the reposting logic in the afk_nostr_sdk
package.useRepost
hook to the PostCard
component, allowing users to repost content with a simple interaction.onPress
function of the repost icon in the PostCard
component. Ensure that the hook triggers the repost action and updates the UI accordingly.The maintainer MSghais has assigned Jemiiah to this issue via OnlyDust Platform. Good luck!
@Jemiiah, can you ping me on Telegram please, my handle is MSG_Encrypted. Also, please send me an ETA for this issue.
@MSghais sure would do that ser
I am applying to this issue via OnlyDust platform.
Hi @MSghais,
I would like to work on the implementation of the bookmark hook for Nostr (#31). My name is Benjamin, and I have 3 years of experience working with Next.js, TypeScript, and frontend development. I’ve contributed to projects on OnlyDust and am experienced in creating and integrating hooks effectively.
The task is to create a useBookmark hook within the packages/afk_nostr_sdk
and integrate it into the mobile PostCard component. This involves implementing the hook to handle bookmarking notes and updating the UI accordingly.
The maintainer MSghais has assigned Benjtalkshow to this issue via OnlyDust Platform. Good luck!
Implement the hook to bookmark in Nostr.
NIP 51 implementation for Bookmark/List: https://github.com/nostr-protocol/nips/blob/master/51.md
Do it in the package and add it to the mobile Post component
Create the hook in the packages/afk_nostr_sdk and call it here in the onPress: