FredHutch / shiny-cromwell

Shiny app for interacting with the Fred Hutch instances of Cromwell. Contact Taylor Firman.
https://proof.fredhutch.org
MIT License
3 stars 3 forks source link

Track Jobs (and others): Improving the visualization of table header titles #63

Open sitapriyamoorthi opened 8 months ago

sitapriyamoorthi commented 8 months ago

It would be nice to see if we can change how the headers for the different tables in the app looks. Just a visual appeal thing. Instead of reading "workflow_id" it would be nice to see if that could read "Workflow ID"

sckott commented 8 months ago

I'll see if that can be done easily

sckott commented 8 months ago

Not doing now, but for later:

to_case <- function(x, case = "title") {
  snakecase::to_any_case(x, case)
}

# where workflowUpdate() is a data.frame
workflowUpdate() %>% rename_with(to_case)
tefirman commented 3 months ago

Feels like low-hanging fruit but not urgent, adding to v1.1 milestone but marking as low priority.