generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
New SPAR tables explained
Ricardo Campos edited this page Jan 29, 2024
·
10 revisions
- favourite_activity
- seedlot_registration_a_class_save
- user_profile
- cone_collection_method_code
- gametic_methodology_list
- genetic_class_code
- genetic_worth_code
- method_of_payment_code
- seedlot_source_list
- seedlot_status_list
- active_orchard_spu
- seedlot table
- Main table for a Seedlot
- Created when the users clicks "Create seedlot number"
- Updated when the user submit or modify the seedlot form.
- seedlot_collection_method table
- Holds all collection methods selected by the user in the Seedlot registration form step 1 to a particular seedlot.
- I.e.: Aerial clipping/topping, Climbing, felled trees
- seedlot_genetic_worth table
- Holds all Genetic Worth to a particular seedlot.
- This table stores calculated values for the seedlot, breeding values for each trait
- The calculation happens once the user submit the CSV with pollen and cone count and hits the "Calculate Genetic worth and Effective populations values" button.
- This table is populated when the user subbmit the form or modify it, not after the calculations.
- seedlot_orchard (data from user)
- seedlot_owner_quantity (data from user)
- seedlot_parent_tree (data comes from user's CSV)
- seedlot_parent_tree_gen_qlty (data from user, combined with data from Oracle)
- seedlot_parent_tree_smp_mix (data from user, combined with data from Oracle)
- seedlot_seed_plan_zone (data from calculations, after form submission)
- seedlot_smp_mix (data from calculation - SPZ)
- smp_mix (data from user)
- smp_mix_gen_qlty (data comes from calculations - after user uploading CSV)
Welcome to Evergreen Team Wiki page.
- Problem Statement and Goals
- Architecture
- Pull Request Guideline
- Cypress testing Documentation
- Sysdig integration