Skip to content
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

Introduce OrderEntity #56

Closed
cermakpavel opened this issue Mar 18, 2020 · 0 comments
Closed

Introduce OrderEntity #56

cermakpavel opened this issue Mar 18, 2020 · 0 comments
Labels
WIP Somebody is working on it

Comments

@cermakpavel
Copy link
Collaborator

Order represent order of customer

OrderEntity

- id - use Doctrine Id (you can inspire in RoleEntity)
- timestampable (use trait Timestampable)
- pickupAddress - string
- deliveryAddress - string
- volunteer - ManyToOne with Volunteer entity
- status - enum (new, assigned, picking, delivering, delivered)
- courier - ManyToOne with volunteer entity
@cermakpavel cermakpavel added the WIP Somebody is working on it label Mar 18, 2020
@hunaczech hunaczech mentioned this issue Mar 20, 2020
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Somebody is working on it
Projects
None yet
Development

No branches or pull requests

2 participants