Shipped this project!
This Update is mainly focused on Optimization.
In my last ship, I got comments on data loading and its latency. The jobs are taking too long to load.
So I sat back and went through the flow of the backend and frontend app from start to end, and noted down the scope of improvement and optimization. Later, I fixed them one by one, and now in the current release, I have implemented caching, optimized query and data fetching in the backend, fixed navigation stack in the app, also implemented more asynchronous worker connections ~1000 for quick and fast working using gevent.