Create a JSON library for tools
- Ngôn ngữ chính
- HTML
- Star
- 11
- Fork
- 53
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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"
}
],
}
```
Hướng dẫn đóng góp
Hướng nghiên cứu
No files or tests are named. Start by locating how the current tools are listed and how the first page renders them, then define the JSON data shape and connect the existing display to it; done means tools can be represented in the JSON and shown dynamically.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- javascript
- Lĩnh vực
- frontend
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 35/100