Evan
Evan
**Environment** Provide the content of the `package.json` file in the project: tns version : 7.0.11 Angular CLI: 10.1.7 Node: 12.19.0 OS: linux x64 **Describe the bug** When I perform the...
### Integrate Tailwind CSS into Project The purpose of this ticket is to integrate Tailwind CSS into our project to streamline the frontend development process, improve consistency, and enable rapid...
Protractor, while a valuable tool in the past, has been deprecated in favor of more modern and efficient testing frameworks such as Cypress. Continuing to use Protractor for end-to-end testing...
Rework the enquiries list on the frontend to include filters based on query parameters and add additional filters for "Sent" and "Received" enquiries. - Rework the existing enquiries list to...
Update the Real Estate Properties Model to include a transaction type field to clearly indicate if a property is "For Rent" or "For Sale". ### Tasks: #### Backend Changes are...
We need to integrate functionality into our backend/server that enables sending notifications to clients via WebSocket communication. Additionally, we need to investigate whether we should persist notifications by saving them...
This upgrade is necessary to leverage the new features and improvements that come with Chart.js 4.x, including performance enhancements, bug fixes, and new chart types. - Update Chart.js dependency in...
The form should capture the user’s name, email, and message. A dedicated API route and controller should handle form submissions, including validation and error handling. - Contact form submissions with...
Implement a feature to allow users to upload and change their profile pictures. users should be able to update it from their profile settings. - Update the User model to...