Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3 - Settings, Accounts & Transactions #109

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from
Draft

Conversation

danpastori
Copy link
Collaborator

@danpastori danpastori commented Jan 12, 2024

Overview

In this release, we are addressing 3 of the core pillars of Financial Freedom, Settings, Accounts & Transactions. When we merged 0.2, we cleaned out the legacy code that existed in Financial Freedom. This way we aren't hindered by out of date code, can apply what we've learned since we started, and follow a standardized direction. These next few releases will come fairly quick since the logic has been written, it's just becoming a more solid app.

Settings

Issue: #108

We need to start with the settings so we can facilitate how Financial Freedom will work.

Categories

When a new user is registered, default categories get populated in the database.

Accounts

Issue: #103

Accounts is a "Tier 1" pillar of the app. Without accounts, you can't have transactions that bind to it.

Transactions

Issue: #104

Transactions is a "Tier 2" pillar. They belong to accounts and make up the basis for all the budgeting tools. This release will allow importing and managing transactions.

@danpastori danpastori added 📚 Documentation Improvements or additions to documentation ⚡️ Enhancement New feature or request 🧹 Code Cleanup Code needs to be more readable and look better labels Jan 12, 2024
@danpastori danpastori self-assigned this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧹 Code Cleanup Code needs to be more readable and look better 📚 Documentation Improvements or additions to documentation ⚡️ Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants