adr-example
adr-example copied to clipboard
Using ADR, where would I build a complex page with multiple data and cached items?
I'm trying to build a dashboard for the user (after logging in), in that dashboard the user can see his data, and I also calculate some data and would want to cache that before returning it to the user.
Where would all this logic happen? Following ADR?
Sounds like it might be a version of widgets and panels, aka "The Widget Problem".
Let me know if those help or not!