Skip to content

Instantly share code, notes, and snippets.

@sarthakpranesh
Created February 5, 2021 09:55
Show Gist options
  • Save sarthakpranesh/9f35359780bca4049009913034d4a9ab to your computer and use it in GitHub Desktop.
Save sarthakpranesh/9f35359780bca4049009913034d4a9ab to your computer and use it in GitHub Desktop.
Changes in Mitra v0.0.4

List of changes in Mitra v0.0.4

Bug Fix:
  • Setting screen app info should retrive info from package details
  • Edit profile relationship status being shown in occupation
Enhancement:
  • Remove bottom tab navigation and modify top drawer navigation to show only a back button on content screen (will provide more space for content display)
  • Hide the detailed profile content and age should be just month and year
  • List selectors such as for theme, age, etc should be easier (Use modals for selection)
  • UI/UX of user onboarding has been updated to feel more user friendly
Added Features:
  • 3 new themes have been added (namely Earth, Plant and Water), all themes need to follow this
  • Multilingual configuration using i18n has been implemented (Can be tested only on the initial Language selection screen)

Difficulties

  • The themes used as of now might not be upto the mark
  • Difficulty in UI changes/imagination (apart from those made in onboarding screen)
  • As of now only Language page is fully providing multilingual support. i18n requries a database of all translations being used in native app to change the language. Creating this database and refactoring for components to use i18n will take more time and proper translations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment