December 7th
Web Application Update (for Business)
Displaying the error notification returned by backend when changing address, pay, skills for an accepted Workorder.
Revised the code to revert the address and show the original incase of any error from back on updating the address
Added fix to allow global search even from a single Workorder view
Added a fix to remove the about me section from the display of engineer profile dialogue for the company, in case the about me section is empty
Mobile App Update
Released business app with the functionalities:
View the current projects
View jobs and approve/reject visits
Other functionalities.
November 29th
Web Application Update (public page)
Introduced a dialogue to save or discard a draft WorkOrder. This appears when you are on the draft WorkOrder and click anywhere outside the WorkOrder view.
BackEnd Update (for Business)
Introduced discard workorder features for draft jobs. When you discard a draft job, data will be permanently deleted and cannot be recovered.
Added the activity log for workorder address and skill update.
Update the code to be able to configure email addresses (TO, CC, BCC) in Mongo for email notifications.
November 12th
Web Application Update (public page)
Redesigned the screens for public page
BackEnd Update
Deployed the code to send the email notifications to engineers when they upload tax information and the tax status is either hard block or soft block.
October 25th
Update to Web/BackEnd
Implemented Web Application Firewall to monitor traffic of FE Application and block any uncertainty
October 13th
Web Application Update (for Business)
Implemented an option to delete a saved credit card
Enhanced address type ahead on job posting screen. The users can now be able to search by company name and location (city, state, country, etc)
Fixed issues with twilio calling. Admin users can now chat or call to engineers on all Workorders created by other sub users
October 5th
Mobile App Update - Version 3.3
Resolved the issues with international user sign ups that were causing due to the length of mobile numbers
Preview screen is introduced on Tax verification to avoid accidental mistakes, typos, etc.
Revised the twilio implementation (using callkit for iOS and custom code on Android) to be able to receive the calls when the app is closed or running in the background or open.
Implemented Account Statement feature; Engineers can print their account statement for the given duration in PDF and receive it through email.
Another feature ‘Print Workorder’; Engineers can print their workorder details in PDF and receive it over the email.
Changes on tax verification; Tax verification is segregated into 3 categories, hard block, soft block, verified. The soft block, verified users are allowed to all the operations.
Web Application Update (for Business)
Introduced stripe to avoid fraudulent transactions through credit cards and allow the users to save their credit cards for the later use
Implemented a new loading screen to resolve the issues with fatfinger (multiple clicks for single action)
Added sort by schedule date feature to the workorder list shown for the business users
Implemented duplicate request check at the api level. This resolves the issues with multiple duplicate requests fired at the same time.