refactor: cleaning and polishing

This commit is contained in:
2026-04-24 14:26:24 +03:00
parent 4b05fbafc2
commit 87444b5718
8 changed files with 69 additions and 62 deletions

View File

@@ -3,7 +3,6 @@ box::use(
modules/utils,
)
#' @export
load_data_to_form <- function(
df,
@@ -16,10 +15,6 @@ load_data_to_form <- function(
input_ids <- names(mhcs()$get_id_type_list(table_name))
if (missing(ns)) ns <- NULL
# transform df to list
# loaded_df_for_id <- as.list(df)
# loaded_df_for_id <- df[input_ids]
# rewrite input forms
purrr::walk2(
.x = input_types,