Remove Tags from Auth App? #98
Labels
chore
a tedious but necessary task often paying technical debt
discuss
Share your constructive thoughts on how to make progress with this issue
priority-3
Third priority. Considered "Nice to Have". Not urgent.
question
A question needs to be answered before progress can be made on this issue
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Context
We have two types of
metadata
that can be added to records in order to help categorise the data;tags
andstatus
.Our reasoning for having these two types of metadata is simple: one is "system" and can only be applied by the application/admin, while the other is "user" and can be applied person using the app. This makes perfect sense in the
A record (e.g.
person
orapp
) can (only) have onestatus
at a time e.g.verified
oractive
respectively.An
item
record can have multipletags
; I still think it makes perfect sense foritems
in the@dwyl
App to usetags
for categorisation, see: dwyl/app#245The reason we have
tags
in theauth
app is because we imported the schema from theapp-mvp
Not Using
tags
At present we are not using
tags
in theauth
app.Correspondingly, none of the
people
records have atag
applied:Todo
tags
from create_people migration:20191113100920_create_people.exs#L15
priv/repo/migrations/20191113100513_create_tags.exs
DELETE
any other migration files that relate totags
, e.g:20191113114340_add_person_id_to_tag.exs
The text was updated successfully, but these errors were encountered: