Closed JingwenJessica closed 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.
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.
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.
@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.
What did you do this week?