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

Including list of common units for formatting purposes in Backend. #19138

Merged
merged 12 commits into from
May 15, 2024

Commits on May 10, 2024

  1. Units introduction.

    luk-kaminski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0d91d45 View commit details
    Browse the repository at this point in the history
  2. Removed MongoDB related code

    Removed REST endpoints and further remainings of Mongo code. Added JSON file as a source of suported units.
    
    Copying units json for FE in mvn compile phase
    
    Folder for common resources. Data moved from there to BE resources, by Maven
    
    With units hardcoded in file, some functionality does not have sense anymore and was removed
    
    Units are referred by identifiers
    
    List of fields with default units prepared
    luk-kaminski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    be495e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c390cc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd35d4 View commit details
    Browse the repository at this point in the history
  5. Fixed error

    luk-kaminski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    dfb7e9c View commit details
    Browse the repository at this point in the history
  6. Refactoring

    luk-kaminski committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6de3030 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa5cdf8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    381d178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e5896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d91a917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5be9f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af28e43 View commit details
    Browse the repository at this point in the history