You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kaustubhgupta opened this issue
May 5, 2021
· 4 comments
· Fixed by #1030
Assignees
Labels
assignedIssues which are assigned to someoneenhancementNew feature or requestgssoc23Issues created for/by the GirlScript Summer of Code'23 Participantslevel3New features, Major bug fixingUrgentIssues needed to be address ImmediatelyWebsiteIssues related to the website
The website is almost ready to be showcased. One thing we still need to implement is script updation in the website. The current implementation is hard-coded HTML. The file scripts.html contains the scripts information but all has been done manually. Also, we need to implement a search bar where one can search for a script name.
Solution
The main branch contains a folder called master script and there you will find a file called datastore.json. Your task is to create the scripts to fetch that data onto the scripts.html and also implement the search functionality. For now, you can simply copy the JSON file to this branch, and later on, the GitHub action will automatically update this file.
P.S: I have little knowledge about JS so anyone who takes this issue, kindly explain if this thing is possible or not
More context:
The contributors display on the home.html needs JS
The website file needs to be shifted from the website folder to the root folder and the current index.html needs to be replaced with home.html
The text was updated successfully, but these errors were encountered:
@kaustubhgupta we want to search based on name of script right? searching can be implemented based on anything contained in the JSON file. So yes this JSON file is sufficient for searching
kaustubhgupta
changed the title
Updating Scripts in Website and implementation of search bar
Updating Scripts contributors in Website, implementation of search bar and releasing the first draft!
May 8, 2021
assignedIssues which are assigned to someoneenhancementNew feature or requestgssoc23Issues created for/by the GirlScript Summer of Code'23 Participantslevel3New features, Major bug fixingUrgentIssues needed to be address ImmediatelyWebsiteIssues related to the website
Problem
The website is almost ready to be showcased. One thing we still need to implement is script updation in the website. The current implementation is hard-coded HTML. The file scripts.html contains the scripts information but all has been done manually. Also, we need to implement a search bar where one can search for a script name.
Solution
The main branch contains a folder called master script and there you will find a file called datastore.json. Your task is to create the scripts to fetch that data onto the scripts.html and also implement the search functionality. For now, you can simply copy the JSON file to this branch, and later on, the GitHub action will automatically update this file.
P.S: I have little knowledge about JS so anyone who takes this issue, kindly explain if this thing is possible or not
More context:
The text was updated successfully, but these errors were encountered: