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

Resolve TS errors: TreeMapper #1860

Merged
merged 37 commits into from
Sep 27, 2023
Merged

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    f7a4b6d View commit details
    Browse the repository at this point in the history
  2. refactor: MySpecies.tsx

    prachigarg19 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9a8a922 View commit details
    Browse the repository at this point in the history
  3. refactor:

    1. index.tsx
    2. ReviewSubmit.tsx
    prachigarg19 committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5d114c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3539ff9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    105f711 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a41636 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60b661a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    343dbf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6297a25 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. remove string[] type

    prachigarg19 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5245ac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6244e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    99fa843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01f747f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1857aa2 View commit details
    Browse the repository at this point in the history
  4. resolve ReviewSubmit

    prachigarg19 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    777c880 View commit details
    Browse the repository at this point in the history
  5. Changes made:

    1. add type for api call
    2. resolve `index.tsx`
    3. update import in `my-species.tsx`
    prachigarg19 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d64dbc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81f25d7 View commit details
    Browse the repository at this point in the history
  7. fix: import of sass file

    prachigarg19 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7040876 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 20, 2023

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

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    838bb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7e66a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7021f5d View commit details
    Browse the repository at this point in the history
  4. Changes made:

    1. Rename SpeciesType and move it to plantLocations.d.ts
    2. Rename newSpecies interface
    prachigarg19 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d51db6a View commit details
    Browse the repository at this point in the history
  5. add new interface

    prachigarg19 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e1ebd69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    947315a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbf8b13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    166b547 View commit details
    Browse the repository at this point in the history
  9. Changes:

    1. add check on `response.items`
    2. add generic type check
    prachigarg19 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    af6a22d View commit details
    Browse the repository at this point in the history
  10. fix formatter error

    prachigarg19 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6b537b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Changes made:

    1. Resolve csv error
    2. Add comment for csv validation
    prachigarg19 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e75e7c7 View commit details
    Browse the repository at this point in the history
  2. Changes made:

    1. add condition for null plantLocation
    2. Update props to remove null in plantLocations
    3. Remove treemapper error
    prachigarg19 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d41558e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a3b72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fb8ea2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix: minor cleanup

    src/features/user/TreeMapper/Import/index.tsx
    - specify type for api handler using <T> format
    
    src/features/user/TreeMapper/Import/components/SampleTreeCard.tsx
    - remove usage of Treemapper namespace
    - resolve warnings in rhf components
    mohitb35 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7db8fe0 View commit details
    Browse the repository at this point in the history