From 54bd68c4e70b3f21f1efe50a1a3fa047b205febc Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Wed, 19 Nov 2025 22:10:08 +0200 Subject: [PATCH] update README with todo list --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df81889..020c73a 100644 --- a/README.md +++ b/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 1. Objective @@ -138,4 +153,5 @@ Delivery Date Notes -Date created \ No newline at end of file +Date created +