You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Screen with shipping and payment info after clicking checkout.
* cleaned up InfoScreen with reusable components to reduce code repetition
* CVV fields displays dots insted of numbers and Proceed button is disabled untill all fields aren't blank. Added kotlin.reflect to dependencies in order to check if all fields of a data class aren't blank.
* removed the use of reflect
* changed the app title and added a top-left navigate up arrow in product details and checkout info screens
* unused import
* starting developing recommended products section in the product details screen
* added a recommendation service that recommends random products that aren't selected and aren't in a cart (like in the desktop demo)
* small cleanup
* adjusting font size in the smaller product card version
* moved getting list of all products and products in cart into the recommedation service to avoid passing lists of products around
* anused import
* small code refactor and number of recommended product added as an optional argument of getRecommendedProducts
* formatting
* moved getAllNonCartProducts for better code organization
0 commit comments