-
Notifications
You must be signed in to change notification settings - Fork 1
Description
hi. I saw your video on youtube while searching for a similar project and i am interested in helping improve the software.
-
taxes. Even though in a barter trade, there is no exchange of money but it is a sales and purchases transactions and as such, there should be a portion of taxes involved. We would need to figure out how to implement that but how about you start it and i can figure something out.
-
Can you implement multi currency support for example, we can have dollar denominated user 1 and user 2 is working in euros and third one in say bitcoins.
The price for these currencies would come from a third party service say xe.com so that we can have live value changes as and when the underlying currency value changes.
-barter credits system
-
implement a third party CRM via API or use an open source software inbuilt.
-
some sort of communication system between sellers/buyers/ market chat.
-
a method for valuation of goods and services. currently the system just says put in a dollar value and thats it. There should be a mechanism for correctly verifying the value.
-
we should be able to pay for the goods/services with more than 1 item upto the value of the item to be bought. say i want to purchase item "Car" which has a value of $100. I have a bike of $ 40 value and cycle $60 value. I should be able to exchange both in return for the item car.
-
implement a central item ID or a listing ID so that we can exactly look up the product we want to buy. this item ID would be unique for each item and should not be reused
-
user profile and option to add verification by way of a KYC which could happen away from site and an administrator could add a "verified" tag to the seller profile to see if the user is actually who say they are.
-
option to add sha1 identity signature, just like the wikipedia implementation. this would be a part of the above point.
-
dispute resolution forum that would be similar to how many projects like BISQ and others use. it could be anonymous or something.
-
option to add charges and fees. this could be system generated or user one.
-
option to Re-list Products