-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q16. [個人技能題組][Backend] 功能:後台管理者訂購商品統計 API。 #21
Comments
「於2017/04/26 開始答題」 a. 你怎麼計算總額、數量的?這樣的方式好處/壞處在哪?
b. 如果資料很多,匯出 excel 可能會有什麼問題?該怎麼解決?
c. 請提供驗收項目清單。 驗收「DB錯誤情況」
驗收「query必填欄位」
驗受「資料庫若無資料」
輸出長這樣 檔名為:「2017-4月-月報表.xlsx」 注:蛋糕在加乘上有錯誤是因為當初測試產品update資料時,有動到產品的資料所以就後面的總額數字對不上,但整體運作是正常的。 「於2017/04/26 答題結束」 |
「於2017/04/26 開始答題」 a.將訂單與產品的table進行join主要取出產品id、價格、出貨數量、付款日期,以sql指令sum進行總額與數量的計算。 b. c. B.下載報表前是否有驗證為管理者 「於 2017/04/26答題結束」 |
@dustfantasy 要挑戰想想「加總」的動作什麼時侯適合在程式做,而不是 db 嗎? |
「於2017/04/27 開始答題」
2.驗證該月是否有報表資料
3.驗證是否產生月報表excel檔及資料是否正確
|
@wildwindjen |
我的經驗上還有一種可能:「當 DB 資源很珍貴的時候」。 |
「於2017/05/24 開始答題」 a. 你怎麼計算總額、數量的?這樣的方式好處/壞處在哪? 輸入query ?year=2017&month=5 month和year輸入正確值 預期結果:取得當月報表 year空值 預期結果:year不能為空 year非數字 預期結果:請輸入正確year數值 產生報表excel 輸入正確的month和year 預期結果:成功下載excel 「於2017/05/24 答題結束」 |
月統計表:選擇購買月份出現該月份各商品的統計數字(總金額、總數量),並且可以匯出成 excel。
a. 你怎麼計算總額、數量的?這樣的方式好處/壞處在哪?
b. 如果資料很多,匯出 excel 可能會有什麼問題?該怎麼解決?
c. 請提供驗收項目清單。
答題時間: 24 hr
The text was updated successfully, but these errors were encountered: