Ruthvik-1411 / Finance_Tracker_app

Basic finance tracker for personal use
0 stars 0 forks source link

Deploy backend appscript and remove code debts #24

Open Ruthvik-1411 opened 3 weeks ago

Ruthvik-1411 commented 3 weeks ago

As of 25/08/2024, the backend script that can run in the appscript for the screens,

  1. Adding expenses
  2. Expense Tracker.
  3. Investements Tracker
  4. Banking data is completed and working perfectly.

Work to be done,

  1. Currently the code is not organized, just a bunch of functions working together to construct the payload expected by frontend. Need to organize this and make modules more reusable.
  2. There is some code debt and optmization to be done.
  3. Deploy the webapp and test using postman to see if the data is being received as expected by the frontend application.
Ruthvik-1411 commented 2 weeks ago
  1. Tested the application with deployed web urls for all 4 screens.
  2. They are working fine and error handling is also added.
  3. Organized the code and made it more robust and reusable.
  4. Tested with postman and observed latency is around 0.7~1s.

Work to do:

  1. Need to add better auth and improve security for deployed application.
  2. Should integrate with frontend application and test any potential edgecases.