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

Persist torrent comment #298

Merged
merged 7 commits into from
Sep 19, 2023
Merged

Persist torrent comment #298

merged 7 commits into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    eb26c8d View commit details
    Browse the repository at this point in the history
  2. feat: [#296] persist torrent comment

    and add it to the API responses.
    
    - Torrent details endpoint
    - Torrent list endpoint
    - Include the comment in the downloaded torrent
    josecelano committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e9476fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0ad6a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    b6fe36b View commit details
    Browse the repository at this point in the history
  2. refactor: [#296] rename vars

    to follow type name.
    josecelano committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1660fd5 View commit details
    Browse the repository at this point in the history
  3. refator: [#296] move logic to service layer

    The service should know the model but the model should not know the
    service. The dependency should be only on one way.
    josecelano committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dfdac19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8821346 View commit details
    Browse the repository at this point in the history