-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
cbaconnier
reviewed
Jan 13, 2024
…om into release/0.3
@jaydrogers This PR is ALMOST ready to be merged 😅 There are two things that, if you could help me complete, would give this project a solid foundation:
With those two updates I'll be confident in doing much, much smaller releases and not bite off more than I can chew. |
jaydrogers
had a problem deploying
to
site-financial-freedom (Preview)
May 16, 2024 21:49 — with
GitHub Actions
Failure
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.