bety icon indicating copy to clipboard operation
bety copied to clipboard

Web-interface to the Biofuel Ecophysiological Traits and Yields Database (used by PEcAn and TERRA REF)

Results 100 bety issues
Sort by recently updated
recently updated
newest added

This constraint should be removed: ``` sql ALTER TABLE ensembles ALTER COLUMN runtype SET NOT NULL, ADD CONSTRAINT valid_ensemble_runtype CHECK (runtype IN ('ensemble', 'sensitivity analysis', 'MCMC', 'pda.emulator')); ``` To drop...

1 - Ready

It looks like these are cases where the level, n, and stat columns have been re-purposed to represent dates, with year = level, month = n, and day = stat....

ONGOING It is anticipated that some of the database constraints will make errors more likely when inserting or updating data via the Rails interface. This is a list of validations...

- [ ] Decide what constraints to use For now, these constraints will be added: ``` sql ALTER TABLE workflows ALTER COLUMN folder SET NOT NULL; ALTER TABLE workflows ADD...

PEcAn

#### description - [ ] Fix value that isn't whitespace-normalized - [ ] Add constraint #### units - [ ] Decide if any constraints are possible besides whitespace-normalization and not...

1 - Ready
qaqc
constraints
help wanted

#### area - [ ] Decide on constraints - [ ] Add to migration #### salt - [ ] Eliminate NULLs - [ ] Add not null constraint #### remember_token,...

needs feedback
constraints
help wanted

#### control - [ ] Decide how to handle cases where control is NULL - [ ] Add not NULL constraint - [ ] Decide what other constraints apply to...

constraints
help wanted

-1 is used for those models that have no entry in the database but still have all the required pieces, thus -1 is a valid value when writing to the...

PEcAn
constraints
help wanted

### Constraints #### spcd - [x] Decide on range - spcd is a foreign key to FIA database. okay to set as integer, range 0-10000 - [x] Implement constraint ####...

2 - Working
qaqc
constraints
help wanted

#### city, state, country - [ ] Decide on constraints - issue #201 provides information on removing duplicates, and source of standardized names - [ ] Add them #### soil...

in progress
qaqc
constraints
help wanted