pull down to refresh
0 sats \ 2 replies \ @Storyteller 5 Aug 2023 \ parent \ on: Let's build a plugin that replace WordPress Comments with Nostr notes nostr
At a high level we need to create what is called an entity relationship model. Look it up on youtube.
That is the data model and relationships between the entities like npub, notes, posts, comments, websites, private keys.
We got at least two systems: nostr and wordpress.
But you need to create and entity relationship model and decribe the relationships first!
Then a php developper (wordpress) and a nostr developper (don’t know what programming lamguage nostr is coded in) can implement this ER model in a database!
The complexity might be: wordpress is a centralized database. Nostr is a decentralized one.
Focus on the MVP! This can work but needs to go step by step.
however, will be interestingto see how the current solutions in bolt.fun and nocomment are currently working + am not a dev so can not really guarantee 100% it's doable
Appreciate all your feedback, ideas and structure, it make sense. I'd also like to hear a dev/engineer opinion
reply
Yep. I put my comments like that because I know Devs will ask you about these business rules and relationships before they start building.
You might need 2 devs. One who is specialized in the comments part of Wordpress. Maybe if you look at who built any comments plugin or improved it in Wordpress you could contact those devs.
Because they know that part of the code and they specialize in comments and they showed already they can do it.
And the other dev is the Nostr part. They need to understand nost maybe the system of I think they call it BIPS, the proposals of Nostr. Because probably someone needs to suggest adding some entities to nostr or maybe could use all the current features in nostr.
These both deva need to closely work together and integrate their code.
So I do not think you easily find one developer who knows both nostr and wordpress/comments.
Good luck.
reply