Create a JSON library for tools
- 主要言語
- HTML
- スター
- 11
- フォーク
- 53
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
As the number of tools is increasing in order to manage to show the tool in a more dynamic way, I would suggest creating a JSON file and store the tool's information inside the JSON objects.
One key advantage of such implementation is that in the future we can show all tools on the first page by looping through the JSON array of tools. Then the contributors just need to update the JSON file and their tool will be shown on the first page automatically.
Suggested Format:
```json
{
"conversionTools": [
{
"title": "Angle Conversion",
"description": "bla bla",
"url": "/Angle_Conversion/angleconversions.html"
}
],
}
```
コントリビューションガイド
調査の方向性
ファイルやテストは指定されていません。まず、現在のツールがどのように一覧表示され、最初のページでどのようにレンダリングされているかを確認し、次にJSONデータの形を定義して既存の表示に接続します。ツールをJSONで表現し、動的に表示できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100