Name
Mutaz
Describe the problem you'd like to solve
When someone have product doesn't use it, or doesn't. and he need something else or he can't pay for it.
Who are the stakeholders?
Anyone have goods or services he want to exchange it.
What is currently being done to solve this problem?
she/he can go to exchange app to look for something (goods, services) needed it, and put offer to exchange the goods he had (same value or deal) with the goods / services owner.
if(a product == b product) {
if (a owner accept && b owner accept) {
deal
}else {
no deal
}
}else if (a product !== b product && both want to exchange){
if(a product > b product){
a == b + money
}else {
b == a + money
}
}
Name
Mutaz
Describe the problem you'd like to solve
When someone have product doesn't use it, or doesn't. and he need something else or he can't pay for it.
Who are the stakeholders?
Anyone have goods or services he want to exchange it.
What is currently being done to solve this problem?
she/he can go to exchange app to look for something (goods, services) needed it, and put offer to exchange the goods he had (same value or deal) with the goods / services owner.
if(a product == b product) {
if (a owner accept && b owner accept) {
deal
}else {
no deal
}
}else if (a product !== b product && both want to exchange){
if(a product > b product){
a == b + money
}else {
b == a + money
}
}