Updates June 9
PGrid
- More debugging and fix attempts for ebay scraper. Added a timeout for page.evaluate which is where some scrapers were getting stuck
- Added some commands in the internal app to help delete incorrect prices for gpus (for when scams are scraped)
- For price history graph, added ability to click on graph which would hold the currently hovered item. I used it to delete specific price snapshots

- Wrote a custom function to split up the 5060 ti gpu into its 8gb and 16gb versions as separate pages. Required a bit more effort than I would have liked but seemed to work ok.
- Split up the amazon and ebay scraping task for gpus into separate tasks for better debugging ability and eventual deprecation.
- Added posthog to pgrid to see some more analytics and see user sessions. Noticed pretty bad mobile ux from this
- Some new basic mockups on how to add filtering to tables

- Spent a few hours with different ai to try get a table working with both a sticky first column as well as a sticky header without having a fixed height for the table container. Haven’t been successful yet both with css and js based approaches.