CR: If a strata hotel host enters a Strata Hotel Platform Registration Number, make sure it is seen on the examiner dashboard
- Dominant language
- Python
- Stars
- 2
- Forks
- 22
- Avg merge
- 2d 35m
- Merged PRs (30d)
- 11
Description

Application Number:
45156493142023
Use Case
As the System
When an application is approved – through either automatic or manuals means – and a registration is created, the application's status must change to "Approved"
So that it is clear that the no further action is required on the application.
Detailed Description
Acceptance Criteria
Scenario: Application status updates to "Approved" upon successful registration creation
Given an application exists with a status other than "Approved" (e.g., "Pending", "Submitted")
And a registration process for this application is initiated (either automatically or manually)
When the registration for the application is successfully created
Then the application's status should be updated to "Approved"
And the updated status should be reflected in the system (e.g., database, UI if applicable)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.