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

fix: assetId not unique #93

Merged
merged 6 commits into from Mar 26, 2024
Merged

fix: assetId not unique #93

merged 6 commits into from Mar 26, 2024

Commits on Mar 19, 2024

  1. fix: assetId not unique

    buckhalt committed Mar 19, 2024
    Copy the full SHA
    1645d79 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. wip feat: protocols can have identical assets

    implements uploading assets, adding protocols to db, deleting protocols
    buckhalt committed Mar 25, 2024
    Copy the full SHA
    bb4cfce View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9bccf3f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d877e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. refactor: router accepts array of ids and returns ids that do not exist

    makes it so that there is only one db call. existingIds are passed directly in insertProtocol and connected. removes needing to return entire existing object asset.
    buckhalt committed Mar 26, 2024
    Copy the full SHA
    a3be68e View commit details
    Browse the repository at this point in the history
  2. improve asset route name

    buckhalt committed Mar 26, 2024
    Copy the full SHA
    2ab8efd View commit details
    Browse the repository at this point in the history