-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.json
More file actions
48 lines (48 loc) · 1.83 KB
/
update.json
File metadata and controls
48 lines (48 loc) · 1.83 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
{
"id": "songscript-dev-server-info",
"title": "SongScript Development Server Information",
"type": "info",
"status": "active",
"description": "SongScript development server is running in background for testing and development",
"serverDetails": {
"url": "http://localhost:3001",
"logFile": "/tmp/songscript-dev.log",
"startCommand": "cd /Users/etanheyman/Desktop/Gits/songscript && npm run dev",
"backgroundProcess": true
},
"debugCommands": {
"checkLogs": "cat /tmp/songscript-dev.log",
"checkProcess": "ps aux | grep node | grep songscript",
"tailLogs": "tail -f /tmp/songscript-dev.log",
"stopServer": "pkill -f 'songscript.*dev'"
},
"newBugs": [
{
"id": "bug-signup-checkbox-error",
"title": "Sign Up Checkbox Causes Error",
"type": "bug",
"priority": "medium",
"status": "todo",
"description": "Clicking the checkbox during sign up process causes an error. The 'bring it with you' checkbox functionality is broken.",
"acceptanceCriteria": [
"Sign up checkbox can be clicked without errors",
"Checkbox state changes properly when clicked",
"Sign up process completes successfully with checkbox checked/unchecked"
],
"reproductionSteps": [
"Navigate to sign up page",
"Fill out sign up form",
"Click the 'bring it with you' checkbox",
"Observe error occurs"
],
"impact": "Medium - Prevents users from completing sign up process",
"createdAt": "2026-01-22T14:18:56.552Z",
"tags": ["signup", "ui", "checkbox", "form-validation"]
}
],
"relatedBugs": [
"bug-user-auth-id-mismatch"
],
"notes": "Server running to test authentication ID mismatch bug fix. User etan@heyman.net should see progress data once bug is resolved.",
"createdAt": "2026-01-22T14:18:15.229Z"
}