InZidiuZ / op-framework-issue-tracker

Effective bug-reporting and bug-tracking for op-framework
67 stars 41 forks source link

Suggestion - Car Trader App #2924

Closed MetaHatter closed 10 months ago

MetaHatter commented 1 year ago

Assurance

I have read the README.md

Summary

Create a Car Trader app for the tablet that does the following:

Proposed process to execute sale:

  1. Seller opens tablet, and selects car trader app
  2. Seller enters vehicle identifier or plate number
  3. Seller enters sell amount (under server-specified limit)
  4. Seller enters buyer PayPal ID (proximity checked)
  5. Seller sends offer
  6. Buyer receives "bill" with information on the car/price/options/tax/etc.
  7. Buyer agrees to sale
  8. Money and car are transferred simultaneously
  9. Seller tablet app is updated with option to print receipt

Reason

This will address several issues.:

coalaura commented 1 year ago

why not use /bill?

MetaHatter commented 1 year ago

Bill has functionality for payment collection but not to the level that a car deal "Bill of Sale" would benefit from. Specifically showing the upgrades the car has, how much damage it has, etc. There is also currently no mechanic for server admins to collect sales tax or cap car sale prices that this would address.

It also could be built architecturally in a way to create the foundation for a car advertisements app and replace the need for the discord channel long term.

COWBOI28 commented 1 year ago

Yea this would be a Great addition

ayushpatel1007 commented 10 months ago

Maybe making individual car trader app, there is already suggestion #3128 where we are taking about /trade and car trade can be part of /trade and not an individual comand or function

coalaura commented 10 months ago

Closing in favor of #3128