Skip to content

Create a JSON library for tools #114

@negarjf

Description

@negarjf

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:

{
  "conversionTools": [
    {
      "title": "Angle Conversion",
      "description": "bla bla",
      "url": "/Angle_Conversion/angleconversions.html"
    }
  ],
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions