Ability to save and load calculator states into two slots #37
No reviewers
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "MantashaNoyela/26"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This file is responsible for managing the saving and loading of poker calculator states into two storage slots using AsyncStorage in React Native. It provides functions to persist and retrieve game-related data, such as the number of players, buy-in amount, and chip distribution, allowing users to load and save game states when needed.
It appears that when resolving the merge conflicts, there may have been some regressions. That is to say, these things were changed and committed before you started work, but then undone here. Things I notice on quick glace
buyInAmount
near the top was changed to20
fromnull
Can you fix these up?
These buttons at the end are ok and satisfy the issue. In the next sprint, we should explore moving them to the title bar and maybe replacing them with an icon or something similar.
Nothing to do for now, but keep a mental note
@ -0,0 +28,4 @@
} catch (error) {
return null;
}
};
From what I can tell, this file seems to be a set of helper functions and interface like things. Since the file is not a React component, we can organize it a little better
components
. One idea is to put it in a new directory likeutil
.ts
not.tsx
Another possible regression here. Can you undo this one please?
Looks pretty good overall, but a few small changes are needed. I went ahead and testing, and the functionality seems great. Good work
As I encountered the conflict problem, I removed the folder from my laptop and cloned it again. But I used the code which I had written way before that. May be that's why these problem occured.
Delete the package.jason file?
got it
@ -0,0 +28,4 @@
} catch (error) {
return null;
}
};
Do I have to pull request again?
Good work, Well-structured tests
I have changed it
No, the code change. adding the carret
@ -0,0 +28,4 @@
} catch (error) {
return null;
}
};
No, just address changes with a new commit
Approved for when all conversations resolved