-
Notifications
You must be signed in to change notification settings - Fork 2
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
Form validation and Chlu reviews #52
Conversation
6ee9e02
to
9710264
Compare
9710264
to
09a389d
Compare
I removed all test data regarding reviews in chlu-demo, instead now real reviews show up in all the screens (Vendor Profile, Vendor Wallet, Customer Transactions). Customers can also update a review if they have the right orbitDb key in the localstorage, in that case the When a review is edited, the actuall call is performed through ChluIPFS so the review gets updated for real! Also, when the demo reads reviews it checks for updates and when they arrive the review data in the redux store gets updated automatically All of this needs a little cleanup, more testing and there are some changes we should make to ChluIPFS to improve how this works (ref: ChluNetwork/chlu-ipfs-support#46), I think the developer experience of using ChluIPFS needs to be better. |
adb2aab
to
d994d1d
Compare
PR Content: