[Dev]: mehilia-node-dev queue/mehilia-node-dev
{ "message": "vikassingh5m(vikassingh5m) pushed a commit to null at branch dev Commit: ENHANCED: Added HomeSubmissionRepository and integrated home submission features, including waitlist and feedback submission endpoints in API routes. Updated validation messages and translations in English, Spanish, and Dutch locales to support new functionalities. - dd2fd1b20c5bbc6dbf1d6a0a02dec5f71ac52acc", "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 password recovery features in TenantAuthController, including forgot password, OTP verification, and password reset functionalities. Added corresponding validation rules in TenantAuthRequest and response methods in TenantResponse. Updated routes to include new endpoints for these features. Enhanced user feedback with new error messages in English, Spanish, and Dutch locales. - b8ed9e60be17d930e5f3c12c93caba596f61f76a", "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 change password functionality in TenantAuthController, including validation rules in TenantAuthRequest and a new response method in TenantResponse. Added corresponding error messages in English, Spanish, and Dutch locales to improve user feedback during password changes. Updated routes to include the new change-password endpoint. - 2df78ec26eacf6b6c82dbd39c02430a997c00b9b", "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 a new unauthenticated /auth/check-phone endpoint for verifying landlord and tenant phone number existence. Updated validation rules for phone code and phone length, ensuring accurate error messages and improved user experience. Added corresponding translations for error messages in English, Spanish, and Dutch locales. - 497c8c8fc0c0d18399ed7c9a219f23dc49791457", "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: Refactored error message translation logic in BaseRequest to improve clarity and consistency. Enhanced validation message handling for phone code and phone length in AuthRequest, allowing for nullable and falsy checks. - 56f997fe9837631448d37ce27e8997c00c8bbb09", "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 area conversion in UnitController to ensure accurate area calculations during unit updates and creations. This update utilizes the new areaConversionHelper for consistent area measurement handling, aligning with the recent default unit change in PropertyModel. - 0209f9c449d1a200c1f381904fe232b3c219f1dc", "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 landlord information to maintenance retrieval responses in MaintenanceController, improving the detail provided in maintenance records. This update includes the landlord's ID, full name, and avatar in both specific maintenance and list responses. - 595e8601cd7548613c3be9ef924e643059909e39", "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 language detection in TranslationHelper to prioritize request body language for tenant authentication endpoints. This change ensures that error messages during login and signup utilize the requested language, improving user experience and consistency in language handling. - 88b2cec9c212d51efb1f232867df470402144b64", "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 unit type in UnitModel from 'sqft' to 'sqm' to ensure consistency with the updated measurement preferences across the application. - 3d232f106c369730863aefabd1fa7439cabb817d", "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 period filtering in PaymentRepository to support year-only and year-month formats. This enhancement allows for more flexible querying of payment records based on specified time periods. - a2e7a801e598329d386615fe6385a08f05277aa9", "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 filter parameters for type and period in TenantController and PaymentRepository to refine payment retrieval. This update allows for more granular querying of payments based on specified criteria, improving the overall functionality of the payment retrieval process. - bd1777fb4304eb70f897e4228028a7f70a83ee5a", "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 getPayments method in TenantController to retrieve tenant payments based on lease information. Added corresponding response handling in TenantResponse and a new method in PaymentRepository for fetching payments within lease durations. Updated tenant.routes.js to include a new endpoint for payments retrieval, along with internationalization support for success messages in English, Spanish, and Dutch locales. - 5f2b291e8f6ebe9f673f2d245b85ae8f4b67bc83", "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 unit type in PropertyModel from 'sqft' to 'sqm' to better align with standard measurement preferences. - b7b47672b2dcb9f600d6f10c0d0d41f49d39c027", "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 TenantInvitationService to include an optional propertyId parameter in the sendTenantInvitation method, allowing for the assignment of the firstPropertyId during tenant invitations. Modified LeaseController to pass propertyId when sending invitations. Added property address retrieval in TenantAuthController to enhance tenant response data with property information. - 2d919ccbd6ea86cc616e4c698231e8c1b4ee0363", "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 avatar field to tenant model and updated TenantAuthController to handle avatar in profile retrieval and updates. Enhanced validation in TenantAuthRequest to include avatar URL checks, improving tenant profile management and data integrity. - d20f7c19e59636ad8de5fdd7a8c117b8485f8567", "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 functionality for tenants to retrieve their lease documents through a new API endpoint in TenantController. Implemented pagination and sorting for lease document retrieval, along with corresponding response handling. Updated internationalization support with new success messages for lease document retrieval in English, Spanish, and Dutch locales. Enhanced TranslationHelper to prioritize tenant language detection and added debug logging for language verification. - 67df9d073f6aa13bdc887d2725e28f2d25e2ef24", "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 JWT token generation for tenants in the Tenant model, allowing for secure authentication. Updated the TenantAuthController to generate and return the token upon tenant retrieval, improving the authentication flow. Added methods for token management, including saving tokens and finding tenants by token. - f40dbecce1d50259119c15708fe1dfac5ebae6e0", "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 tenant invitation handling in LeaseController to ensure invitation results are included in the lease creation response. Refactored code to properly initialize and utilize the invitationResults array, improving the clarity and functionality of tenant invitation tracking. - 37c65cfa117129fc775239cebedd690d7fc8b52b", "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 invitation functionality in LeaseController to send invitations to tenants upon lease creation. Added new fields in the Tenant model for invitation tracking, including invite code and registration status. Updated tenant repository to support fetching tenants with session management. Enhanced internationalization by adding validation messages for tenant-related actions in English, Spanish, and Dutch locales. - bc2a11894c30ffefeca2d51fd622a77a7a352b09", "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 tenant assignment logic in UnitController by adding support for deduplicating tenant IDs and checking for existing leases before assignment. Updated the handling of lease entries to ensure tenants are correctly associated with existing leases, enhancing unit management and occupancy tracking. Additionally, updated unit's currentLeaseId when applicable, streamlining the lease assignment process. - ae7b2cae14cee188e58f91be2e3346a834658567", "commands": "/var/www/dev/git-sync-node/scripts/mehilia-nodejs-dev.sh" }
Hint: ⇧ + Click to select a range of jobs.