timmyse2 / VeganNewWorld

草食系新世界 (使用ASP.NET MVC Core2.x製作的蔬食商品展示網站)
1 stars 0 forks source link

'客人'與'商家' MVC CRUD共用或分開? #16

Closed timmyse2 closed 3 months ago

timmyse2 commented 3 months ago
  1. 與customer的界面共用 (List, Detail, Edit)
  2. 另建shop端專用界面
timmyse2 commented 3 months ago

若分開

因登入帳戶類型不同, 可查詢類型data也不同, 功能處理也不同
缺點: 只是API或功能都要另做一組 , 沒有共用

timmyse2 commented 3 months ago

若合併

部份界面是否太雜? 要隱現 共用: 需考驗對PV, VM, VC等技術的熟悉度

timmyse2 commented 3 months ago

分開