Skip to content

added format model data module#361

Open
anna-abelman wants to merge 7 commits intofishset-lite-devfrom
fsl-format-model-gui
Open

added format model data module#361
anna-abelman wants to merge 7 commits intofishset-lite-devfrom
fsl-format-model-gui

Conversation

@anna-abelman
Copy link
Collaborator

Let me know what you think about the module. Also I kept the aux and grid data there for users to select because I wasn't sure if they would always want the data to be included. It is an easy fix if you don't think it is necessary.

I found a way to get the aux column mismatch error to work but not sure if its the greatest method. The grid data mismatch is always fixed but only in the format_model_data() function.

I also went ahead and added the card overflow classes to the load data and select variables tabs since I was already in those making some edits. (Plus it has been bothering me forever...)

Copy link
Collaborator

@Paul-Carvalho Paul-Carvalho left a comment

Choose a reason for hiding this comment

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

Hey Anna, this looks really good! Just a few minor changes requested here.

anna-abelman and others added 4 commits February 23, 2026 17:02
Merge branch 'fishset-lite-dev' of github.com:noaa-nwfsc/FishSET into fsl-format-model-gui

# Conflicts:
#	tests/testthat/testdata/FishSETFolder/s1/fishset_db.sqlite
df <- df %>%
rename(!!zone_id := zones)
# Save settings
settings <- as.list(match.call())[-1]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did settings <- as.list(match.call())[-1] not work with the GUI? This line should grab all of the function input as a list without having the list all the inputs manually.

If it didn't work for the GUI I think that's okay to list everything manually. It would be nice to use match.call() method because whenever the inputs change we don't have to manually change the settings list at the bottom of the script.

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.

2 participants