unl / wdntemplates

The UNLedu Web Framework (WDN Templates) – Coordinated by the Web Developer Network
https://wdn.unl.edu
35 stars 32 forks source link

Randomize Section Picker #1641

Closed tommyneu closed 1 year ago

tommyneu commented 1 year ago

We have been remaking and repurposing code for randomizing a image from a list of options. This should be a component

tommyneu commented 1 year ago

This could be extended from images to have a list of divs with one div being selected

tommyneu commented 1 year ago

We could also have randomization groups where if one random number is rolled for a particular group any other randomized components will also use that number. So if a section of text needs to match a header image we could keep them separate but keep them randomly connected.

tommyneu commented 1 year ago

This is better suited for backend so we are not loading lots of stuff that is never used