# Web issues — Our Story

Environment on every ticket: macOS · Google Chrome 151.0.7922.138 · local `index.html`.

Logged in Jira as SCRUM-11, SCRUM-14, SCRUM-15.

## SCRUM-11 — Heart counter +3 on a fast double click

**Type:** Functional · Interaction  
**Priority:** Medium  
**Screen:** Home  
**Reproducibility:** 5/5

**Preconditions:** Home page is open.

**Steps:**
1. Note the current heart count
2. Rapidly click «Добавить сердце» twice
3. Observe the updated heart count

**Expected:** Each click increments once. Two clicks: 20 → 22.  
**Actual:** Two rapid clicks increase the counter by 3. Example: 20 → 23.

## SCRUM-14 — History record can be saved with an empty required Date field

**Type:** Validation · Functional  
**Priority:** Medium  
**Screen:** History («История»)

**Preconditions:** History page is open.

**Steps:**
1. Leave Date («Дата») empty
2. Fill Title («Название») with a valid value
3. Fill Subtitle («Подзаголовок») with a valid value
4. Click «Добавить момент»

**Expected:** The record is not saved. The user is told Date is required.  
**Actual:** The record is saved without a date.

## SCRUM-15 — History allows future dates with no validation or product guidance

**Type:** Requirement clarification  
**Priority:** Low  
**Screen:** History («История»)

**Preconditions:** History page is open.

**Steps:**
1. Set Date to a future day, e.g. 23.08.2026
2. Fill Title and Subtitle with valid values
3. Click «Добавить момент»

**Observation:** The form accepts dates later than today and stores the record.  
**Question:** Should History contain only past events? If yes, validation should block future dates. If no, this is expected.

**Finding:** Logged in Jira during the pass. Without an explicit past-only rule, this is a product question — not a confirmed functional defect.
