-
Notifications
You must be signed in to change notification settings - Fork 67
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
[主線] [PTT] 實作上下箭頭推文 #210
Comments
嗨,想幫忙這個 issue,但想確定一下結節…
然後現況是目前 gobbs 還沒有相關的實作,並且 Google DOC 也還沒有這個 endpoint 對嗎? |
@wagaru 目前是這樣沒錯唷,我剛把Google Doc那邊註記,如果有更新你可以依照spec實作 |
差不多
對
|
我想詢問一個實做細節,因為推文數的計算有一個規則是「使用者在文章的推數影響最大 +1 最小 -1」,所以實做時需要使用當前使用者在這篇文章的推噓數,那麼這個數字要從何計算?
|
在.DIR檔案裡面有紀錄文章目前的推文數 |
關於上下箭頭部分,我認為可以先求有再求好。 在原本 BBS 的設計中有 recommend 來表示推文數,然後這個推文數和上下箭頭的數字是分離的。 所以先求有再求好的狀況就是直接抓內文然後去統計上下箭頭的數量,暫時先不考慮做假的狀況。 也就是流程上就是 (在usecase)
這樣。 |
這樣表示目前我們打算將使用者按上下箭頭的紀錄當成一般推文一樣直接寫進 filename 底下嗎? |
對,這樣可以比較簡單的做到向下支援 |
實作細節 / Details of Implement
Quote from Pichu:
usecase /article.go
UpdateUsefulness
function,以模仿stackoverflow或redditrepository/article.go
中新增Usefulness
struct,與後端gobbs
對接delivery/http
新增route_update_usefulness.go
處理http routing期程 / Schedule
備註
The text was updated successfully, but these errors were encountered: