Move deprecated sbc-common-components within auth-web
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
We shouldn't be working on this library anymore, it's causing alot of grief between teams with different versions etc.
(sbc-connect layers are the way going forward in Vue3 with Nuxt)
EG. upgrading from Vuex to Pinia caused Names to be stuck
Better off to just have our own version in auth-web that we can update on demand.
Why do this? because then we can focus on on some of the bugs that are plaguing us with sbc-common-components without having to worry about other projects.
The alternative would be to change how it works for Names / Business, but that could potentially cause alot of pain.
Another alternative would be to patch the latest version of sbc-common-components but that's a pain too.
Example tickets that could be fixed immediately after:
https://github.com/bcgov/entity/issues/16656
and there are quite a bit more.
Kial had to take this approach for business search when implementing Vue3
Related:
https://github.com/bcgov/entity/issues/31197
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.