-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Accounts by_group
should omit empty groups, render empty UI
#558
Labels
Comments
Merged
Here's where everything is being grouped: Lines 46 to 61 in c7b336d
And to fix this, we could probably add an maybe/app/models/value_group.rb Lines 37 to 40 in c7b336d
Something like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if user has not created any accounts, they see this dashboard screen:
Problems to address
Empty State
If there are no accounts, dashboard should probably show something like what we have for accounts page:
Partial Empty State
If the user has a few accounts, but doesn't have an account for each
Accountable
type, we should show a "No accounts" message:And finally, if the entire group (i.e. "liabilities") has no accounts, we should probably show a "No [group] yet" message:
The text was updated successfully, but these errors were encountered: