# Homr Redesign
Pay attention to below points:
1. Strive Ui for pixel perfect.
1. Folder Structure.
1. Color Global palettes -DSGUI- primary, secondary. whaterever is available use those from color paletttes.
2. Start using D-font
* **Full Story**
* UI development with pixel perfect
* Component should be flexible to take data and show for Fullstory and Homr objects
* **Homr under utility section**
* UI development with passing array of homr items data to show list
* Should match with mock screen with pixel perfect
* **Architectural changes to Homr API**
* ==Currently API integrated into Homr compoment==
* API needs to move to Home Shop level and should pass data to FullStory and Homr components.
* Add Full Story Model to HomrModels.
* **Remote Config content**
* Utility section header name
* No feature flag
* **Feature branch approach**
* Created feature branch : **wl/feature/home-screen-redesign-homr**
* All ticket branch off of feature branch
* All PR should open against feature branch
* Leader responsible to rebase feature branch with develop and let Squad inform to rebase their local branches with feature branch
* Leader generally rebase feature branch with develop every morning.
* **Folder Structure pattern**
:::info
CNC Folder
--Commom
--Checkout
----Common
----Views
----ViewModels
----Models
----Services
:::
## Questions
* Determine Dynamic height for Homr Utility section? - Solve : Kept image height/width fix for all screen sizes.
* Details Link can't be visible if descreption logner and truncted. What's alternate solve? - UI/UX/Prod came with alternative solve when details link present stack details link button horizontally centered with description text.