[Dev]: mehilia-node-dev queue/mehilia-node-dev
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Implemented soft delete functionality for landlords and their associated tenants. Updated the AuthController and LandlordController to exclude deleted users from queries and added bulk operations for efficient tenant updates during landlord deletion. Enhanced AuthRequest validations to check for deleted accounts, improving overall data integrity and user experience. - bc790002762baebd19b1303e20328c118223b031", "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: Changed default lease status from DRAFT to ACTIVE in LeaseController to reflect the intended initial state for new leases. - 2c7a8905498d6fd9d2bce085477963c31fb0035b", "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: Introduced broadcast channel functionality in the conversation and message controllers, allowing landlords to create and send messages to multiple tenants simultaneously. Implemented validation for broadcast channels and updated related services, repositories, and routes to support this feature. Enhanced localization files to include new messages and validation rules for broadcast-related actions. - dbab7f991c35f1b6194305a684e4bfb7aa32f5c9", "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 messaging and conversation features, including new routes and controllers for message handling, conversation management, and real-time notifications. Updated constants and localization files to support message types and validation rules, ensuring comprehensive messaging functionality across the application. - 64fd32a1376f7fa9eb91d0628d288ea208ddf3f5", "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 validation for security deposit payments in PaymentController to prevent duplicates for the same lease. Updated localization files to include messages for duplicate security deposit errors in English, Spanish, and Dutch. - 2c3c50504a5cdac3bc2472a2f93796ef99d97db7", "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: Modified buildLeaseSummary function to return "paid" for dueRent when totalDue is zero, improving clarity in lease summary responses. - 93cd7e048329a6997a5a794d4b07280332302b39", "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 MaintenanceRepository to include unitNo field in aggregation queries, ensuring fallback to unit identifier when unitNo is null. This improves data accuracy in maintenance records. - f4322a324fc317d044b7abd4a2daf273bb7bc5f4", "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: Expanded currency and currency symbol definitions in constants.js, adding numerous new currencies and their respective symbols to improve financial data handling and support for a wider range of international transactions. - 009274f1ee506bb472148c769d23078d6410de41", "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 timezone support and date filtering to MaintenanceController, allowing for more precise queries based on user-defined timezones. Implemented validation for startDate, endDate, timezone, and search parameters in MaintenanceRequest to ensure data integrity and improve user experience. - 3e222401e1110c1dd5158323e302d956db298921", "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 tenant account deletion functionality in TenantController, including validation for outstanding payments and soft deletion of tenant records. Updated related services and responses to handle account deletion requests and added necessary checks in authentication and request handling to prevent access to deleted accounts. - 8108291fd3519a65ecec8845281f54aea36db905", "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 MaintenanceController and MaintenanceRepository to include landlord's phone number and phone code in maintenance responses, improving the detail and usability of the information provided for maintenance tickets. - 8a13cc1be971e67e84668c11952a79941cdb1a58", "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 PropertyController to improve address search functionality by allowing searches across multiple address fields (city, state, postalCode, street, formattedAddress) and refined occupancy filter logic to accurately reflect property availability based on occupied units. - cd61b6c18881f3d2e6bb533896143f61a3b6c4e9", "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 localization files for English, Spanish, and Dutch to specify the character length for the 'period' field validation, ensuring clarity in user input requirements. - c0a30074f377318b04b983dc0d59c36541b956ef", "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 MaintenanceRepository to include 'note' and 'photos' fields in data projections for maintenance ticket retrieval, improving the detail and usability of maintenance responses. - e216b18f0ef4d0fbfccc4015e5821654385d4b86", "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 validation for rent payments in PaymentController to prevent duplicate payments and ensure proper lease association. Updated PaymentRequest to enforce required period format for rent payments. Enhanced localization files to include new validation messages in English, Spanish, and Dutch. - f4487c8886ee889c26d8703730d978389e36d15e", "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 MaintenanceController to include landlord information in maintenance responses based on the ticket creator. Modified MaintenanceRepository to optimize tenant information retrieval and removed unnecessary landlord lookups, streamlining the data structure for maintenance ticket queries. - 5b8bdbc254cc0f8bfd784f84efb4bfd9d7d23ec1", "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 device token management functionality in TenantAuthController, allowing tenants to register, update, and remove device tokens for push notifications. Implemented corresponding API endpoints and validation rules. Updated NotificationService to handle notifications for maintenance requests and payments, ensuring notifications are queued for tenants based on their preferred language. Enhanced localization files to include new messages for maintenance and payment notifications in English, Spanish, and Dutch. - 6d00a491a2e402c2b148350d18569fc124b22d95", "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 logout functionality in TenantAuthController, allowing tenants to log out by removing their authentication token. Added corresponding response method in TenantResponse for successful logout. Updated localization files to include success messages for logout in English, Spanish, and Dutch. - 7c1ecb95f5eacc200e303d71999269af11a4b5fa", "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 maintenance overview retrieval functionality in TenantDashboardController, including a new API endpoint and optimized aggregation query in MaintenanceRepository. Updated TenantResponse to handle maintenance overview responses and enhanced localization files for success messages in English, Spanish, and Dutch. - 801642ca07a991cea2c170f65fed2ae636bb5805", "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 moment and moment-timezone dependencies in package.json and package-lock.json to the latest versions. Added tenant dashboard lease summary API endpoint in tenant.routes.js and corresponding controller logic. Implemented methods in LeaseRepository and PaymentRepository to fetch lease and payment data for the tenant dashboard. Enhanced localization files to include new dashboard retrieval messages in English, Spanish, and Dutch. - 3246142af229011eb7ab8ccc354cff0fb8580996", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
Hint: ⇧ + Click to select a range of jobs.