Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Message request, completed chatNumber addition, completed recovery #506

Merged
merged 55 commits into from
Nov 16, 2021

Conversation

cosmicespresso
Copy link

@cosmicespresso cosmicespresso commented Nov 12, 2021

  • All strings are defined using localized message keys like 'my_message_key'.i18n and are defined in en.po.
  • All colors are defined using Hex (not using built-in colors), are defined in colors.dart and are not duplicated
  • All text styles are defined in text_styles.dart and are not duplicated
  • All icons are using the vector resource from Figma (do not use built-in Icons)
  • Repeated code has been factored into custom widgets
  • Layout looks good in both LTR (English) and RTL (Persian) languages
  • If you refactored existing code, have you tested the refactored functionality against the old version to make sure you didn't break anything?
  • Do the tests pass? Consistently?
  • Did this change improve test coverage?
  • Is the code in question being linted? If not, consider adding a linter step to CI. If yes, make sure the linter is happy.
  • Have you logged tickets for related technical debt with the label “techdebt”?

Base automatically changed from kr/onboarding to ox/messaging November 12, 2021 21:07
"saveNotificationsTS" -> {
val ts = System.currentTimeMillis()
db.mutate { tx ->
tx.put("/requestNotificationLastDismissed", ts)

Choose a reason for hiding this comment

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

Nice use of mixedCase :)

@oxtoacart oxtoacart mentioned this pull request Nov 15, 2021
@cosmicespresso cosmicespresso merged commit 1107407 into ox/messaging Nov 16, 2021
@cosmicespresso cosmicespresso deleted the kr/requests_chatNumberAdd branch November 16, 2021 16:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants