Ptt-official-app / Ptt-backend

PTT APP 的後端
BSD 3-Clause "New" or "Revised" License
208 stars 67 forks source link

[主線] [PTT] 實作轉錄看板文章 -- usecase #153

Closed arhtur007 closed 3 years ago

arhtur007 commented 3 years ago

實作細節 / Details of Implement

相關文件 / Documents

PichuChen commented 3 years ago

@arhtur007 可以幫我補充一下大致上會修改的檔案的檔案位置嗎?

arhtur007 commented 3 years ago

這個請讓我試試

PichuChen commented 3 years ago

@arhtur007 想確定一下目前這個 ISSUE 的進度到哪邊了?

RicoToothless commented 3 years ago

我願意試試看這個

PichuChen commented 3 years ago

轉錄文章的相關程式邏輯在 pttbbs 的 bbs.c 的 cross_post https://github.com/ptt/pttbbs/blob/e5668c1e184da082cf28184ec29154e6c2ab4263/mbbsd/bbs.c#L2055

PichuChen commented 3 years ago

@RicoToothless 想問一下目前進度到哪邊了?

RicoToothless commented 3 years ago

學 C 去設法看懂你貼的 code