Skip to content

Conversation

nmdefries and others added 24 commits April 12, 2023 17:40
The UI defines startup selection values globally, for all users
assigned to that Shiny session. Startup values are treated as constants,
so a hard-coded asof date won't update if the Shiny session persists (is
continually used) across a date boundary that would normally change the
default asof selection. Thus, we need to set the starting asof value on
a user-by-user basis so that it is recalculated when a new dashboard
instance is opened. To do that, set the initial asof value back to empty
("") and run an updater observe on dashboard startup only.

In reality, this is practically unimportant; we don't have enough
dashboard users to persist Shiny sessions very long.
…r-switch

Reduce unnecessary replotting on dashboard startup and on target variable switching
Move `PREV_TARGET` to session-specific global to not leak behavior between users
Simplify `dplyr` use in dashboard `filter` logic
…caster-change

regenerate truth plot if aggregating over shared states
When changing score to/from coverage, show main plot and make sure truth data is relevant
Copy link
Contributor

@krivard krivard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
confirmed backward-incompatible with 6.1.0

@nmdefries nmdefries merged commit f12ab6f into main Apr 26, 2023
@nmdefries nmdefries deleted the release/7.0.0 branch April 26, 2023 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants