-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: xflow integration #1597
feat: xflow integration #1597
Conversation
# Conflicts: # packages/espressocash_app/pubspec.lock # packages/espressocash_app/pubspec.yaml
} | ||
|
||
Future<void> _selectDob() async { | ||
final DateTime? picked = await showDatePicker( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, we discussed that. It shouldn't be calendar view, just an input field with proper formatting. Calendar is not convenient for selecting known date, such as date of birth.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to use textfield
// Hardcode values for now | ||
_country = Country.findByCode('NG'); | ||
_idController.text = '0000000000000000004'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It shouldn't be hardcoded in the app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
@Merculiar please resolve conflicts |
# Conflicts: # packages/espressocash_app/lib/features/activities/widgets/activity_tile.dart # packages/espressocash_app/lib/l10n/intl_en.arb # packages/espressocash_app/lib/ui/button.dart # packages/espressocash_app/lib/ui/colors.dart # packages/espressocash_app/test/golden/goldens/wallet_flow_screen.png
|
||
if (isBrijEnabled && _brijCountries.contains(countryCode)) { | ||
partners.add(RampPartner.brij); | ||
} else if (_scalexCountries.contains(countryCode)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It shouldn't be else if
, for the testing period, it could be both options.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
import '../../ramp/partners/kyc/widgets/launch.dart'; | ||
import '../../ramp_partner/models/ramp_type.dart'; | ||
|
||
class EcKycTile extends StatelessWidget { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why Ec
prefix? Why not just KycTile
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
packages/espressocash_app/lib/features/kyc_sharing/screens/basic_information_screen.dart
Show resolved
Hide resolved
@Merculiar please resolve conflicts, and I think, we're good to go 🎉 |
# Conflicts: # packages/espressocash_app/assets/icons/star.svg # packages/espressocash_app/lib/features/profile/screens/profile_screen.dart # packages/espressocash_app/lib/l10n/intl_en.arb
@ookami-kb updated |
Changes
Xflow integration:
Checklist