update README with todo list
This commit is contained in:
parent
88a1631e18
commit
54bd68c4e7
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -1,3 +1,18 @@
|
||||||
|
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
- Add cost, notes, file attachments, closed to bid entity
|
||||||
|
- cost = nullable int, notes = string, files = array, closed = bool
|
||||||
|
- Add date created to freight quote entity
|
||||||
|
- If bid == closed, do not show bid to carriers on future requests
|
||||||
|
- Make UpdateBid use case
|
||||||
|
- Make GetBidsOfFreightOrder use case
|
||||||
|
- Dashboard:
|
||||||
|
- Show open requests use case
|
||||||
|
- Show closed requests use case
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Freight Quote Request System – Functional Requirements Summary
|
Freight Quote Request System – Functional Requirements Summary
|
||||||
|
|
||||||
1. Objective
|
1. Objective
|
||||||
|
|
@ -138,4 +153,5 @@ Delivery Date
|
||||||
|
|
||||||
Notes
|
Notes
|
||||||
|
|
||||||
Date created
|
Date created
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue