You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a SSR (server side rendered) component that will fetch posts from the above urls. Use query params to filter and limit the response. Cache the response!
Create a regex function to filter for 'patch' or 'update' from the slug "slug": "age-of-empires-iv-patch-11-1-1201",.
Write a function that will parse the html content that will be displayed on the page (aka - feed it into chatGPT and let it write a function for you)
Create a new link to Patch Notes in the navigation banner (desktop and mobile)
Edge case to consider after this is done:
PUP (public update preview) notes are posted on steam. Not sure we will be able to query for that...maybe there is a magical way. May want to consider how to manually drop these in or something.
The text was updated successfully, but these errors were encountered:
We want the ability to show patches notes on AoM.gg without navigating away to the official site. The official API makes this really easy!
Here are some example calls:
Requirements:
Use a SSR (server side rendered) component that will fetch posts from the above urls. Use query params to filter and limit the response. Cache the response!
Create a regex function to filter for 'patch' or 'update' from the slug
"slug": "age-of-empires-iv-patch-11-1-1201",
.Write a function that will parse the html content that will be displayed on the page (aka - feed it into chatGPT and let it write a function for you)
Display the patches notes w/image banner in a similar way as https://www.ageofempires.com/?p=123658
Create a new link to Patch Notes in the navigation banner (desktop and mobile)
Edge case to consider after this is done:
The text was updated successfully, but these errors were encountered: