# 【真的假的】開發・設計・使用 Glossary 術語對照 * __Dev__: used in the codebase(rumor-api) * __DB__: used in the database(rumor-db) * __Design__: used in the design process * __Interface__: used on the end-user interface * __Description__: the explanations of the terms | Dev | DB | Design | Interface | Description | | --- | -- | ------ | --------- | ----------- | | Article | articles | Rumor | 謠言 | The rumor article passed by bot users. | | Reply | replies | Reply | 查證結果 | The fact checking of a rumor article write by crowdsourcing editors. | | Editor | users | Editor | 編輯 | Every citizen is our editor, which could fact check an article by replying. | | Tag | `undefined` | Group | 群組 | The tag of a rumor article, which help editors to find the article they familiar. Ex. `食安`, `政治`| | Author | | Author | 回應者\|答主 | The author of a reply. | | Label | replies.versions[].type | Checking Label | 標記 | The fact-checking summary of a rumor article. Ex. it has part of truth, it has part of fiction | |NOT_RUMOR|NOT_RUMOR|Has Truth|含有真實訊息| The label to indicated an article has part of truth| |RUMOR|RUMOR|Has Rumor|含有虛假訊息| The label to indicated an article has part of fiction| |NOT_ARTICLE|NOT_ARTICLE| Not in Scope |非查證文章| The label to indicated an article is actually not a complete article on the internet or passed around in messengers| | OPINIONATED | OPINIONATED | Opinionated | 個人意見 | The label to indicated an article has opinionated opinion, which is not in the scope offact-checking. |