Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CS3203-Project
/
Dev_Backend
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
5
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Yasix new
- #29
#29
Open
Yasith763
wants to merge 75 commits into
main
CS3203-Project/Dev_Backend:main
from
yasix-new
CS3203-Project/Dev_Backend:yasix-new
Copy head branch name to clipboard
Conversation
Commits
75
(75)
Checks
Files changed
Open
Yasix new
#29
Yasith763
wants to merge 75 commits into
main
CS3203-Project/Dev_Backend:main
from
yasix-new
CS3203-Project/Dev_Backend:yasix-new
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2025
Merge pull request #3 from CS3203-Project/y2
Show description for 282be15
Yasith763
authored
282be15
View commit details
Copy full SHA for 282be15
Browse repository at this point
Commits on Aug 5, 2025
Merge pull request #4 from CS3203-Project/y2
Show description for c167fa7
Yasith763
authored
c167fa7
View commit details
Copy full SHA for c167fa7
Browse repository at this point
Commits on Aug 6, 2025
change to typescript
UmeshaJayakody
committed
58d2be8
View commit details
Copy full SHA for 58d2be8
Browse repository at this point
Merge pull request #7 from CS3203-Project/Umesha
Show description for 349b85a
UmeshaJayakody
authored
349b85a
View commit details
Copy full SHA for 349b85a
Browse repository at this point
refactor: update Dockerfile to install TypeScript and run transpiled JavaScript
UmeshaJayakody
committed
64e097d
View commit details
Copy full SHA for 64e097d
Browse repository at this point
Merge pull request #8 from CS3203-Project/Umesha
Show description for 399a98c
UmeshaJayakody
authored
399a98c
View commit details
Copy full SHA for 399a98c
Browse repository at this point
Commits on Aug 9, 2025
Merge pull request #9 from CS3203-Project/main
Show description for 8048996
Yasith763
authored
8048996
View commit details
Copy full SHA for 8048996
Browse repository at this point
feat: add getProviderById endpoint and validation schema
Yasith763
committed
7d1c122
View commit details
Copy full SHA for 7d1c122
Browse repository at this point
Merge pull request #10 from CS3203-Project/yasith_new
Show description for 1d059b2
Yasith763
authored
1d059b2
View commit details
Copy full SHA for 1d059b2
Browse repository at this point
Commits on Aug 10, 2025
added userSearch api for chat purposes
indunil-k
committed
4877314
View commit details
Copy full SHA for 4877314
Browse repository at this point
Merge branch 'main' of https://github.com/CS3203-Project/backend
indunil-k
committed
1758aae
View commit details
Copy full SHA for 1758aae
Browse repository at this point
Commits on Aug 20, 2025
feat: integrate AWS S3 for user profile image uploads
UmeshaJayakody
committed
f1e57a4
View commit details
Copy full SHA for f1e57a4
Browse repository at this point
feat: add upload image endpoint with S3 integration
UmeshaJayakody
committed
ef09152
View commit details
Copy full SHA for ef09152
Browse repository at this point
feat: enhance seed process to read categories from JSON and create main/subcategories
UmeshaJayakody
committed
d132653
View commit details
Copy full SHA for d132653
Browse repository at this point
messaging, email DB simplified
indunil-k
committed
9564d34
View commit details
Copy full SHA for 9564d34
Browse repository at this point
merge error resolved
indunil-k
committed
b34719e
View commit details
Copy full SHA for b34719e
Browse repository at this point
customerRating done
indunil-k
committed
8d50ca5
View commit details
Copy full SHA for 8d50ca5
Browse repository at this point
Commits on Aug 21, 2025
feat: implement review management service with create, update, delete, and retrieval functionalities
UmeshaJayakody
committed
a847c7d
View commit details
Copy full SHA for a847c7d
Browse repository at this point
feat: add AWS PostgreSQL connection
UmeshaJayakody
committed
0579ee1
View commit details
Copy full SHA for 0579ee1
Browse repository at this point
feat: implement database creation script for PostgreSQL
UmeshaJayakody
committed
3e4a1aa
View commit details
Copy full SHA for 3e4a1aa
Browse repository at this point
feat: add admin user creation and provider verification functionalities
UmeshaJayakody
committed
0f121ec
View commit details
Copy full SHA for 0f121ec
Browse repository at this point
feat: implement admin creation testing script with initial and regular admin creation endpoints
UmeshaJayakody
committed
be4ce6e
View commit details
Copy full SHA for be4ce6e
Browse repository at this point
add verify is true in test mode
UmeshaJayakody
committed
99242b1
View commit details
Copy full SHA for 99242b1
Browse repository at this point
feat: add database connection testing script
UmeshaJayakody
committed
9ded815
View commit details
Copy full SHA for 9ded815
Browse repository at this point
fix: resolve connection pool timeout issues by implementing a singleton Prisma client pattern and enhancing connection pool configuration
Show description for d588853
UmeshaJayakody
committed
d588853
View commit details
Copy full SHA for d588853
Browse repository at this point
chore: remove outdated troubleshooting and performance optimization documentation
UmeshaJayakody
committed
8459fb2
View commit details
Copy full SHA for 8459fb2
Browse repository at this point
refactor: remove caching implementation and related code for performance optimization
UmeshaJayakody
committed
e60b65a
View commit details
Copy full SHA for e60b65a
Browse repository at this point
Commits on Aug 22, 2025
refactor: update dependencies, remove unused files, and optimize health checks
Show description for e4223b2
UmeshaJayakody
committed
e4223b2
View commit details
Copy full SHA for e4223b2
Browse repository at this point
Commits on Aug 23, 2025
feat: add comprehensive category dataset with detailed subcategories for services
UmeshaJayakody
committed
73ddf4d
View commit details
Copy full SHA for 73ddf4d
Browse repository at this point
migrate S3 integration to AWS SDK v3
UmeshaJayakody
committed
4a1d74d
View commit details
Copy full SHA for 4a1d74d
Browse repository at this point
Commits on Aug 25, 2025
Merge pull request #17 from CS3203-Project/fastOne
Show description for f6229f6
Yasith763
authored
f6229f6
View commit details
Copy full SHA for f6229f6
Browse repository at this point
Commits on Aug 26, 2025
Merge pull request #19 from CS3203-Project/yasith_new
Show description for 1d848cd
UmeshaJayakody
authored
1d848cd
View commit details
Copy full SHA for 1d848cd
Browse repository at this point
Commits on Aug 29, 2025
almost done
indunil-k
committed
6fe72d1
View commit details
Copy full SHA for 6fe72d1
Browse repository at this point
message done
indunil-k
committed
ab733dc
View commit details
Copy full SHA for ab733dc
Browse repository at this point
Merge branch 'main' of https://github.com/CS3203-Project/backend
indunil-k
committed
0b91f6d
View commit details
Copy full SHA for 0b91f6d
Browse repository at this point
updated to integrate message functionalities.. getUserByIdController added to user routes.
indunil-k
committed
b04d82a
View commit details
Copy full SHA for b04d82a
Browse repository at this point
n
indunil-k
committed
f5c2110
View commit details
Copy full SHA for f5c2110
Browse repository at this point
Commits on Sep 2, 2025
Update AWS SDK dependencies in package.json
Show description for df934f6
Yasith763
committed
df934f6
View commit details
Copy full SHA for df934f6
Browse repository at this point
Commits on Sep 4, 2025
provider form error resolved
indunil-k
committed
c0c3128
View commit details
Copy full SHA for c0c3128
Browse repository at this point
n
indunil-k
committed
1961b94
View commit details
Copy full SHA for 1961b94
Browse repository at this point
confirmation record
indunil-k
committed
b2855e4
View commit details
Copy full SHA for b2855e4
Browse repository at this point
confirmation record almost done
indunil-k
committed
8ae52a3
View commit details
Copy full SHA for 8ae52a3
Browse repository at this point
Commits on Sep 5, 2025
both confirmaton and messaging real-time features to use a single WebSocket connection
indunil-k
committed
1443d4a
View commit details
Copy full SHA for 1443d4a
Browse repository at this point
for development purpose rate limiting increased
indunil-k
committed
8c9095b
View commit details
Copy full SHA for 8c9095b
Browse repository at this point
reviews to customers done. schema and routes updated
indunil-k
committed
57cbc4d
View commit details
Copy full SHA for 57cbc4d
Browse repository at this point
service rating done
indunil-k
committed
71db1e0
View commit details
Copy full SHA for 71db1e0
Browse repository at this point
service review feature: fetch reviews, display average rating, filter reviews by rating, and show rating distribution.
indunil-k
committed
d681edf
View commit details
Copy full SHA for d681edf
Browse repository at this point
rating for provider profile page
indunil-k
committed
fbec8c8
View commit details
Copy full SHA for fbec8c8
Browse repository at this point
Commits on Sep 7, 2025
service video adding funcionality
indunil-k
committed
adfcbcc
View commit details
Copy full SHA for adfcbcc
Browse repository at this point
Commits on Sep 8, 2025
queue service, purge queue script, test email connection script
indunil-k
committed
ead427c
View commit details
Copy full SHA for ead427c
Browse repository at this point
Commits on Sep 10, 2025
email all doneAdd email monitoring script
indunil-k
committed
5e1b03e
View commit details
Copy full SHA for 5e1b03e
Browse repository at this point
Commits on Sep 11, 2025
feat: add admin management functionality
Show description for 729c4ff
Yasith763
committed
729c4ff
View commit details
Copy full SHA for 729c4ff
Browse repository at this point
chatbot feature added as a separate module
indunil-k
committed
dbe317b
View commit details
Copy full SHA for dbe317b
Browse repository at this point
Merge branch 'main' of https://github.com/CS3203-Project/backend
indunil-k
committed
3d21c3a
View commit details
Copy full SHA for 3d21c3a
Browse repository at this point
chatbot added
indunil-k
committed
32fc192
View commit details
Copy full SHA for 32fc192
Browse repository at this point
Commits on Sep 12, 2025
sementic search: for service embedding retrieval and similarity search
indunil-k
committed
7f252ba
View commit details
Copy full SHA for 7f252ba
Browse repository at this point
Commits on Sep 14, 2025
feat: include service count in category retrieval functions
UmeshaJayakody
committed
9163e21
View commit details
Copy full SHA for 9163e21
Browse repository at this point
feat: add option to include services in root category retrieval
UmeshaJayakody
committed
04ca4e1
View commit details
Copy full SHA for 04ca4e1
Browse repository at this point
refactor: remove redundant select fields in category retrieval functions
UmeshaJayakody
committed
27ab1ff
View commit details
Copy full SHA for 27ab1ff
Browse repository at this point
Commits on Sep 18, 2025
Add comprehensive user service and authentication tests
Show description for d93238c
UmeshaJayakody
committed
d93238c
View commit details
Copy full SHA for d93238c
Browse repository at this point
Commits on Sep 29, 2025
Update dependencies and add socket.io packages
Show description for e261c4a
Yasith763
committed
e261c4a
View commit details
Copy full SHA for e261c4a
Browse repository at this point
Commits on Sep 30, 2025
feat: add service provider management functionality with verification and details retrieval
Yasith763
committed
368e33b
View commit details
Copy full SHA for 368e33b
Browse repository at this point
feat: add customer count and services with categories retrieval endpoints
Yasith763
committed
d92d87b
View commit details
Copy full SHA for d92d87b
Browse repository at this point
Reduce admin JWT token expiry to 1 hour
Show description for 4d66e67
Yasith763
committed
4d66e67
View commit details
Copy full SHA for 4d66e67
Browse repository at this point
Commits on Oct 1, 2025
up to date with 'origin/main'
indunil-k
committed
5121244
View commit details
Copy full SHA for 5121244
Browse repository at this point
Commits on Oct 3, 2025
geolocation without seearch
indunil-k
committed
912395a
View commit details
Copy full SHA for 912395a
Browse repository at this point
location card service details
indunil-k
committed
e40f767
View commit details
Copy full SHA for e40f767
Browse repository at this point
embedding search EMBEDDING_FIX_GUIDE
indunil-k
committed
c26c4f8
View commit details
Copy full SHA for c26c4f8
Browse repository at this point
location based searching
indunil-k
committed
b0fec40
View commit details
Copy full SHA for b0fec40
Browse repository at this point
Commits on Oct 4, 2025
Refactor admin module to dedicated directory
Show description for 2569936
Yasith763
committed
2569936
View commit details
Copy full SHA for 2569936
Browse repository at this point
Add endpoint to fetch all customers for admin
Show description for 926723e
Yasith763
committed
926723e
View commit details
Copy full SHA for 926723e
Browse repository at this point
Commits on Oct 6, 2025
email_queue to notification table, related code changes
indunil-k
committed
1581605
View commit details
Copy full SHA for 1581605
Browse repository at this point
Commits on Oct 8, 2025
Merge branch 'main' of https://github.com/CS3203-Project/backend into yasix-new
Yasith763
committed
43ca764
View commit details
Copy full SHA for 43ca764
Browse repository at this point
Merge branch 'location' of https://github.com/CS3203-Project/backend into yasix-new
Yasith763
committed
8081aa7
View commit details
Copy full SHA for 8081aa7
Browse repository at this point
Merge branch 'location' of https://github.com/CS3203-Project/backend into yasix-new
Yasith763
committed
032713c
View commit details
Copy full SHA for 032713c
Browse repository at this point
You can’t perform that action at this time.