[Dev]: mehilia-node-dev queue/mehilia-node-dev
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Updated tenant management in LeaseController to track tenant state changes, increment tenant counts, and manage unit occupancy. Added validation for unit-property associations and updated dashboard occupancy accordingly, improving data integrity and user experience. - b82b12e85622c2c910de6520dc284833b167fe1f", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: UPDATED: Standardized expense category names to lowercase in ExpenseController, ExpenseRequest, and ExpenseModel for consistency. Enhanced validation messages and added new categories, improving data integrity and user experience. - eadbf43e54a2846aa0af68faff6eb2c4655289df", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added propertyId to lease and inspection response objects in LeaseController, improving data completeness for lease and inspection details. - f5abe373c86954a22072e57b6c223df42c6dbb4f", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Updated maintenance ticket retrieval to include ticket ID in the response. Enhanced the repository to aggregate unit information, including floor details, improving data richness for maintenance records. - 2be1818d9713d5d76452118f06980da5f840172f", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Refactored Firebase initialization by moving configuration to config/fcm.config.js, improving code organization and maintainability. Updated pushNotification.service.js to utilize the new configuration, ensuring backward compatibility. Added config/fcm_key.json to .gitignore for security. - 53a396104cae0942cc76b302c2aa50e52d7897c1", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Integrated push notification functionality across various services and jobs, enabling real-time notifications for maintenance updates, lease expirations, and overdue rent. Added Firebase initialization for push notifications in app.js and implemented device token management in landlord model and API routes, improving user engagement and communication. - 44e5b8ebba9b72b0dda48185bd4f326e05ce258a", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Integrated payment notification creation into PaymentController, allowing for automatic notifications upon successful rent payment. Updated NotificationService to handle notification data formatting and creation, improving user communication regarding payment status. - 9764a0d0e9242e31a4d96f68879b9e2ff992b654", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Improved notification handling by enriching notification data with property and landlord details in the repository layer. Updated the NotificationController to utilize findOneAndUpdate for marking notifications as read, enhancing performance. Added transformation methods in NotificationResponse to standardize notification object structure. - db0570d17cea5c722252cea236e0cbc0b040d311", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Integrated notification service into MaintenanceController for creating notifications on maintenance updates and creations. Added new notification types in constants and updated repositories to include NotificationRepository. Updated .gitignore to include test file. - 22b259b0692240035f4c3368e423959752af7fcf", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Refactored tenant lookup in getAll method to improve efficiency by using localField for tenantId and added tenant count field based on lease's tenants array size. - 2ce338347b4ff300443b45a07961e595adfe9e5b", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Updated expense category validation messages to use proper capitalization for improved clarity and consistency. - 5df358c311e223be1609d630a54a7297fe0ca9b5", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Updated validation message for expense category to include HVAC/Air Conditioning and Painting/Decorating, improving clarity for users. - 20b4476994c2a40d10f033b99cabbe40600d29be", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Added new endpoints in DashboardController for retrieving filtered dashboard occupancy and rent data, including validation for query parameters. Implemented response handling for these endpoints to improve data accessibility for landlords. Updated API routes to include the new endpoints, enhancing overall dashboard functionality. - 67cdb386800113bb900416749d1d1dde41cf0917", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Added 'onHold' field to Maintenance model and updated request validation. Modified update logic in MaintenanceController to handle 'onHold' status, improving maintenance management capabilities. - 6d8c1f05326a7c240d1840dc923ff8be9361525a", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: RENAMED: Updated the download method in DashboardController to clarify its purpose by renaming it from downloadDashboardExcel to downloadDashboardOccupancyExcel, enhancing code readability and maintainability. - f709bebdbe6c3fab3e04a6bfcb31248dde140c47", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Added new endpoints in DashboardController for downloading Excel sheets containing property occupancy and collected rent data. Implemented validation for query parameters and formatted Excel output for improved reporting capabilities. Updated API routes to include these new download endpoints, enhancing data export functionality for landlords. - cd4aea96857cd6cb27e6e27f198c8be7a6165acf", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Implemented a new endpoint in DashboardController to retrieve overdue rent for landlords. Updated DashboardService to calculate overdue rent based on active leases and payments, improving financial tracking for landlords. Added corresponding request and response handling for the new feature, and updated API routes to include the overdue rent endpoint. - ed5f4b8fd496aa2a5d686260cd67e818bc89504a", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Added new endpoints to LeaseController and MaintenanceController for retrieving upcoming inspections and open maintenance tickets, respectively. Updated API routes to include these new endpoints, improving management capabilities for leases and maintenance records. - 0dc4f7ab42862bc84b155bda5bf77f1df8602be7", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Added a new endpoint to LeaseController for retrieving expiring leases within a specified number of days. Updated API routes to include the new endpoint for listing expiring leases, improving lease management capabilities. - 0de8a89571782e1fdee4e19a5bd7be7efc6d7d76", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
{ "message": "Prabhjot5699(Prabhjot5699) pushed a commit to null at branch dev Commit: ENHANCED: Updated ExpenseController to support landlordId and propertyId filtering for expense retrieval, improving data management. Modified ExpenseModel to include these fields with appropriate indexing for enhanced retrieval efficiency. - 189f8abd35f15e3a1b37342838d006a7f02b3ed2", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
Hint: ⇧ + Click to select a range of jobs.