State filing effective date mismatch between badge reason text and businesss summary
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Discussion Needed! Find this issue when refining pipeline but it may affect non-tombstone corps in modernized system.
**Tombstone corp identifier**
BC0019921
**Behaviour**
BE stores date of UTC timezone (yyyy-mm-dd) and FE converts date to UTC timestamp format by just adding offset.
BE:
https://github.com/bcgov/lear/blob/main/queue_services/entity-filer/src/entity_filer/filing_processors/dissolution.py#L58-L59
FE:
https://github.com/bcgov/business-dashboard-ui/blob/main/src/components/bcros/businessDetails/Status.vue#L53-L56
https://github.com/bcgov/business-dashboard-ui/blob/main/src/utils/date.ts#L192
- date in LEAR
- date in COLIN
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.