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

Feature: Remember allowance for kids (kids-956) #760

Merged
merged 4 commits into from
May 23, 2024

Conversation

Daniela510
Copy link
Contributor

Description

@Daniela510 Daniela510 requested a review from a team as a code owner May 22, 2024 14:25
@github-actions github-actions bot added the enhancement New feature or request label May 22, 2024
@@ -56,15 +64,16 @@ class _EditAllowancePageState extends State<EditAllowancePage> {
const SizedBox(height: 8),
Text(
'Which amount should be added to\n'
"your child's wallet each month?",
"your child's wallet each month?",
Copy link
Contributor

@TammiLion TammiLion May 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the only thing missing here is that for the generosity challenge it says "What amount should be added to the Wallet of each child each month?.", maybe we can add a bool isMultiple which exchanges this text? (or any other solution is fine)

@@ -1,5 +1,7 @@
class EditAllowanceSuccessUIModel {
const EditAllowanceSuccessUIModel({this.amountWithCurrencySymbol});
const EditAllowanceSuccessUIModel(
{this.amountWithCurrencySymbol, this.onClickButton});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think here as well we have a small text change: "Your child(ren) will receive $15 each month. You can edit this amount any time."

@Daniela510 Daniela510 merged commit c787681 into develop May 23, 2024
1 check passed
@Daniela510 Daniela510 deleted the feature/kids-956-add-allowance branch May 23, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants