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

Currently, updates to the database schema is effected primarily through the use of Rails migrations. This helps to ensure that different BETYdb database instances conform to the same database schema....

3.5 Needs documenting only

The `load.bety.sh` script circumvents database triggers (which enforce constraints) by using doing `ALTER TABLE ${T} DISABLE TRIGGER ALL;` before adding new rows from the server being imported from. Re-enabling the...

Discussion
Epic

The BETYdb Rails code for the Bulk Upload Wizard relies on compliance with the foreign-key constraints on the `trait_covariate_associations` table that ensure that the referred-to variables exist. Unfortunately, the `load.bety.sh`...

- [x] Covariates and Species edit pages and covariates show page have no left-margin and are hard to read. - [x] Fix edit pages - [x] Fix covariate show page...

enhancement
ready for review

The `normalize_whitespace` function treats NO-BREAK SPACE characters as white space on some systems in some configurations and ignores it on others. This can lead to the following problem: Several check...

I am noticing that when creating formats via BETYdb web often when defining a variable if you don't put in Name, Unit, Storage Type in at the right time, the...

help wanted

* [x] Decide on names for customization templates and check them in (e.g. `terraref-application.yml`). * [x] Check in custom images referred to by customization templates. * [ ] Decide whether...

in progress
terraref

Trying to create a citation for the CLM technical manual http://www.cesm.ucar.edu/models/cesm1.0/clm/ and BETY's yelling at me that `Url is not a valid URL. Use a schema-qualified URL. To use arbitrary...

When the `trait_covariate_associations` table contains references to non-existent trait ids (CORRECTION: variable ids?; this table only refers to the variables table; see UPDATE below), the bulk upload will fail with...

This search shows that there treatment_ids 1-10 exist in management_treatments, but 2-10 do not have referents in traits or yields. ``` sql select distinct treatment_id from managements_treatments order by treatment_id...

1 - Ready
qaqc
constraints