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

feat: add expiration date and storage temperature fields to inventory… #2152

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

adambasha0
Copy link
Contributor

@adambasha0 adambasha0 commented Sep 13, 2024

  • rather 1-story 1-commit than sub-atomic commits

  • commit title is meaningful => git history search

  • commit description is helpful => helps the reviewer to understand the changes

  • code is up-to-date with the latest developments of the target branch (rebased to it or whatever) => ⏩-merge for linear history is favoured

  • added code is linted

  • tests are passing (at least locally): we still have some random test failure on CI. thinking of asking spec/examples.txt to be commited

  • in case the changes are visible to the end-user,  video or screenshots should be added to the PR => helps with user testing

  • testing coverage improvement is improved.

  • CHANGELOG :  add a bullet point on top (optional: reference to github issue/PR )

  • parallele PR for documentation  on docusaurus  if the feature/fix is tagged for a release

Copy link

LCOV of commit 82f751d during Continuous Integration #3775

Summary coverage rate:
  lines......: 65.5% (14041 of 21426 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@adambasha0 adambasha0 linked an issue Sep 13, 2024 that may be closed by this pull request
@adambasha0 adambasha0 self-assigned this Sep 16, 2024
@@ -4,7 +4,7 @@ module Export
class ExportChemicals
CHEMICAL_FIELDS = %w[
chemical_sample_id cas status vendor order_number amount price person required_date
ordered_date required_by pictograms h_statements p_statements safety_sheet_link_merck
ordered_date expiration_date storage_temperature required_by pictograms h_statements p_statements safety_sheet_link_merck

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/LineLength: Line is too long. [127/120]

Copy link

LCOV of commit 5b025bc during Continuous Integration #3790

Summary coverage rate:
  lines......: 65.4% (14033 of 21441 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@adambasha0 adambasha0 changed the title feat: add expiration data and storage temperature fields to inventory… feat: add expiration date and storage temperature fields to inventory… Sep 17, 2024
Copy link

LCOV of commit 363defe during Continuous Integration #3795

Summary coverage rate:
  lines......: 65.5% (14049 of 21441 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@adambasha0
Copy link
Contributor Author

adambasha0 commented Sep 17, 2024

clideo_editor_c525fe1eb3f74fa2a3a60532384a07ca.mp4

@adambasha0
Copy link
Contributor Author

adambasha0 commented Sep 17, 2024

clideo_editor_ce2afe91e4d54bb5969181507ec8ce1d.mp4

@adambasha0
Copy link
Contributor Author

video1: apply changes to fields and export chemical with these fields
video2: import chemical with fields

Copy link
Contributor

@Nicolass67 Nicolass67 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks fine to me.

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.

Add storage temperature and expiration data to inventory tab
2 participants