You are browsing as a guest. Sign up (or log in) to start making projects!

CashDive

  • 5 Devlogs
  • 17 Total hours

CashDive is a personal finance app that makes your earnings and spendings clear, by categorising and filtering out reimbursements.

Open comments for this post

2h 0m 45s logged

The database is now used to cache the data, so the API is not reached every time. The default expiry is 3 minutes, so new data will be fetched from the API after that.

1
0
9
Open comments for this post

5h 18m 9s logged

I made several improvements to the database, it now stores all the data including accounts, balances, and transactions, and pending transactions are shown & updated. When data is fetched from the API, the database is automatically updated. Authentication is improved by automatically refreshing the token after its expiry time. I made a lot of progress this devlog but it’s all backend stuff, so there’s not much to show, but here are the new tables in the DB:

0
0
3
Open comments for this post

3h 30m 34s logged

I added a PostgreSQL database! The code I wrote can create a transactions table, add transactions from the API to the table, and fetch them from the database again.

0
0
2
Open comments for this post

3h 16m 59s logged

I made a lot of behind-the-scenes changes, including separating the API, auth, and interface into different files, adding token renewal support (so you only need to log in once every 90 days) and added some dataclasses so the data from the API is in a standard form across the whole app. The video shows that if the API token is not valid, it can generate a new one with the refresh token.

0
0
1
Open comments for this post

2h 26m 53s logged

I made a basic terminal interface for viewing bank account information, using the TrueLayer API. I used their mock bank account credentials to test my program!

0
0
16

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…