From e4755dd0745e696fa7fe74fe31e1b28189051751 Mon Sep 17 00:00:00 2001 From: look-its-ashton Date: Thu, 17 Nov 2022 13:24:59 -0800 Subject: [PATCH] sprint 2 meeting one rough draft --- admin/meetings/111722-sprint2meeting1.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/admin/meetings/111722-sprint2meeting1.md b/admin/meetings/111722-sprint2meeting1.md index 3fca69a..01b31d9 100644 --- a/admin/meetings/111722-sprint2meeting1.md +++ b/admin/meetings/111722-sprint2meeting1.md @@ -25,8 +25,19 @@ Meeting notes for the first sprint - ### New Business - Second sprint commences! - Focus on design progress for the project showoff - - - - + - Cuisine vs Tag identifiers for reviews (both?) + - localStorage will hold: + - list of active IDs which is updated for very create operation. An ID uniquely identifies a review + - value, "nextId" denoting the index of the next available slot for an Id + - entries for every single review (javascript object) + - a list for every tag that denotes which Ids belong to reviews containing this tag + + End2end tests will rely on specific html element names which include the following: + - "create-btn" (located on homepage and used to create a new review) + - "submit-btn" (located on form and used to post review) + - "update-btn" (located on a specific review page) + - "delete-btn" (located on a specific review page) + - "tag-add-btn" (located on the review create form) - ### Next Meeting's Business ## Decisions Made