Skip to content

demo-shinyapps.io-v310 diff with dev#826

Closed
aclark02-arcus wants to merge 53 commits into
devfrom
demo-shinyapps.io-v310
Closed

demo-shinyapps.io-v310 diff with dev#826
aclark02-arcus wants to merge 53 commits into
devfrom
demo-shinyapps.io-v310

Conversation

@aclark02-arcus

Copy link
Copy Markdown
Collaborator

No description provided.

AARON-CLARK and others added 30 commits February 17, 2023 08:38
Attempted fix for known `riskmetric` weighting bug #293
Merge branch 'dev' into dev-demo-shinyapp.io-v2.0.0

# Conflicts:
#	.gitignore
#	R/mod_assessmentInfo.R
#	R/mod_uploadPackage.R
#	R/utils_insert_db.R
#	inst/sql_queries/initialize_metric_table.sql
Comment thread R/utils_startup.R
user = c("demo_admin", "demo_lead", "demo_reviewer", "demo_viewer"),
password = c("Admin@1", "Lead@1", "Reviewer@1", "Viewer@1"),
# password will automatically be hashed
admin = TRUE,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
admin = TRUE,
admin = c(TRUE, rep(FALSE, 3))

Comment thread R/utils_startup.R
password = c("Admin@1", "Lead@1", "Reviewer@1", "Viewer@1"),
# password will automatically be hashed
admin = TRUE,
expire = as.character(get_Date()),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can this be set to NULL in the creation? Or do we have to update it in the app?

@aclark02-arcus

Copy link
Copy Markdown
Collaborator Author

closing in favor in favor of #827

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

Successfully merging this pull request may close these issues.

4 participants