codeezzi / codeezzi/utility

Create a JSON library for tools

未关闭
#114 4 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。