Replace this text with a description of the changes in this Pull Request. Be sure to include the purpose of the changes, an overview of what changed, and any other relevant information.
- Pull Request title follows Conventional Commit specification format:
type(scope): description
- Pull Request title is appended with Notion task ID in square brackets:
[TASK-123]
- Branch has been rebased against latest merge destination branch; this is typically
main
ormaster
. - Linter (ESLint) and formatter (Prettier) has been applied on the code changes.
- There is test coverage on the changes made by this Pull Request.
- Documentation has been updated where necessary or comments were added where additional clarity is required.
- Reviewer has been assigned to this Pull Request.