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

UIORGS-336: Creating or changing a vendor code using number generator in Organizations App #536

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Commits on Sep 15, 2022

  1. feat: Number Generator

    Hooked up Number generator to Organizations
    EthanFreestone committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    556ce31 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. chore: Interfaces

    Added servint as an optionalOkapiInterface dependency, and protected code against being called when interface is not present
    EthanFreestone committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    7a04e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    515dfb7 View commit details
    Browse the repository at this point in the history
  2. chore: Tweaks

    Small tweaks, brought number generator code in line with users PR
    
    refs UIORGS-336, UIORGS-337
    EthanFreestone committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b3d112e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. fix: Generator code

    Update generator code to use the new codes defined in this PR:
    
    folio-org/mod-service-interaction#72
    EthanFreestone committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2bdaba9 View commit details
    Browse the repository at this point in the history
  2. feat: Permission

    Added new permission and blocked access to number generator page based on that permission
    EthanFreestone committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0017207 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    03fe682 View commit details
    Browse the repository at this point in the history
  2. build: OptionalOkapiInterfaces

    Update to use servint 3
    EthanFreestone committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f9a299d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    ec4f60a View commit details
    Browse the repository at this point in the history
  2. build: New service interaction

    Use new service-interaction
    EthanFreestone committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ce20f23 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    3305486 View commit details
    Browse the repository at this point in the history
  2. feat: Number generator

    Swapped implementation to full Modal implementation as per the other apps
    EthanFreestone committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5366269 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 29, 2023

  1. chore: Button UX

    Changed Button from fullWidth to scale with text
    EthanFreestone committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fbaabdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d79dcd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    be51dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588afcf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/number_generator' of github.com:folio-org/ui-organ…

    …izations into feat/number_generator
    EthanFreestone committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    68419c4 View commit details
    Browse the repository at this point in the history
  4. chore: Revert to state on master

    Change back to do what is done on master
    EthanFreestone committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d618b90 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    28d2d16 View commit details
    Browse the repository at this point in the history
  2. test: mock useSettings

    Mocked useSettings to rectify failing test
    EthanFreestone committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5724de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f9cff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fdb4e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Apr 12, 2024

  1. refactor: Refactor tweaks

    Moved connected component outside of component render, removed default values
    EthanFreestone committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5e4e4c2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. chore: MessageBanner

    Added messageBanner to settings page explaining the number generator options
    EthanFreestone committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bae809d View commit details
    Browse the repository at this point in the history