-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathECTLogger-buglog.txt
More file actions
executable file
·60 lines (52 loc) · 2.92 KB
/
Copy pathECTLogger-buglog.txt
File metadata and controls
executable file
·60 lines (52 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
ECTLogger field bug log
=======================
Working scratch file for raw field reports before they are triaged into
docs/ROADMAP.md. Once an item is either fixed or promoted to the roadmap,
it comes out of this file. The roadmap is the record of what is open; the
changelog is the record of what shipped.
Currently open, untriaged: none.
Cleared 2026-07-29
------------------
The Maine Dirigo Net reports from nets #41 and #44 (2026-07-26) are fully
dispositioned. Nothing from them remains untracked.
Fixed:
- Scheduled net did not auto-create, forcing a manual Create Net (f866587)
- Duplicate and triplicate 1-hour reminders; NCS staff receiving both the
staff and the subscriber reminder (f866587)
- Mobile check-in entry point not discoverable / "kept hitting icons"
(3e31355 command-bar rewrite, 026a238 green Check In tint)
- Chat avatars falling back to letter avatars on new messages (3859cc9)
- Manually checked-in station appearing a second time with Recheck status
once that operator logged in and checked in themselves (e0fdc1a)
- Archive/delete prompt going stale when another client archived the net
(f6099cc)
- NCS/staff reminder omitting the on-duty NCS name (f6099cc)
- Subscriber "net starting" notification firing on go-live instead of on
lobby open, leaving no lead time (f6099cc)
- Self check-in toggle per net and per schedule, requested by AA1GM
(shipped 2026-07-26)
Not a defect:
- Admin acting as NCS reportedly not prompted to check in. Did not
reproduce. The prompt condition in NetView.tsx has always OR'd
role === 'admin' in as an inclusion rather than gating on it, so an
admin can only ever gain the prompt, never lose it.
- "content-script.js:104 Failed to get subsystem status" in the browser
console. That file belongs to a browser extension, not to ECTLogger.
The adjacent "WebSocket connected to net 41" line is normal operation.
- Magic link needing to be re-requested. Sessions are a 30-day rolling
window that resets on each visit, so this is cache clearing, a privacy
browser, or a device switch. A longer window is on the roadmap as an
improvement, not as a fix.
Promoted to docs/ROADMAP.md, still open:
- Reminder email call-to-action wording: split "Join Net" into "View Net"
and "Check-in to Net"; on the NCS/staff reminder replace "Access Net"
with "View Net" plus a conditional "Check Into Net", keeping Open Lobby
(Net Reminders & Lifecycle UX)
- Move "Keep chat open after closing" and "Schedule is active" onto the
Schedule tab in Edit Net (Net Reminders & Lifecycle UX)
- Clarify the Create-vs-Start workflow copy (Net Reminders & Lifecycle UX)
- Auto-check-in for subscribed stations (Net Reminders & Lifecycle UX)
- Extend the login session window past 30 days (Security & Authentication)
- Verify the 1-hour reminder send time against the scheduled start; the
"starting in 1 hour" mail that arrived at 9:30 may already be resolved
by the f866587 scheduler fix (Security & Authentication)