You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When we are going to upload a photo from the camera, before performing this operation the application checks if there is space on the device's sd-card (Device Explorer).
This check is done in the getUsableSpace() function, which compares the bytes available in this path with the bytes of the photo taken.
We really don't know exactly why this is being done in the code and the Scope Storage is not being used, which is where we think the logic should go.
The development to check the available space is in the following class: CheckAvailableSpaceTask.
It needs some research.
TASKS
Research (if needed)
Create branch feature/feature_name
Development tasks
Implement whatever
...
Implement unit tests (if needed)
Code review and apply changes requested
Design test plan
QA
Merge branch feature/feature_name into master
The text was updated successfully, but these errors were encountered:
JuancaG05
changed the title
[FEATURE REQUEST] Checking the available space when taking a photo from the camera
Checking the available space when taking a photo from the camera
Jun 14, 2024
Is your feature request related to a problem? Please describe.
When we are going to upload a photo from the camera, before performing this operation the application checks if there is space on the device's sd-card (Device Explorer).
This check is done in the
getUsableSpace()
function, which compares the bytes available in this path with the bytes of the photo taken.We really don't know exactly why this is being done in the code and the Scope Storage is not being used, which is where we think the logic should go.
The development to check the available space is in the following class:
CheckAvailableSpaceTask
.It needs some research.
TASKS
The text was updated successfully, but these errors were encountered: