objectbox / objectbox/objectbox-java
Entity model per Android flavor
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 4.6k
- フォーク
- 311
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
There may be scenarios where you would like entity models per flavor.
We do not recommend this in general. There is a downside to having a model per flavor: if you share the app ID among flavors you cannot switch without clearing the app data. This is because diverging schema are not compatible to each other (UIDs differ and potentially also IDs).
Because of this we thought it would be a good idea to have a common entity model across flavors. Even if that means that some entities will be around for no use in some flavors.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、このリポジトリで Android flavors と共有エンティティモデルがどのように扱われているかを確認してください。Issue にはファイル、テスト、エントリポイント、受け入れ基準が記載されていません。flavor ごとのモデルが想定されているのか、またどのような互換性の動作をもって完了とするのかを明確にしてください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, java
- 領域
- databases, mobile
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100