- Added new models and request types for enhanced SIM cancellation and plan change functionalities. - Implemented full cancellation flow with email notifications and confirmation handling. - Introduced enhanced plan change request with Salesforce product mapping and scheduling. - Updated UI components for better user experience during SIM management actions. - Improved error handling and validation for cancellation and plan change requests.
9 lines
350 B
Plaintext
9 lines
350 B
Plaintext
---
|
|
alwaysApply: true
|
|
---
|
|
## Codebase Coding Standard
|
|
|
|
1. Have types and validation in the shared domain layer.
|
|
2. Keep business logic out of the frontend; use services and APIs instead.
|
|
3. Reuse existing types and functions; extend them when additional behavior is needed.
|
|
4. Follow the established folder structures documented in docs/STRUCTURE.md. |