Hey ya'll! I've been creating a ripple web of trust type marketplace inspired by Ryan Fugger’s original ripple community hub, Villages.cc ( https://villages.cc ). We've come a long way in our Node.JS implementation, and need help trying to decide how to proceed with the framework.
OSClass Framework (osclass.org) is written in PHP and it is a ready-to-use mature classified ads system. We’d like to see if we can create some unique plugins for it. Our existing javascript code can be translated to PHP...
Trust: https://github.com/automenta/netjs/blob/master/server/web.js#L1082
Ripple: https://github.com/automenta/netjs/blob/master/plugin/ripple.js
(this involves the official ripple-lib node.js module - there is PHP equivalent)
...but not necessarily. If we can find more development help, then completing the existing Javascript version may be the easiest result. Note that it is designed to be more than a classified ad system (for example: automatic semantic matching). Features are summarized here: https://github.com/automenta/netjs/blob/master/doc/README.features.md
Although, my budget is small and this is a not-for-profit project, If you are up for it, I can compensate you, and I can probably crowd-fund some resources from my inspired local community.. Really looking for someone that is inspired by this open source project..
We can work together, if you create functions, I can add them to the templates, etc.. I am good with HTML/CSS and can tinker with php a little bit..
Plugins Needed:
Simple Ripple Wallet
New user's create a new key or use an existing one
User's can choose to keep their secret key encrypted on the server and decrypt it client-side w/ a second password
User's can choose to input their secret key at time of transaction (like peercover did for trading engine)
Address book based on user-base
Default currency is HRS but can be changed to anything
Always Allow Rippling
No trading engine needed
User Public Profiles
User's Ledger balance
Trust User
Send
User Account Dashboard
Ledger Balance
List Trust Connections
Add Trust Connections with list of users
Send
Receive
Filters
Filter posts by All posts, Direct Trust and Extended Trust (Web of Trust)
When viewing all, trusted posts text should be bold
Privacy
When Posting a listing, user can choose who will be able to see it
All, Direct Trust or Web of Trust
Mahalo!