Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0a43dc5
Update appointment and service type controllers
mehara-rothila Nov 6, 2025
2a2c6df
Refactor appointment service implementation
mehara-rothila Nov 6, 2025
d492be6
notification function created
DinithEdirisinghe Nov 9, 2025
1e9a3ce
Merge pull request #6 from TechTorque-2025/dinith-notifications
mehara-rothila Nov 9, 2025
d0e1d7c
Add employee assignment by username feature
mehara-rothila Nov 10, 2025
0b5ea88
Update appointment response DTO with enhanced metadata
mehara-rothila Nov 10, 2025
4cb5d7a
Enhance appointment repository with custom queries
mehara-rothila Nov 10, 2025
3716a04
Refactor appointment service layer implementation
mehara-rothila Nov 10, 2025
6be8647
Add time logging client integration
mehara-rothila Nov 10, 2025
47b90ce
Refactor DataSeeder to consolidate employee IDs and improve appointme…
RandithaK Nov 10, 2025
96dcb2d
Add WebClient configuration for Admin Service and update ServiceTypeS…
RandithaK Nov 11, 2025
e9653a2
Refactor AppointmentServiceImpl to replace ServiceTypeRepository with…
RandithaK Nov 11, 2025
8167bdb
Implement intelligent time tracking with Clock In/Out functionality, …
RandithaK Nov 11, 2025
a754104
feat: Add customer confirmation for appointment completion and update…
Akith-002 Nov 11, 2025
ce6126d
refactor: Remove unused imports and clean up appointment service code
Akith-002 Nov 11, 2025
735f6f6
feat: Enhance appointment management by allowing CUSTOMER_CONFIRMED s…
Akith-002 Nov 11, 2025
c8333c6
fix: Restrict pull request triggers to specific branches for build an…
RandithaK Nov 11, 2025
d9622cf
Merge pull request #7 from TechTorque-2025/randitha-superbranch
RandithaK Nov 11, 2025
a93d36e
Merge branch 'main' into dev
RandithaK Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/buildtest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Build and Test Appointment Service

on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
- main
- dev
- devOps

jobs:
build-test:
Expand Down
Loading