cse110-fa22-group29/specs/adrs/112922-tag-review-collision-fix.md

18 lines
470 B
Markdown
Raw Permalink Normal View History

2022-11-30 01:35:38 +00:00
# Organizing Review Under Tags
- Status: Accept
- Deciders: Rhea Bhutada, Kara Hoagland, Gavyn Ezell, George Dubinin, Henry Feng
- Date: 11/29/2022
2022-11-30 01:35:38 +00:00
## Decision Drivers
- Needed to keep track of reviews under certain given tags for filtering feature.
2022-11-30 01:35:38 +00:00
## Considered Options
- localStorage
2022-11-30 01:35:38 +00:00
## Decision Outcome
For every tag create a key under that tag name in localStorage. They will store an array of IDs that correspond to reviews that contain that tag.