📝 DESCRIPTION:
This component is a cell to compose Home View, inside this must be to contain AsyncImage and Texts to show a couple informations about short next launch.
OBS: This class must be refactored when previous PR opened were merged to use patterns create
🔗 ASSOCIATED DOCUMENTATION:
Task CARD
Figma Prototype
📈 UNIT TESTS:
There was some change?
There was some addition?
📦 DEPENDENCY:
Some dependencies are added ?
Some dependencies are changed ?
📣 ACCESSIBILITY
Has there been any change in accessibility ?
Add some accessibility feature ?
🖼 EVIDENCY
📍 HOW TO TEST:
FLUX: BUILD APP
VARIABLES: At moment does not possible to test, because It's needs to implement at HomeView
BRANCH: paolo/feature/NextLaunchView
☑️ CHECK LIST DEV:
- [x] Have I revised the code?
- [x] Am I up to date with develop?
- [x] Removed the prints?
- [x] Does my code follow the style of the project?
- [x] Didn't my changes generate warnings?
- [x] Have my layouts been validated on smaller screens?
- [x] Have my layouts been validated on larger screens?
- [x] I didn't add duplicate code!
- [x] Does not contain loose numbers (magic numbers)
- [x] Does not contain loose texts
- [x] Respects the naming standard
- [x] I didn't leave any callbacks with strong references!
- [x] I didn't add 'Force unwrap' (!)
- [x] Is the code following the default language defined for project development?
- [x] The tests are covering >= 70% (if not possible now you can ckecked)
- [ ] My code was reviewed by at least 2 developers