## Summary

Jira Tickets:

- [HELLO-310](your-jira-ticket-link)

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Code Refactoring (non-breaking change which cleaning the code and/or architecture)
- [ ] Improvement
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## Affected Components

- [ ] Core Module
- [ ] Shared Components
- [ ] Internal DB
- [ ] Redux
- [ ] API Services
- [ ] UI / UX
- [ ] Assets

## Description

- Description will be here

## Reviewer

_Below checklist should be completed by the reviewer if there is code change in the PR_

- [ ] The code is easy to understand.
- [ ] The code well commented/documented with clear descriptions when necessary.
- [ ] There is no redundant or duplicate code.
- [ ] There is no incomplete code. If there is, it is flagged with a suitable marker like ‘TODO’.
- [ ] The code cannot be simplified further.
- [ ] Data flow is understandable.
- [ ] No hard coded variables.
- [ ] Separation of concerns principle is followed.
- [ ] Reviewer is cloned this branch and tested on his/her local environment.

## Demo

<i> Your Screenshots will be here and <b>DELETE ME!</b> </i>
