cycle_type and billing_cycle not acted on in statusService #40
Labels
No Label
architecture
backend
bug
feature
frontend
priority:critical
priority:high
priority:low
priority:medium
priority:nice-to-have
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/BillTracker#40
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
resolveDueDate()only usesdue_dayand ignorescycle_type/cycle_day.getCycleRange()always returns the calendar month regardless of billing cycle. Quarterly/annual/biweekly cycle types are stored but have zero effect on tracker behavior.Scope:
resolveDueDate(): respectcycle_typeandcycle_dayfor biweekly (day-of-week), quarterly, and annual billsgetCycleRange(): return the correct cycle range for non-monthly billsFiles:
services/statusService.js,routes/tracker.js,routes/bills.jsEstimated effort: 3-4 hours
Related: #38