fix: Phase 2 title was leaning heavily upon Amazon. I think more generally, it should be about the mechanisms rather than the suppliers.

This commit is contained in:
David Ball 2024-07-13 13:38:38 -04:00
parent c01a24406e
commit 6ca4eb17d0

View File

@ -70,7 +70,7 @@ import { ALL_CATEGORIES } from '../data/categories';
<li>Simultaneously, I have requested access to Walmart Affiliate Program with API access.</li>
<li>Access to either API will mark a transition into Phase 2.</li>
</ul>
<h2>Phase 2: Develop a site API that allows near real-time access to current Amazon product information.</h2>
<h2>Phase 2: Develop a site API that allows near real-time access to current product information.</h2>
<ul>
<li>So I probably need to implement a cache on the site API proxy. We wouldn't want to bother Amazon with frequent requests
when a user might press the Refresh button 1,000 times for no really good reason.</li>