aplbrain / aplbrain/neuvue-queue

Add tags to task

Abierto
#17 0 comentarios 0 reacciones 1 asignado Reclamado por @Raphtor Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
1
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.