gohorsejobs/backend/internal/services
Tiago Yamamoto a5bb7b2a31 feat: add backend tests to CI pipeline, improve responsive design, add unit tests
- Add test-backend job to .forgejo/workflows/deploy.yaml
- Fix JobService and TicketService tests
- Create ticket_service_test.go
- Create frontend unit tests (forgot-password, jobs/[id], dashboard/users)
- Improve responsiveness for users page, forgot-password, and apply page
2025-12-28 01:27:48 -03:00
..
admin_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
admin_service_test.go fix: resolved user profile 500 error, fixed frontend build types, enhanced logging, increases test coverage 2025-12-26 01:35:34 -03:00
application_service.go feat: implemented delete application endpoint and dashboard action 2025-12-26 01:29:31 -03:00
application_service_test.go fix: resolved user profile 500 error, fixed frontend build types, enhanced logging, increases test coverage 2025-12-26 01:35:34 -03:00
appwrite_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
audit_service.go fix(services): initialize all list slices to empty array to prevent null json response 2025-12-24 18:11:17 -03:00
audit_service_test.go test: add admin, notification, audit service tests (+30% coverage increase) 2025-12-24 20:01:54 -03:00
chat_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
cloudflare_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
credentials_service.go feat: Implement Dynamic Credentials Management 2025-12-26 14:43:35 -03:00
email_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
fcm_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
job_service.go feat: add currency, salary period, and rich text description 2025-12-26 15:37:54 -03:00
job_service_test.go feat: add backend tests to CI pipeline, improve responsive design, add unit tests 2025-12-28 01:27:48 -03:00
location_service.go feat: add location selector and contract types 2025-12-26 15:18:16 -03:00
notification_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
notification_service_test.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
settings_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
storage_service.go feat: Email System, Avatar Upload, Email Templates UI, and Public Job Posting 2025-12-26 12:21:34 -03:00
ticket_service.go feat: add complete support ticket CRUD operations 2025-12-26 16:16:05 -03:00
ticket_service_test.go feat: add backend tests to CI pipeline, improve responsive design, add unit tests 2025-12-28 01:27:48 -03:00