Completed first draft on the database design for WSTT. Documents publicly available.
Documents out for review.
Documents done: Data Dictionary
2024-Jul-03@0045
Adding a new table to the database: tableshipper. A corresponding foreign key will be
added to the transaction table.
Update the data dictionary and associated diagrams.Done ! Created test data: shippers, consignees
DB design issue: Confirm the process flow, so decisions on table design can be
finalized.
2024-Jul-06@0041
Began work on creating the web based UI for the Shipper's Portal.
2024-Jul-06@2238
Basic shell code to test Shipper's authentication with the application's RDBMS was tested.
The design and implementation
for generating unique Shipper ID's is still to be implemented.