adr-example icon indicating copy to clipboard operation
adr-example copied to clipboard

Using ADR, where would I build a complex page with multiple data and cached items?

Open notflip opened this issue 4 years ago • 1 comments

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?

notflip avatar Apr 09 '21 07:04 notflip

Sounds like it might be a version of widgets and panels, aka "The Widget Problem".

Let me know if those help or not!

pmjones avatar Apr 09 '21 12:04 pmjones