GoogleChrome / GoogleChrome/webstatus.dev
[Refactor] Move Default page size and test type to lib/backendtypes package
Open
enhancement
- Dominant language
- Go
- Stars
- 254
- Forks
- 62
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 64
Description
There are a few methods that we could benefit from moving the `backend` package to the shared `lib/backendtypes` package.
Such as getPageSizeOrDefault for page size
This is because we are having some of the workers call some existing code and they don't have access to some of the same helpers since they aren't in the lib package. Moving those there would help out.
Contributor guide
Assessment
This issue has not been assessed yet.