Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify module bookmarkability #1186

Open
2 of 6 tasks
Tracked by #1011
chlebowa opened this issue Mar 26, 2024 · 1 comment
Open
2 of 6 tasks
Tracked by #1011

Verify module bookmarkability #1186

chlebowa opened this issue Mar 26, 2024 · 1 comment

Comments

@chlebowa
Copy link
Contributor

chlebowa commented Mar 26, 2024

Companion to #1011

Check every module for the ability to restore input states in bookmarked application.

teal:::bookmarks_identical may be helpful.

Every module constructor function must add teal_bookmarkable attribute to the resulting module.
Set the attribute to NULL if module was not verified. Set to TRUE if all inputs are restored from bookmark. Set to FALSE if some inputs fail to restore.

Mention the bookmarkability in the module documentation.

#' @section Bookmarking:
#' This module can be bookmarked (verified).

Do this for all module repos:

  • teal.modules.general
  • teal.modules.clinical
  • teal.modules.helios
  • teal.modules.hermes
  • teal.goshawk
  • teal.ospery

Work on branch 898_save_app_state3@main.

@kumamiao
Copy link

This bookmarking behavior may be changed due to teal.transform updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants