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

feat: CRUD API for Taxonomy Tags [FC-0036] #96

Merged

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    f763c0e View commit details
    Browse the repository at this point in the history
  2. feat: Add update taxonomy tag api/rest + tests

    Also fixed a few things in the add taxonomy tag rest api
    yusuf-musleh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6f5c5a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    079f1d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7750ccd View commit details
    Browse the repository at this point in the history
  5. feat: Update Taxonomy Tags permissions

    Utilize Taxonomy permissions to determine permissions of Taxonomy Tags
    yusuf-musleh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f09f75d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9e28da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdaffeb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    7126e46 View commit details
    Browse the repository at this point in the history
  2. refactor: Move validation serializer -> model method

    In addition to other PR requested changes:
      * Remove `PUT` method from docs string to avoid confusion with future
    changes
      * Replace `pk` with `id` in doc string to make it more RESTful
    yusuf-musleh committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b0e4b26 View commit details
    Browse the repository at this point in the history
  3. chore: bump version

    yusuf-musleh committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d86eb91 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

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