MobileNativeFoundation / MobileNativeFoundation/Store
Publish Store5 Migration Guide
Open
Nobody has claimed this yet.
documentation
- Dominant language
- Kotlin
- Stars
- 3.4k
- Forks
- 217
- Avg merge
- 18m
- Merged PRs (30d)
- 4
Description
What we hit at Dropbox
- Store-rx2 only has bindings for Store4. We are considering adding Rx support to Store5: #531. We are not sure we want to commit to supporting Rx "forever". Right now folks need to add their own Rx support
- StoreRequest renamed to StoreReadRequest
- StoreResponse renamed to StoreReadResponse
- StoreBuilder modified to also take a Network generic parameter. We added a Network generic parameter with the introduction of Converter. Because Store4 had no concept of conversion, for every existing usage, Network generic is equal to Output generic
clearAllrenamed toclear- Store library moved from Dropbox to MobileNativeFoundation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the StoreReadRequest.kt, StoreReadResponse.kt, and StoreBuilder.kt links in the issue, along with the listed Store4-to-Store5 changes. The migration guide should cover Rx support, renamed APIs, the Network generic, clearAll becoming clear, and the library move to MobileNativeFoundation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100