MapColonies / MapColonies/geocoding

Geocoding SDK (MAPCO-4537)

オープン
#17 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

enhancement In Design In Progress
主要言語
TypeScript
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

Recently, users have reached out to us asking to be able, in their front-end applications, to show which control tile the user's mouse is on. This is essentially a simple Latitude-Longitude to Control Tile conversion.
Obviously, we can't handle so many conversion requests. But, we can't also send them conversion table that might change from time to time.
That's why, we want to build an SDK. On SDK's startup, It will pull locally the conversion table from a public S3 bucket. From time to time, it will refresh the table (We can start in every one hour). We should use [https://github.com/mcollina/async-cache-dedupe](`async-cache-dedupe`) package.
If we create an SDK, we should also fetch the routes for the user.

TODO: add further information and a design.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、公開 S3 バケットからの起動時の fetch、テーブルの毎時更新、緯度・経度の変換、ルートの fetch を含め、SDK の設計を明確にします。実装のエントリーポイントを探す前に async-cache-dedupe を確認し、SDK の受け入れ基準を定義してください。issue の TODO は、設計がまだ固まっていないことを示しています。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
aws, typescript
領域
cloud, frontend
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
20/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。