mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
14 lines
458 B
Markdown
14 lines
458 B
Markdown
|
# Organizing Review Under Tags
|
||
|
- Status: Accept
|
||
|
- Deciders: Rhea Bhutada, Kara Hoagland, Gavyn Ezell, George Dubinin, Henry Feng
|
||
|
- Date: 11/29/2022
|
||
|
|
||
|
## Decision Drivers
|
||
|
- Needed to keep track of reviews under certain given tags for filtering feature.
|
||
|
|
||
|
## Considered Options
|
||
|
- localStorage
|
||
|
|
||
|
## 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.
|