Commit graph

32 commits

Author SHA1 Message Date
b33c6c909a
add was opened to bid 2025-11-19 21:47:48 +02:00
bc6e3e47fe
test get bid and throws error on invalid id 2025-11-19 21:29:36 +02:00
baab481401
test get bid link 2025-11-18 09:50:29 +02:00
2d8bca1a07
test that carrier email is unique 2025-11-18 09:22:13 +02:00
908baee2a7
move dto from constructor to method paramour
in create carrier use case
2025-11-18 09:15:40 +02:00
18e43b3bac
test multiple emails sent 2025-11-18 09:15:18 +02:00
948380ba9f
remove references of carrier and freight order ids from each other
They reference each other in created bid so these arrays are not necessary
2025-11-18 09:08:15 +02:00
e79064d909
change how ids are generated
from uniquid to hex of random bytes
2025-11-18 09:05:55 +02:00
773f438cc1
test bid is created with a freight order 2025-11-17 22:33:53 +02:00
d6b3b4b59e
create bid files 2025-11-17 22:33:11 +02:00
f322a0f80e
refactor create freight order to return dto 2025-11-17 21:45:59 +02:00
21216ab52f
send email for freight order bid 2025-11-17 20:47:12 +02:00
962614ea02
create email and emailer with tests 2025-11-17 20:46:34 +02:00
652c23e330
add carrier repo to use case 2025-11-16 20:56:53 +02:00
ca6dc0142c
remove ids of nonexistent carriers from test 2025-11-16 20:55:55 +02:00
dbed2a9acc
change freight orders to freight order ids 2025-11-13 20:44:29 +02:00
b58d23f084
add carriers to freight order 2025-11-13 20:44:13 +02:00
0afdaa76d6
extract to setUp and test that carrier and freight orders know about each other 2025-11-13 20:31:49 +02:00
4971b86180
add freight orders to carrier 2025-11-13 20:31:11 +02:00
14d7ddfdd3
test create freight order 2025-11-12 22:11:41 +02:00
6ad041a945
freight order repo and fake impls of find and save 2025-11-12 22:10:20 +02:00
3be8eee948
add load profile and countries serving to carrier 2025-11-11 20:43:18 +02:00
a739479e22
add phone number, notes, and contact person to carrier 2025-11-10 11:17:52 +02:00
f37868f0d0
assert company name created 2025-11-09 21:03:25 +02:00
9043b93555
add company Name to Carrier 2025-11-08 22:54:26 +02:00
2032e1525c
test get all carriers 2025-11-08 21:26:46 +02:00
6e78c25d8c
remove id from being required in create carrier 2025-11-08 21:26:03 +02:00
059c111059
add getAll method to carrier repo 2025-11-08 21:24:42 +02:00
7d6a7f5a51
test create carrier use case 2025-11-06 10:18:02 +02:00
998ac12d61
fake carrier repo 2025-11-06 10:17:55 +02:00
3e970173a3
test creation of freight order 2025-11-03 10:01:38 +02:00
5566395dfb
test user login and create fake user repo 2025-11-01 23:19:09 +02:00