aplbrain / aplbrain/neuvue-queue
Add tags to task
- Ngôn ngữ chính
- TypeScript
- Star
- 1
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Add searchable tags to task schema. Two ways of doing this:
## Relational database
Basically, two new schemas `Tags` and `TagDefinitions` would be added. `Tags` would relate tag ids to task ids. `TagDefintions` would store the definitions to task ids.
### Pros:
* Easy updating of tag definitions
* Fastest querying
### Cons:
* Extra database, might get big depending on number of tasks/tags
## Add `tags` key in task schema
Just add an array to the task schema
### Pros:
* Easy updating of tag definitions
* Fast querying
*
### Cons:
* Can't update/delete tags very easily
* Can't see all tags very easily
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.