You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1750
## Test Plan
> How do we know the code works?
* Code is refactored according to the description in #1750
* os version commands (list and describe) works as before
## Checklist
- [X] Unit tested
Plan
According to the specification described in epic #1727
add abstraction and implementation for the following part of the data layer:
Abstraction
ftl/data/OsVersion.kt
Target
AndroidVersionsListCommand
->AndroidCatalog/supportedVersionsAsTable
->AndroidCatalog/getVersionsList
IosVersionsListCommand
->IosCatalog/softwareVersionsAsTable
->IosCatalog/getVersionsList
AndroidArgs/validate
->AndroidArgs/assertDevicesSupported
->AndroidCatalog/androidVersionIds
->AndroidCatalog/deviceCatalog(projectId).versions
Adapter
ftl/adapter/GoogleOsVersionAndroidFetch.kt
ftl/adapter/GoogleOsVersionIosFetch.kt
The text was updated successfully, but these errors were encountered: