-
Notifications
You must be signed in to change notification settings - Fork 157
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
Actual Budget Vision #175
Closed
rich-howell
wants to merge
11
commits into
actualbudget:master
from
rich-howell:actual-budget-vision
Closed
Actual Budget Vision #175
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
5a1a4d3
Init
rich-howell 9a00079
Added Vision
rich-howell f15c53f
Vision first draft
rich-howell 0c17dfc
Update vision.md
j-f1 40fb6ec
Update docs/vision.md
rich-howell ceefbac
Update docs/vision.md
rich-howell 4495d3a
Update docs/vision.md
rich-howell 7e65675
Update vision.md
rich-howell 3b118fd
Add periods
j-f1 cc86780
Update vision.md
rich-howell b847c81
What Makes Actual Budget Great
rich-howell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
--- | ||
title: Actual Budget Vision | ||
--- | ||
|
||
This document provides an outline of the vision of the open source version of Actual Budget, where the project would like to be, what the goals are and some of the history around Actual Budget. | ||
|
||
### What Makes Actual Budget Great | ||
|
||
Some of the things that make Actual Budget stand out from the rest include; | ||
|
||
* Local-first | ||
|
||
Actual is local first meaning that the database that powers Actual Budget and ultimatley your budget live on your device, we don't store it on a server, now your wondering what actual server is for, well that allows us to sync changes between budgets, to do this we only send the changes to the server, it stores them and the client pulls down the change(s) | ||
|
||
* Open | ||
|
||
Actual is Open Source, the code is open for anyone to see, view and contribute to. You own your data, you can do whatever you want with it. | ||
|
||
* Sleek, clutter-free UI | ||
|
||
* Simple to use for beginners; with progressive discoverability for advanced users. | ||
|
||
Rules, schedules, and more to come | ||
|
||
* Stable, reliable, secure. | ||
|
||
* Privacy in mind | ||
|
||
Actual has no tracking, we don't use any 3rd party trackers and unless explicitly enabled we don't allow any third party access. | ||
|
||
* Community driven | ||
|
||
Actual being community driven means that development is driven by the community, the maintainers | ||
|
||
### Primary Objectives | ||
|
||
1. Full visibility into one's budget | ||
* The user owns and controls their data now and in the future | ||
* See the current status and trends in a budget | ||
* See trends in where money is coming in and going out | ||
|
||
2. Clean and fast user experience | ||
* Fully usable across all devices, offline and online | ||
* Multiple budgets, each one accessible by multiple users | ||
* Accessible application | ||
|
||
### Future Features | ||
With the above objectives in mind, below is a set of features where contributors, including developers, testers, and idea-generators, can focus efforts. | ||
|
||
#### User interface | ||
|
||
* Mobile and desktop interfaces that can access all functions of the app | ||
* Themes | ||
* Light and dark themes that comply with [Web Content Accessibility Guidelines (WCAG)](https://www.w3.org/WAI/standards-guidelines/wcag/) | ||
* Give users capability to add their own themes | ||
* Consistent look and feel across the application | ||
* Goals | ||
* A fully-fleshed out goal system | ||
* Add a user interface for goals | ||
* Reporting | ||
* Insight into income and expenses including user-defined (custom) reporting | ||
* Insight into monthly budget trends | ||
|
||
#### User experience | ||
|
||
* Clean and fast experience | ||
* International language support | ||
* Separate language definitions | ||
* Language selection page | ||
* Keyboard shortcuts | ||
* Commonality with well-known applications | ||
* Common across the app, with context-based exceptions | ||
* Fully documented with a help reference page | ||
* Customization page | ||
* Truly offline use | ||
* Use as a [progressive web application](https://blog.logrocket.com/building-pwa-react/) so the app can be opened offline and on any device | ||
|
||
#### External connectivity | ||
|
||
* Pull from external bank/investment/etc accounts | ||
* Implementing and testing syncing providers other than Nordigen | ||
* Enabling support for Nordigen and other syncing providers by default | ||
|
||
#### Developer experience | ||
|
||
* Move towards component [driven design](https://www.componentdriven.org/) so that a UI testing framework such as [Storybook](https://storybook.js.org/) can be used | ||
* Move towards a component framework scalable across device sizes and aspect ratios, such as [bootstrap](https://getbootstrap.com/) | ||
|
||
### Mobile | ||
|
||
The current strategy for Actual is to provide a mobile-friendly, responsive website. We do not intend to publish a native app as it is expensive to build and maintain feature parity between the various versions and operating systems. Thus we are fully focusing on a single product. | ||
|
||
Instead, Actual Budget will focus on developing an excellent web experience by combining the underlying technology and some UI components from the desktop version with some components maintained separately for mobile and desktop where there need to be significant differences in presentation. For more details, [see our dedicated mobile strategy issue](https://github.com/actualbudget/actual/issues/804). | ||
|
||
### The Future | ||
|
||
Some of the high-level features we would like to add to Actual Budget in the future include: | ||
|
||
* Goal templates moved to the UI. | ||
* Mobile transaction entry. | ||
* Implementing and testing syncing providers other than Nordigen. | ||
* Enabling support for Nordigen and other syncing providers by default. | ||
* Darkmode. | ||
* custom reports. | ||
* and more |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can expand on each of these points with a small paragraph. I.e. - what do we mean when we say "local-first"? What does "community driven" mean? etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Started working on this. Need some help