Skip to content
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

Set default nomenclature value on database side #1857

Merged
merged 2 commits into from
Apr 25, 2022

Conversation

TheoLechemia
Copy link
Member

@codecov
Copy link

codecov bot commented Apr 20, 2022

Codecov Report

Merging #1857 (cdde26f) into develop (99eaab7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #1857   +/-   ##
========================================
  Coverage    54.60%   54.60%           
========================================
  Files           76       76           
  Lines         7292     7292           
========================================
  Hits          3982     3982           
  Misses        3310     3310           
Flag Coverage Δ
pytest 54.60% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...n_module_occhab/backend/gn_module_occhab/models.py 89.57% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99eaab7...cdde26f. Read the comment docs.

@bouttier
Copy link
Contributor

Il faudra penser à renommer le fichier de révision avant de merger.

@camillemonchicourt
Copy link
Member

Et voir si on ne modifie pas le trigger par ailleurs.
Je crois que c'est le cas dans une autre PR à merger.

@camillemonchicourt
Copy link
Member

Il faudrait donc ajouter un UPDATE sur toutes les observations dans Occtax où OBSERVATION_STATUS = NULL, pour appliquer la valeur par défaut définie dans la BDD (PRESENCE).
On peut limiter cet update aux données venant du mobile (``where pr_occtax.t_releves_occtax.meta_device_entry = "mobile") ou alors le faire sur tous les relevés pour nettoyer d'autres éventuelles observations dans Occtax n'ayant pas de statut d'observation renseigné...

La correction fait dans les relevés d'Occtax sera répercutée en Synthèse par le trigger Occtax>Synthèse.

@camillemonchicourt
Copy link
Member

Update fait ici pour le champs OBSERVATION_STATUS uniquement : #2102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants