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(series): Created series entity create/edit routes and display page #649

Merged

Commits on Jun 12, 2021

  1. Configuration menu
    Copy the full SHA
    809fccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a159fc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    0fa07d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9234445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    666678b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47e6fbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54b9c5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b29fc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13ba26c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50aea2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cd5f11 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3bddca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3348ac3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    613e199 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b72c8c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1d57084 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8b59e15 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ba0838 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d9d4338 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f94780b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    11e6cc2 View commit details
    Browse the repository at this point in the history
  20. chore: fix linting errors

    akashgp09 committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    cf7145c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    3cfa0e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0865184 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/series-entity' into series-ent…

    …ity-routes-and-displayPage
    akashgp09 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5f51c1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c4fd82 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    ba0130e View commit details
    Browse the repository at this point in the history
  2. improve: sort relationships

    sort relationships when a user changes ordering type from manual to automatic
    akashgp09 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    89326fb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. fix: empty string is saved when attribute value is deleted

    when a editor deletes the attribute value for a relationship the attribute value holds a empty string instead of null which leadsto some other bugs
    akashgp09 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b909c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da339a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    1d7f9ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d5b7d View commit details
    Browse the repository at this point in the history
  3. refactored loadEntities middleware

    renamed middleware name and variable name
    akashgp09 committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    3b89638 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e622dff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ef93d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0221b6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36c2146 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. docs: wrote JSDoc for some functions

    added documentation for getAttributeName, setAttribute and getInitAttribute function
    akashgp09 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8ee7064 View commit details
    Browse the repository at this point in the history