jaikamat / clubhouse-pos-importer

Monorepo for an LGS's inventory management system
1 stars 0 forks source link

Customers should be able to create sale tickets #32

Open jaikamat opened 4 years ago

jaikamat commented 4 years ago

Customers should be able to create their own sale tickets, to be viewed and fulfilled by Clubhouse employees. Brainstorm a workflow and edge-cases for implementation. This will likely be a large, comprehensive feature spanning multiple fullstack services.

jaikamat commented 4 years ago

Notes:

API Endpoints:

GET /tickets - all tix GET /tickets/uuid - one ticket POST /tickets - create one ticket POST /tickets/uuid - edit a ticket DELETE /tickets/uuid - delete or archive a ticket

Customer user story

Staff user story

Implementation