meetnearme / api

1 stars 0 forks source link

Design Decision: Recursive Scraping Strategy #99

Open Brandon-G-Tripp opened 1 month ago

Brandon-G-Tripp commented 1 month ago

Description: Evaluate and decide between the two proposed strategies for recursive scraping: 1) Hope for the best with missing data, or 2) Implement a follow-up step for subpage data. Testing: N/A (Design decision) Questions/Considerations: • What are the performance implications of each approach? • How does each strategy impact user experience? • What are the long-term maintenance considerations? Dependencies: None