utkwdn / utk-atlas

Test for the headless WPEngine integration
0 stars 0 forks source link

Finish Visit and Request-Info pages (have some kind of JS-embed needs) #119

Closed MichaelAllenWarner closed 1 year ago

MichaelAllenWarner commented 1 year ago

These pages pull in markup from WordPress, but have JS needs that will need to be "Reactified" (will probably need to flag them in the markup, and use the parser-tool to inject React components as needed).

MichaelAllenWarner commented 1 year ago

There's an interactive tour in an iframe on the /visit page that we may or may not keep; if we do keep it, we need to make sure it's working (which maybe it already is?).

MichaelAllenWarner commented 1 year ago

The /requestinfo page has a Tabs component with Slate forms. Needs to be injected via the parser tool on the Next.js side (and probably signaled in the WordPress-generated markup with an HTML comment).