engagingnewsproject / misinfo-dashboard

1 stars 0 forks source link

Tagging Per Location #22

Open luukee opened 3 months ago

luukee commented 3 months ago

Each location (State/Region & City) needs their own set of tags, labels sources.

Locations need to be set up per agency first. The locations collection in Firestore. Hardcoded for Austin, Texas in the Auth file.

Started Locations work in this commit: https://github.com/engagingnewsproject/misinfo-dashboard/commit/7bafa1f35606d8c589c2adbb7f3de30f061947bb

If you have a better idea please let me know, thanks! Luke

luukee commented 1 month ago

Completed:

"Creates a tag document for a pre-existing agency if it does not exist when the agency is selected in the new report modal"

"Creates a tag document for a pre-existing agency if it does not exist when the agency is editing their tags"

Creates a tag document with default sources, topics, and labels for agencies upon creation

In progress:

Dropdown selection in an admin user's tag view so they can select which agency to view the tags of

Testing:


Other notes...