Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

サードパーティのデータサービス #87

Open
miya0001 opened this issue Mar 30, 2021 · 2 comments
Open

サードパーティのデータサービス #87

miya0001 opened this issue Mar 30, 2021 · 2 comments

Comments

@miya0001
Copy link
Member

サードパーティのデータを配信するための仕組みを検討する。

たとえば、

  • ダッシュボードでサードパーティのアドオンの一覧みたいなのがあって、学区データのアドオンにチェックボックスを入れる
  • そのユーザーのAPIキーでアクセスがあった場合には、所属する学区のポリゴンがJSONに含まれて返される。

みたいな感じ。

@miya0001
Copy link
Member Author

[
  {
    "ID": "13-68f8-24cb-eaf3-74bb",
    "addons": [
       { "サードパーティの会社名を識別するなにか": { サーボパーティのデータ }  }
    ],
    "address": {
      "ja": {
        "prefecture": "東京都",
        "city": "世田谷区",
        "address1": "上北沢4丁目",
        "address2": "9-2",
        "other": ""
      }
    }
  }
]

@miya0001
Copy link
Member Author

この場合、座標がある程度信用できることを前提としないといけないので、ジオコーディングレベルもレスポンスに入れて、ユーザー側のシステムが信用できるかどうかを判別するようにする必要があるかも。

@miya0001 miya0001 added bug Something isn't working and removed bug Something isn't working labels Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant