utkwdn / utk-atlas

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

Complete vision, meet, and it-takes-a-volunteer pages #47

Closed pikemurdy closed 1 year ago

pikemurdy commented 2 years ago

The meet page has a function which opens a modal when scrolled halfway down the page. Functionality can be seen here: http://www.utk.edu/meet/

That currently doesn't work at http://dev.cms.utk.edu/meet

The vision page has some javascript created animation, functionality can be seen here: https://www.utk.edu/vision

That is currently not working here: https://dev.cms.utk.edu/vision

spworky commented 2 years ago

@pikemurdy I think the vision page can be added in as a static page, the same way I did the It takes a volunteer. I think I have that partially setup.

MichaelAllenWarner commented 1 year ago

All three of these may have JavaScript requirements, but none need to pull data or markup from WordPress.

pikemurdy commented 1 year ago

/ittakesavolunteer/ - static page (content not in WordPress). Based on https://www.utk.edu/ittakesavolunteer

[ ] The URL needs to remain https://www.utk.edu/ittakesavolunteer

MichaelAllenWarner commented 1 year ago

/meet page has a "sign up for our mailing list" button at the bottom that should be opening a modal. Also should add/remove its page-specific stylesheets on mount/unmount.

MichaelAllenWarner commented 1 year ago

We'll delete the /itav component-page and just use the static version of the /ittakesavolunteer page.

We'll restore the static version of /vision, and we'll try to set the corresponding Reactified version to not build (so that we can preserve the code, since we might want to use it later).

MichaelAllenWarner commented 1 year ago

To do: