Skip to content
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

Detect Storage Amount Available In OnboardingStorageAmount.qml page #406

Open
D33r-Gee opened this issue Jun 7, 2024 · 2 comments
Open
Labels
good first issue Good for newcomers

Comments

@D33r-Gee
Copy link
Contributor

D33r-Gee commented Jun 7, 2024

Motivation

Based on the feedback by @GBKS in PR #397:

Can we detect how much space is available on each location and show it? And can we estimate the required space needed (the mock-up uses 500GB as a placeholder, which is meant to be replaced with something accurate).

Possible solution

add a variable (i.e. optionsModel.diskSpace) that checks storage amount in a specific location (i.e. local drive, mounted drive or directory)

Useful Skills

qml c++

Guidance for new contributors

Want to work on this issue?

For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.

@GBKS
Copy link
Contributor

GBKS commented Oct 1, 2024

To add some context, in the onboarding flow, we ask the user where to store block data. Especially on mobile, we want to make sure they have enough disk space available. So the UI should detect the available space, compare it to how much might be needed, and disable options that don't work.

@pablomartin4btc
Copy link
Contributor

Just noticed this issue in #408 and checked this was identified already before creating a new one.

image

Regarding the wording... shouldn't say that the data "will be stored"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants