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

mock mode toggle to display a message for user? #88

Open
bzkrouse opened this issue Sep 10, 2024 · 0 comments
Open

mock mode toggle to display a message for user? #88

bzkrouse opened this issue Sep 10, 2024 · 0 comments

Comments

@bzkrouse
Copy link
Collaborator

          Tested the following cases:
tfrmtbuilder(tfrmt = NULL, data = data_demog, mockmode = TRUE)
tfrmtbuilder(tfrmt = NULL, data = data_demog, mockmode = FALSE) 

tfrmtbuilder(tfrmt = tfrmt_demog, data = NULL, mockmode = TRUE)
tfrmtbuilder(tfrmt = tfrmt_demog, data = NULL, mockmode = FALSE)

tfrmtbuilder(tfrmt = tfrmt_demog, data = data_demog, mockmode = TRUE)
tfrmtbuilder(tfrmt = tfrmt_demog, data = data_demog, mockmode = FALSE)

No issues found :)

But perhaps we could consider adding a note somewhere (maybe in home tab?) that when mock mode is toggled on/off within the app, clicking the save and refresh buttons in edit tab will display mock placeholders/actual values. Not sure if it is currently clear?

Originally posted by @karima662 in #87 (review)

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

No branches or pull requests

1 participant