-
Notifications
You must be signed in to change notification settings - Fork 1
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
Modification F_MA/F_MINERAL #94
Comments
After review of the whole issue with Pierre and Annick, we'll keep the original way of doing within F_MINERALIZATION_ALTERATION, which is relationid and relationtable field. With mostly a link to station by default. Adding more relations with more tables is a niche way of doing and might not be useful for everyone on site. We'll keep the new field though, as well as getting mineral out of the table and keeping them within F_MINERAL. |
After a quick meeting with Pierre Summary of needed changes in F_MINERALIZATION_ALTERATION
Summary of needed changes in F_MINERAL
|
Ces modifications de la table F_MA ont été proposées suite à l'intégration des données de Louise Corriveau sur les IOGC dans la FODR. Louise base son interprétation sur les altérations et la table F_MA ne répondait pas complètement à ses besoins. De plus, ces changements ont été testés avec des données de minéralisation provenant du projet métaux critiques. L'utilisation de ses nouveaux champs pourra donc s'appliquer dans les 2 cas altération et minéralisation.
Un maid sera obligatoirement attaché à une station, mais on garde aussi l'option de pouvoir attacher un maid à un earthmat ou à un sample.
Effacer le champ mineral dans la table F_MA.
Le schéma actuel gère les minéraux à 2 endroits dans la table F_MINERAL et dans la table F_MA. Ce n'est pas très intéressant pour l'utilisateur de faire des requêtes aux deux endroits. Tous les minéraux seront gérés dans la table F_MINERAL.
Ajout du champ maid dans la table F_MINERAL.
En ajoutant ce champ il sera possible d'attacher un mineral à un maid.
Il est important de souligner que le champ maid et earthmatid sont des clés secondaires et qu'ils ne peuvent pas être remplis en même temps. Si un mineral est attaché à un earthmat il ne peux pas aussi être attaché à un maid, c'est l'un ou l'autre.
Dans l'application, dans le formulaire F_MA rendre le champ mineral non obligatoire et avoir la possibilité de mettre plusieurs minéraux pour un même maid.
The text was updated successfully, but these errors were encountered: