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

add sample inventory label tag in sample entries list #2222

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

Conversation

adambasha0
Copy link
Contributor

@adambasha0 adambasha0 commented Oct 16, 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

@adambasha0 adambasha0 self-assigned this Oct 16, 2024
Copy link

LCOV of commit 74d5cb0 during Continuous Integration #4029

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

Files changed coverage rate: n/a

@adambasha0 adambasha0 force-pushed the display-sample-inventory-label-instead-of-external-labels-in-sample-header branch from 74d5cb0 to a95b4a0 Compare October 21, 2024 09:59
@adambasha0 adambasha0 force-pushed the display-sample-inventory-label-instead-of-external-labels-in-sample-header branch from a95b4a0 to b754561 Compare October 21, 2024 10:06
Copy link

LCOV of commit a95b4a0 during Continuous Integration #4046

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

Files changed coverage rate: n/a

Copy link

LCOV of commit b754561 during Continuous Integration #4047

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

Files changed coverage rate: n/a

overlay={<Tooltip id="sample_inventory_label">Inventory Label</Tooltip>}
>
<Badge
className="sample-entries-inventory-label-icon"
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use bootstrap utility classes "p-1 mt-1 rounded text-dark" in this case. Use css classes only when there is no bootstrap alternative for the required property.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thank you. I have refactored it. this is how it looks now
image

Copy link

LCOV of commit 55e27f7 during Continuous Integration #4056

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

Files changed coverage rate: n/a

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

Successfully merging this pull request may close these issues.

2 participants