The Client is a US based organization providing best-in-class market barn management software meant to centralize and automate all of your paperwork and activities for animals and barns large and small.
Everything you need to keep track of growth and improvements, including recording, a feed chart, a horse’s bio, activity logs, crucial reminders, and media storage.
1.The dropdown for activities were only showing 1st level activities. This was an already existing bug; we included all activities which are active from the backend.
We debugged the issue by including paginated loading setup to load 200 activities at a time to avoid any UI issues. (frontend)We Separated each level of activities in dropdown.
Only US clients could make payments through the payment gateway that is integrated within the web app. The client aimed to make it affordable for all of his clients worldwide. A procedure of internationalisation was done for this purpose.
No size restrictions will be maintained by the client for the videos that users can download. Large video uploads were having an impact on the app’s performance because they reduced video quality due to Cloudinary’s technical restrictions.
As a result, it was updated to Amazon S3 and CloudFront, a top-tier storage service that provides the best scalability, data availability, security, and performance in the business. Any quantity of data can be stored on Amazon S3 and retrieved at any time, from any location.
We are also developing a mobile application for the client, which is in its final stage of completion and ready to go live.