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

Custom rate and named standard rate for units (Issue #1216) #1388

Open
wants to merge 26 commits into
base: development
Choose a base branch
from

Commits on Jul 11, 2024

  1. for review

    gyordong committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    beb6a0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c1523 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    4febda4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b261838 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. finishing remote merge

    gyordong committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4281f58 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. updated

    gyordong committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    019712e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    7fb7a79 View commit details
    Browse the repository at this point in the history
  2. idk

    gyordong committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    5154df6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26502af View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. updated default rate

    gyordong committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f845f59 View commit details
    Browse the repository at this point in the history
  2. update

    gyordong committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5446e61 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. updated save state for custom rate to not require enter and added val…

    …idation for integers in custom value
    gyordong committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    926e412 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. made custom rate update to the last selected standard value, added tr…

    …anslation for unit.sec.in.rate.enter
    gyordong committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    91a1f03 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. all functionality except a new error for non integer input and defaul…

    …t value to custom input if nonstandard value
    gyordong committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a954d44 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 20, 2024

  1. update unit modals

    - Update unit edit logic for useEffect more
    - Change custom sec in rate to require enter
    - Disable save if not changed and incomplete custom input
    - use setState and not directy set state
    - consistently use === & !==
    - Added SHL comments for original developers to look at and then remove
    - Formatting
    - Minor edit
    
    Note create unit does not have new logic and bar may need
    to be update to be similar
    huss committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    935d1ca View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. partial update to modify

    Note that @gyordong worked with me on these changes.
    
    - Also has comments with ?? on items to do.
    - Not carefully tested/completed.
    huss committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0f8191e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. added handleenter() so function relies on enter to save, added commen…

    …ts on customratevalid(), included customratevalid in editunit's canSave useEffect check to fix a bug with negative numbers.
    gyordong committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0c564f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426c593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e91ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2390b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    47dfa72 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge remote-tracking branch 'origin/1188sort' into 1216issue"

    This reverts commit 1593d6d, reversing
    changes made to 47dfa72.
    gyordong committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    acd73c5 View commit details
    Browse the repository at this point in the history
  3. Update data.ts

    gyordong committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    499529c View commit details
    Browse the repository at this point in the history
  4. typo

    gyordong committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    071eabe View commit details
    Browse the repository at this point in the history