Simple iOS app that tracks money and spending. purposely simple and fast, even while syncing with cloud.
Simple iOS app that tracks money and spending. purposely simple and fast, even while syncing with cloud.
I added more transaction types because I just realised all my old ones were just negative, so now depending on if your transaction is positive or negative it shows different options for the transaction types. the other two screenshots show my first first migration, because i needed to rename one of the existing enum cases, and that failed because i was trying to convert a native postgres enum when i was just using swift codable to store them as strings
Log in to leave a comment
made the graph view more refined with the visual style and with selection
Log in to leave a comment
i refined the charts, and added transitions and hover selection. i will add more charts later probably
Log in to leave a comment
I added sideways support for iphone, and an ipad and a mac target, which is built for ipad, and an alnalysis tab that i will add more things to, such as a pie chart of all expenditure from the categories i have
Log in to leave a comment
added haptics when the tab changes
Log in to leave a comment
i added the watch app, which is completely independent of iPhone except for the user login token, because login and signup and account settings shouldnt be on the watch. this is so that it doesnt need to be near its iphone to pull data from it, but directly from the server.
Log in to leave a comment
added watch app, and going to start developing that
Log in to leave a comment
added delete account, and in the process also fixed signup and log in functionality because they were also returning mismatching types and showing an error even when it was successful
Log in to leave a comment
alot of bug fixes for the server and the client, from json decoding problems to mismatched types and other weird stuff.
i also finished teh listview, along iwth its detailview to patch them. i havent added deleting yet.
and on the home screen i made the background red when in the negatives
Log in to leave a comment
i refined the ui, mainly on teh homeview toolbar items and the add transactiondetailview, i think it looks better now and since i couldnt tint the picker options i tinted the price field.
Log in to leave a comment
i made the screens below, obviously theres more to come, and fixed quite a few server bugs and added some routes. i am taking extra time to make sure the code is clean and has animations everywhere, along with forcing liquid to behave as it should. the add transaction page might change quite a bit because i still dont like some sizing and spacing there.
Log in to leave a comment
ok i set up all the server routes for users and transactions and tokens and stuff, and i initialised everything on github and also setup the xcode app, below is the home screen i spent too much time adjusting the padding on
Log in to leave a comment
Read the docs for vapor, the backend I’ll be using, and initialised the database and frontend app.
Log in to leave a comment