UI: identify different filing type
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Three different filing types are added to the API in ticket #24982
- initial filing
- change filing
- annual report filing
When making a submission from RTR filing page, the UI need to specify what type of filing this submission is.
Currently, if a business has no previous submission, the filing type is 'INITIAL_FILING', otherwise it is 'CHANGE_FILING'.
This ticket is to allow the UI to handle the third flow. It needs to be able to
- identify that the current filing is part of an annual report filing (in API, it is labelled as 'ANNUAL_FILING')
- identify the year of filing
- pass the above info to API
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.