Open
Conversation
frontend_update
Added backend folder with nestjs + typescript + postgresql
…eds, vet clinics, appointments, vaccinations, certificates, and a reminder system. closes DogStark#22
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
- Added MedicalRecordsModule to imports array - Added VetsModule to imports array - Added EmergencyServicesModule to imports array - Added SearchModule to imports array These modules were imported but not registered after merge conflict resolution. This fix ensures search endpoints are available and functional.
…into user-profile
…ion charts and mock data generation.
…ion charts and mock data generation.
feat: add event system
feat: add security system middleware
Feat/wallet management
Comprehensive User profile
feat: advanced user search with filters, sorting, and cursor pagination
feat: implement authentication system with JWT, email verification, and device fingerprinting
Analytics Dashboard Implementation fix-28
- Refactored UsersModule and UsersController to include UserSearchService for advanced user search capabilities. - Updated search functionality to include role and status filters, with pagination support. - Improved code structure and formatting for better readability.
…pletion, skip option, and analytics
…rch-filtering feat: ♻️ enhance user search functionality
feat: implement user onboarding flow with progress tracking, step completion, skip option, and analytics
- Implement prescription CRUD operations - Add medication database with dosage calculations - Add refill reminders and tracking - Add drug interaction warnings - Add prescription history management
- Record vaccinations with batch tracking - Breed-specific vaccination schedules - Auto-calculate next due dates - PDF certificate generation - Adverse reaction logging - Reminder system with batch processing - 26 API endpoints - Full database schema with 3 tables
- Record, schedule, and track pet vaccinations - PDF certificates and adverse reaction logging - 26 API endpoints with reminder system
llinsss
reviewed
Feb 21, 2026
Collaborator
llinsss
left a comment
There was a problem hiding this comment.
remove package-lock.json from all your commited files.
Verify no node_modules or build folders
I can't merge this, till these changes are implimented.
For that vaccination feature, a proper PR shouldn't ne more than 5-15 files max or
500-1500 lines of actual code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR TEMPLATE
Description
Related Issues
Changes Made - [ ]
How to Test
Screenshots (if applicable)
Checklist