Steve Yegge
b5db80c412
Refactor sqlite.go: Extract hash IDs, batch ops, validators (bd-90a5, bd-c796, bd-d9e0)
- Extract hash ID generation to hash_ids.go (bd-90a5)
- generateHashID, getNextChildNumber, GetNextChildID
- Reduced sqlite.go from 1880 to 1799 lines
- Extract batch operations to batch_ops.go (bd-c796)
- validateBatchIssues, generateBatchIDs, bulkInsertIssues
- bulkRecordEvents, bulkMarkDirty, CreateIssues
- Reduced sqlite.go from 1799 to 1511 lines
- Extract validation functions to validators.go (bd-d9e0)
- validatePriority, validateStatus, validateIssueType
- validateTitle, validateEstimatedMinutes, validateFieldUpdate
- Reduced sqlite.go from 1511 to 1447 lines
- Add comprehensive validator tests (bd-3b7f)
- validators_test.go with full coverage
Total reduction: 2298 → 1447 lines (851 lines extracted, 37% reduction)
Part of epic bd-fc2d to modularize sqlite.go
All tests pass
Amp-Thread-ID: https://ampcode.com/threads/T-09c4383b-bc5c-455e-be24-02b4f9df7d78
Co-authored-by: Amp <amp@ampcode.com>
2025-11-01 19:55:48 -07:00
..
2025-10-30 21:51:39 -07:00
2025-10-30 21:51:39 -07:00
2025-10-30 21:40:52 -07:00
2025-11-01 19:55:48 -07:00
2025-10-30 14:04:03 -07:00
2025-10-30 14:42:08 -07:00
2025-10-31 00:19:42 -07:00
2025-10-16 00:26:42 -07:00
2025-10-31 00:19:42 -07:00
2025-10-25 18:44:38 -07:00
2025-10-16 13:32:44 -07:00
2025-10-27 13:07:12 -07:00
2025-10-31 15:12:08 -07:00
2025-10-15 01:30:28 -07:00
2025-10-26 20:35:37 -07:00
2025-10-25 13:20:16 -07:00
2025-10-25 18:44:38 -07:00
2025-10-25 13:33:51 -07:00
2025-10-26 22:48:19 -07:00
2025-10-30 21:51:39 -07:00
2025-11-01 19:55:48 -07:00
2025-10-29 21:57:15 -07:00
2025-10-15 01:30:28 -07:00
2025-10-28 18:57:16 -07:00
2025-11-01 19:55:48 -07:00
2025-10-27 11:29:08 -07:00
2025-10-28 18:57:16 -07:00
2025-10-31 23:03:56 -07:00
2025-10-30 21:51:39 -07:00
2025-10-31 14:24:50 -07:00
2025-11-01 19:55:48 -07:00
2025-10-26 22:31:24 -07:00
2025-10-26 22:31:24 -07:00
2025-11-01 11:35:31 -07:00
2025-10-31 21:27:33 -07:00
2025-11-01 19:55:48 -07:00
2025-11-01 19:55:48 -07:00