Etown-CS / FairwayFinder

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

Weekly Report 2024-09-12 #6

Closed JingwenJessica closed 1 month ago

JingwenJessica commented 1 month ago

What did you do this week?

wetzelTanner commented 1 month ago

I found more people for interviews and started creating a google form to ask interview questions to a wider group of people. I also added a ruleset to the main branch in github, requiring a pull request and a seperate user's review before merging into the main branch.

pbgmidi commented 1 month ago

I am looking into web scraping using JavaScript. This YouTube video goes over using playwright https://playwright.dev/ to scrap: https://www.youtube.com/watch?v=DOtJEwVsJic . Something I learned about scraping is that proxies can help mitigate websites from cutting off access when scraping. Also playwright is free and open source.

SamH477 commented 1 month ago

This week, I sketched the search results page for our website and figured out UI features that will be important once we start building our site. Additionally, I started creating the templates for both user personas and stories in our wiki page.

JingwenJessica commented 1 month ago

@pbgmidi Let's create a folder for the web scraping feature we will implement. This will be a program running on the server side, and it won't have any direct interactions with our web app.