MobileNativeFoundation / MobileNativeFoundation/Store

Publish Store5 Migration Guide

Open
#532 3 comments 2 reactions 0 assignees View on GitHub

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
  • clearAll renamed to clear
  • Store library moved from Dropbox to MobileNativeFoundation

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.