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

Add "does_" columns to the software database #3

Merged
merged 7 commits into from
Sep 30, 2024

Conversation

rafmudaf
Copy link
Collaborator

@rafmudaf rafmudaf commented Feb 2, 2024

This pull request removes these columns:

primary_uses:
- simulation
loads: false
- design_optimization: false
- costs: false

and adds these columns:

does_controls: false
does_costs: false
does_data_analysis: false
does_design: false
does_design_optimization: false
does_simulation: true
does_loads: false

The objective is to better represent the capabilities of each software included in this portfolio. Previously, the "primary uses" field is ambiguous since it doesn't allow for "secondary" uses that might still be relevant. Now, the list of "does_" fields are meant to capture the breadth of uses for each software. Additionally, the "does_" prefix is used to automatically create a new field in the attributes page so that all of these are shown in one column as well as split into their individual columns. That might not be clear, but I suggest to build the docs and refer to the "General" and "Full Suite Modeling Comparison" tables for more information.

@rafmudaf rafmudaf merged commit 471c40f into NREL:main Sep 30, 2024
1 check passed
@rafmudaf rafmudaf deleted the does_columns branch September 30, 2024 15:36
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.

1 participant