Business logic extraction to service layers #12
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#12
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?
Already implemented in v0.28.0.
All business logic referenced in this issue has been extracted to service layers:
Routes import from services and contain no business logic. Other services already existed: authService.js, oidcService.js, cleanupService.js, aprService.js, snowballService.js, backupService.js, notificationService.js, paymentValidation.js, userSettings.js
Files: services/*.js