jds691 / CI553-CW-miniStore

CW codebase for CI553
0 stars 0 forks source link

Code Restructuring #3

Open jds691 opened 1 week ago

jds691 commented 1 week ago

The code is currently functional however its structure and architecture are less than desired.

TODO:

Overview

Structure

package: remote

package: orders

package: middle

package: debug

package: client

package: catalog

Architecture

jds691 commented 2 days ago

The current goal is to move most models into a new logic layer (intended to replace middle) which uses interfaces to abstractly communicate between the data and client boundaries.