Open ShivamPande18 opened 1 month ago
👋 Thank you @ShivamPande18 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
Is this feature already requested?
- [x] I have checked "open" and "closed" issues, and this is not a duplicate.
Problem or Missing Functionality
The data of most of the pages is hardcoded. Also the images in most of them are just placeholder images. Adding new data is not dynamic and difficult
Feature Description
I suggest that we can create separate JSON files(to start with, later to make it more accessible for the users to add data we can create a proper backend) that can hold data for trekking, languages, food, etc pages and modify the code to dynamically add the data on to the page.
Screenshots
Would you like to work on this feature?
Yes
Implementation Plan
- Create a JSON file with data for a particular page
- Read the JSON in the trekking page (src\app\trekking\page.tsx)
- create a map of data
- loop through all the items to display data dynamically
Hi @ShivamPande18,
Thank you for expressing your interest in working on this issue. I'm delighted to inform you that I have assigned this issue to you. Your willingness to contribute to our project is much appreciated.
Before making any contributions, please read the Readme.md file carefully to better understand the project's goals and purpose. This will give you clarity on our mission. Also, make sure to review the Contributing.md file, which contains important guidelines to make the contribution process smoother, especially for newcomers.
Feel free to start working, and if you have any questions or need assistance during the process, please don't hesitate to reach out.
@ajaynegi45 Created a Pull Request implementing the feature.
@ajaynegi45 Created a Pull Request implementing the feature.
Resolve the error https://github.com/ajaynegi45/Uttarakhand-Culture-NewUI/pull/84#pullrequestreview-2349932698
@ajaynegi45 Can you please assign me this issue? As this issue has be stale for more than a week. I'm very much aware of how to solve it and can PR in one day.
Is this feature already requested?
Problem or Missing Functionality
The data of most of the pages is hardcoded. Also the images in most of them are just placeholder images. Adding new data is not dynamic and difficult
Feature Description
I suggest that we can create separate JSON files(to start with, later to make it more accessible for the users to add data we can create a proper backend) that can hold data for trekking, languages, food, etc pages and modify the code to dynamically add the data on to the page.
Screenshots
Would you like to work on this feature?
Yes
Implementation Plan