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

Sample types extension updates #2058

Draft
wants to merge 12 commits into
base: sample-types-extension
Choose a base branch
from

Commits on Jul 23, 2024

  1. fix (UI): cannot create a single molecule

    Tasnim Mehzabin committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    698bcab View commit details
    Browse the repository at this point in the history
  2. fix: fetching of components after fetching the sample causing the sam…

    …ple appear as edited
    Tasnim Mehzabin committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    52ee524 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    b3c2ef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. feat: add density field for the solid components in mixtures

    Tasnim Mehzabin committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    8c59c36 View commit details
    Browse the repository at this point in the history
  2. refactor: eslint warnings

    Tasnim Mehzabin committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0c9b13a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. refactor: eslint warnings

    Tasnim Mehzabin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    36c0fae View commit details
    Browse the repository at this point in the history
  2. feat: add the preview image to component in mixtures

    Tasnim Mehzabin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    13cdb86 View commit details
    Browse the repository at this point in the history
  3. fix: issue with the Amount field not being set for mixture components

    feat: calculate other fields based on the Amount field
    fix: the Volume column being updated though it has been locked
    Tasnim Mehzabin committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9922e1b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix: component table header updated

    feat: add tooltip text for total conc.
    refactor: eslint warnings
    Tasnim Mehzabin committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cfd66da View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. feat: change component table for liquid components

    Tasnim Mehzabin committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0a9e477 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. feat: change component table for liquid components

    when volume given, calculate the amount
    when amount is given, calculate the volume
    handle the calculation when the starting conc. or density being locked
    recalculate the entire row when starting conc. or density is updated except total concentration, the reference, and the ratio
    test: add test codes for Component model
    Tasnim Mehzabin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    97192d3 View commit details
    Browse the repository at this point in the history
  2. feat: change the position of the lock button

    fix: total conc. changes related fields
    Tasnim Mehzabin committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9812ef1 View commit details
    Browse the repository at this point in the history