-
Notifications
You must be signed in to change notification settings - Fork 153
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
[WIP] Actual Budget Vision #213
Changes from 11 commits
5a1a4d3
9a00079
f15c53f
0c17dfc
40fb6ec
ceefbac
4495d3a
7e65675
3b118fd
cc86780
b847c81
7dfe7d0
c1be195
4ee8d3c
ddc6830
3f67eac
8ce1ac8
fd75666
95d6010
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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. | ||
This comment was marked as resolved.
Sorry, something went wrong. |
||
|
||
* Sleek, clutter-free UI | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please don’t interpret this as bringing up the recent “unlock” discussion :) , but I think a note here would be nice along the lines that we make mistakes easy to undo. Similar to the early Macintosh philosophy. |
||
* 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. | ||
This comment was marked as outdated.
Sorry, something went wrong. |
||
* Enabling support for Nordigen and other syncing providers by default. | ||
This comment was marked as outdated.
Sorry, something went wrong. |
||
* Darkmode. | ||
* custom reports. | ||
* and more | ||
This comment was marked as resolved.
Sorry, something went wrong. |
This comment was marked as outdated.
Sorry, something went wrong.