Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 406
    • Issues 406
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1434

Draft: First hack to add favorite albums

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Creak requested to merge creak/funkwhale:add-favorite-albums into develop Dec 26, 2021
  • Overview 7
  • Commits 1
  • Pipelines 8
  • Changes 16

This MR aims at adding the possibility to add favorite albums.

Notes:

  • I need a mentor to guide me further, I don't know much about Django so I'm a bit lost
  • I basically took the track favorite code and replaced "track" by "album" (and use a bit of common sense when I could)
  • I got three # TODO: ... in this MR: it's about values/fields that I really don't know if/how I should change

Related issue: #492

This Merge Request includes:

  • Tests
  • A changelog fragment (cf https://docs.funkwhale.audio/contributing.html#changelog-management)
Edited Dec 26, 2021 by Creak
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add-favorite-albums