hasadna / hasadna/knesset-data-python
dataservice should support unified field for id / desc fields from new knesset API
- 主要言語
- Python
- スター
- 2
- フォーク
- 14
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
@OriHoch:
> the new knesset API have a lot of these fields where you have somethingID and related somethingDesc
worth to create a new KnessetDataServiceField class which will handle it automatically -
so instead of defining those two fields, you would define only 1 field:
("type", KnessetDataServiceIdDescriptionField("SubType", "type of the bill"))
behind the scenes this field can expose a python tuple of (id, description)
コントリビューションガイド
調査の方向性
Start by locating the existing KnessetDataService field definitions and how paired somethingID and somethingDesc values are handled. Define the scope of KnessetDataServiceIdDescriptionField and verify that a single field can expose the API pair as an (id, description) tuple; done means the proposed SubType definition works without separate fields.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- api, backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100