Yannick Stachelscheid
Yannick Stachelscheid
**Acceptance Criteria:** * [ ] it is possible to replace a songs underlying file * [ ] the replacement can be performed via the song editor * [ ] the...
**Acceptance Criteria:** * [ ] `year` should be automatically prefilled when release date is entered * [ ] if `year` already has a value it is not overwritten
**Motivation:** At the moment custom permission checks are solved via type-graphql middlewares and not the buildin auth checker functionality. This brings some disadvantages, like not being able to use buildin...
**Motivation:** At the moment, instance and test instance resolver creation logic s separated, often causing a painful and time intensive experience changing/adding new resolvers. **Acceptance Criteria:** * [ ] resolver...
* [ ] allow invitations without inviting to a specific share ...spec comes here
At the moment the last click menu item is still activate when opening the playlist context menu a second time. * [ ] reset playlist context menu after clicking on...
Since we want to search for new voluntary contributors for this project, we require some basic developer contribution guidelines. Those should include: * general git workflow * frontend specific guidelines...
* [ ] investigate and fix context menu action `Add to playlist` in merged view
Cursor-based pagination for share songs is introduced by https://github.com/yss14/musicshare/issues/1819. * [ ] work out concept/ux how a share songs view is lazy-loaded via cursor-based paginated queries * [ ] adjust...
* [ ] work out general re-usable logic for cursor-based pagination * [ ] apply cursor-based pagination to share songs queries