Etown-CS / FairwayFinder

2024-25 Capstone project. Contributors: Tanner Wetzel, Phillip Goldberg, Sam Huhn
MIT License
1 stars 0 forks source link

Research Milestone #24

Open wetzelTanner opened 21 hours ago

wetzelTanner commented 21 hours ago

What are we researching for this project?

wetzelTanner commented 21 hours ago

I will be building on top of my current knowledge of vite + react frontend technologies, and will be learning how to implement bootstrap into the CSS files. I will need to learn more about javascript to complete this feature. There are multiple resources I can use to learn more about these technologies, including online manuals, interactive tutorials, and YouTube videos, among other materials.

pbgmidi commented 19 hours ago

I will be doing further research and experimenting with Playwright to get a better grasp of it. I will start to write code to navigate to websites and enter information into forms for finding specific items. I have gotten querySelector to grab text data and store it in a JSON file. I plan on trying the other locators Playwright can use. I will need to get more experience in JavaScript through practice. I have and will continue to use resources like Playwrights fantastic doc page, YouTube and other related sources online.

SamH477 commented 13 hours ago

I plan on doing some research to figure out how to send a request from the frontend to our Playwright backend when a user searches for specific golf criteria. Additionally, I plan on figuring out the best way to store and iterate through returned JSON data from Playwright when a user searches for specific golf gear criteria. I plan on creating a JavaScript file that will handle this JSON data and display relevant search results on the frontend using React.