Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a JSON library for tools #114

Open
negarjf opened this issue Oct 17, 2020 · 4 comments
Open

Create a JSON library for tools #114

negarjf opened this issue Oct 17, 2020 · 4 comments

Comments

@negarjf
Copy link
Contributor

negarjf commented Oct 17, 2020

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"
    }
  ],
}
@negarjf
Copy link
Contributor Author

negarjf commented Oct 17, 2020

I would like to work on this feature myself.

@RahulSahOfficial
Copy link
Contributor

Yes its requrired

@shubham2704
Copy link
Member

@negarjf We tried to add dynamic navbar to other pages, but the navbar doesn't gets generated on other pages, it only worked on index.html page. can you please look into it and find the problem or fix it. ✌

@shubham2704
Copy link
Member

@negarjf Try to reply ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants