mwinokan / ToiletFPL

Python to generate the static HTML for https://toilet.football
1 stars 0 forks source link

Squad Face-off page #12

Open mwinokan opened 5 months ago

mwinokan commented 5 months ago

Page that dynamically shows squad differences between two managers.

Maybe as a section of the manager page, or a separate page.

How easy is it to do the JavaScript to do the set arithmetic, and to fetch assets/snippets from other pages? Maybe all player elements are in the static html but hidden, and unhidden as needed (no external fetching needed) but still would need set arithmetic (maybe just loops?)

mwinokan commented 5 months ago

Implemented for cup opponents but maybe a dynamic page?