mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
793e7891b3
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
19 lines
555 B
Markdown
19 lines
555 B
Markdown
# Opening Specific Reviews
|
|
|
|
- Status: Accept
|
|
- Deciders: Rhea Bhutada, Kara Hoagland, Gavyn Ezell, George Dubinin, Henry Feng
|
|
- Date: 11/29/2022
|
|
|
|
## Decision Drivers
|
|
|
|
- When opening up a review, browser needs to know what review ID to use for loading the review page data
|
|
|
|
## Considered Options
|
|
|
|
- sessionStorage
|
|
|
|
## Decision Outcome
|
|
|
|
Review cards have event listeners that will add their associated review ID number to session storage so
|
|
when the review loads, the browser will use the id stored to pull exact data corresponding to the review.
|