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

Ptv wip #139

Draft
wants to merge 26 commits into
base: type-code-renewal-3
Choose a base branch
from
Draft

Ptv wip #139

wants to merge 26 commits into from

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    250f961 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Deraen committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9dd8921 View commit details
    Browse the repository at this point in the history
  3. Fix AI schema

    Deraen committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    315a53d View commit details
    Browse the repository at this point in the history
  4. Make ptv tokens per org-id

    Deraen committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0169d77 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Log AI result

    Deraen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d564a60 View commit details
    Browse the repository at this point in the history
  2. Reorganize ptv backend code

    Deraen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    871a24f View commit details
    Browse the repository at this point in the history
  3. Fix PTV UI autocompletes

    Deraen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ab83788 View commit details
    Browse the repository at this point in the history
  4. Make ptv wizard view faster

    Deraen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4ad02ce View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix storing created ptv id to Lipas DB

    - Store created ServiceLocation ID to DB directly in the BE (previously
      sent to UI and them MAYBE stored to DB at some later time, if user
      did some operations in right order)
    - Return same data to UI for autocomplete listing for created
      ServiceLocations, as the list endpoint returns
    - Retry http request if token expired (or something)
    Deraen committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fa4a1f8 View commit details
    Browse the repository at this point in the history
  2. Note

    Deraen committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a2f6291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b179525 View commit details
    Browse the repository at this point in the history
  4. Fix some activities set-field calls without lipas-id

    Rename the global fn so it isn't accidentally used instead of version
    with partially bounds args.
    Deraen committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d7d5527 View commit details
    Browse the repository at this point in the history
  5. Include Lipas archived sites in PTV candidates

    - Set PTV publishing status based on Lipas status
    - Store PTV publishing status under :ptv meta so we can detect if Lipas
      deleted was already deleted in PTV also
    Deraen committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bad244a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. wip

    Deraen committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5a0fb2a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Sync site data to ptv on save

    Deraen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    57790b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    b9964ac View commit details
    Browse the repository at this point in the history
  2. Move test utils

    Deraen committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    8254d16 View commit details
    Browse the repository at this point in the history
  3. Add tests for ptv integration

    Deraen committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6af0aa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    012a397 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c69b400 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f94e387 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55d718a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on Nov 14, 2024

  1. Fix

    Deraen committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8c33837 View commit details
    Browse the repository at this point in the history
  2. Archive site in PTV if updated to non PTV candidate in Lipas

    and create new PTV site if updated so site looks like PTV candidate
    Deraen committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    15595fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d98fa6 View commit details
    Browse the repository at this point in the history