# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/vqpbatq
簡易評論系統設計**
需求分析----評論系統是互聯網社區網站的重要組成部分,對增強用戶參與度、提高網站活躍度等方面都具有重要價值。一個簡易的評論系統(在線社區平臺)通常包含以下功能用戶評論:用戶可以對某個產品、主題進行評論,包括文字評論。 評論展示:所有用戶的評論將會在產品或服務頁面下方展示,其他用戶可以查看。 評論的展示有多種組織方式,參考《評論系統的幾種展示結構和存儲設計》,本文主要針對常見的二級嵌套 ⌘ Read more