New Design System + Codebase Refresh #1823
Reference in New Issue
Block a user
Delete Branch "zachgoll/make-entry-queries-easier-to-work-with"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1848, Fixes #1836, Fixes #1651, Fixes #1330, Fixes #1670, Fixes #1530
Since the very first
0.1.0-alpha.1release, we've been moving quickly to add new features to the Maybe app. In doing so, some parts of the codebase have become outdated, unnecessary, or overly-complex as a natural result of this feature prioritization.Now that "core" Maybe is complete, we're moving into a second phase of development where we'll be working hard to improve the accuracy of existing features and build additional features on top of "core". This PR is a quick overhaul of the existing codebase aimed to:
Account::Entry,Account::Transaction, etc.) and break out specific traits of each model into dedicated concerns for better readability