-
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
Q104. [團隊技能題組] 功能: todo-list #23
Comments
「於2017/8/7 開始答題」
b. 請提供網站的 url。 c. 描述「關鍵字篩選」、「分頁」這邊的設計,由前端還是後端實作?為什麼?什麼時候要前端做?什麼時候後端做?
d. 後端要做商業規則的驗證,團隊用了什麼工具輔助這一塊?
「於2017/8/7 答題結束」 |
aws dynamoDb 沒有 date type ? |
@wildwindjen A: 目前我們所沒考量到的是「可以用來搜某段時間完成的項目」這點,所以我們會將這部份的考量直接加進去,所以最後我們的設計將會變成:
Q2: 找個商業規則的驗證工具試用看看吧。如果覺得沒有自己寫的好用,以後要用自己寫的也OK。但是就是先看看別人的成品。 A: 這部份我們會使用checkit來進行實做看看。 Q3: 「關鍵字篩選」、「分頁」 這邊,所以沒有cookie或localstorage,就不能前端做了? A:
後續問過專門做前端的夥伴後,得知說暫存memory的方式,也能得到跟cookie及local-storage一樣的效果。 若這兩個部份的功能都交由前端來做,也會提高網頁讀取的時間。 最後,Q1及Q2的修改,我們會在下一題完成前修改好。 |
商業規則如下:
請開發一個簡單的「待辦清單」功能:
a. 請提供你的 table schema。
b. 請提供網站的 url。
c. 描述「關鍵字篩選」、「分頁」這邊的設計,由前端還是後端實作?為什麼?什麼時候要前端做?什麼時候後端做?
d. 後端要做商業規則的驗證,團隊用了什麼工具輔助這一塊?
答題時間: 24 hr
The text was updated successfully, but these errors were encountered: