- make each entry a separate widget - just the
header
- populate the
newspaper
with those - each
header
widget creates afull article
widget and stores its reference in a variable, without showing it - each
header
holds an Unlockedboolean
and displays either its name or ??? based on that - when navigated to, the
newspaper
queries the selected entry for the boolean value and decides whether to add itsfull article
to the display box on the right or not