ZEVA 2 - Implement Credit Application Status Handling for IDIR Users
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 6
- Avg merge
- 8h 52m
- Merged PRs (30d)
- 33
Description
**Describe the task**
Each Credit Application status should display the appropriate: status label, color, descriptive message,
visual styling, according to the approved designs and business requirements.
The following statuses are required:
- Submitted
- Validated
- Recommended
- Issued
- Rejected
- Deleted
Each status should display the corresponding description provided in the design specification.
**Purpose**
Provide users with clear, consistent status indicators throughout the Credit Application lifecycle. Standardizing status labels, colors, and descriptions will improve usability and help users quickly understand the current state of an application.
**Acceptance Criteria**
- [ ] Statuses are displayed according to the current Credit Application state.
All internal Credit Application statuses are implemented:
- [ ] Submitted
- [x] Validated
- [x] Recommended
- [x] Issued
- [x] Rejected
- [x] Deleted
- [x] Styling matches the approved [Figma designs.](https://www.figma.com/design/7Qgou3rxcHHk5qbmD9538x/ZEVA-2?node-id=3191-8074&t=nX6oBjr787VQHLoE-1)
- [x] The descriptive text for each status matches the [business specification.](https://www.figma.com/design/7Qgou3rxcHHk5qbmD9538x/ZEVA-2?node-id=3191-8074&t=nX6oBjr787VQHLoE-1)
**Additional context**
Refer to the attached Figma designs for the expected appearance of each status.
The exact wording for each status description is provided in the design documentation and should be implemented as specified.
Follow the approved colors, typography, icons (if applicable), spacing, and layout shown in the designs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.