code-tofu / project_Pokemart

0 stars 0 forks source link

Order model data structure organisation #16

Closed code-tofu closed 12 months ago

code-tofu commented 1 year ago

Should order keep the fields separate, or group all under interface Customer. Note that this affects the structure in mongo and Java DAO (i.e. embedded document) Untitled

code-tofu commented 12 months ago

Kept separate due to new function to make shipping details editable from default shipping details