What is this?
Epics
-
โก Leverage the Up API (using Up.NET) to:- Fetch existing Transactional and Saver accounts to make selecting which account to save/expense simple
- Use existing account balances for more accurate insights
- Track actual vs intended savings
- Automatically set savings in app when created on the site (this API does not exist on Up yet...)
-
๐ฒ Track incomes- Exact ($)
- Allow multiple
-
๐งพ Track expenses- Exact ($) or Relative (%) cost
- Source from Income streams/Up accounts
- One off + Recurring
-
๐ชฃ Create savings plans- Create multiple, per income
- Exact ($) or Relative (%) cost
- Choose which Saver account to put the amount into
-
๐ Insights + analytics-
Show a breakdown of how the calculations work (relative -> absolute), rolling totals, etc
-
Forecast graphs
- Income (in each Up account) - account for all income streams
- Expenses (aggregate recurring and one offs)
- Net Balances (Income - Expenses, in each account)
-
Suggested Budgetting
-
Daily Breakdown
-
Actual vs Intended
-
Reports
-
Code Architecture
This project follows a simplistic take on Clean Architecture.
UpBlazor.Core
- Contains the core models that are stored in the database/not dependent on anything
- Repository interfaces to abstract the infrastructure layer
- Helper methods/extensions
- Services
UpBlazor.Infrastructure
- Contains repository implementations using Marten DB
UpBlazor.Web
- Frontend is Blazor server-side
- Authentication is using Microsoft OAuth2
- UI Framework is AntBlazor, with AntBlazor Charts (based on G2Plot)
Getting Started
Development
- Install a local instance of Postgres
- Create a database called upblazor, and a user with access
- Update the Marten connection string in appsettings.json
- Build and run UpBlazor.Web
Production
- Install Docker and docker-compose
- Run
docker-compose up -d --build - The program is exposed on port 9994, so reverse proxy your domain to that port
Acknowledgments
Contributors
|
Luke Parker [SSW] |
Andrzej Bakun |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.







