PredictiveEcology / LandWeb

Shared repository for Landweb modules
https://predictiveecology.github.io/LandWeb/
GNU General Public License v3.0
3 stars 2 forks source link

need mechanism to override default object components #97

Closed achubaty closed 5 years ago

achubaty commented 6 years ago

e.g., doubling the FRI based on runName, or tweaking speciesTraits table requires top-level overrides that don't involve hardcoding conditionals in the module code.

Possible mechanisms:

  1. via a separate overrides module (e.g., LandWeb_overrides);
  2. via .inputObjects-like function in each module.

image