Yannick Stachelscheid

Results 43 issues of Yannick Stachelscheid

**Acceptance Criteria:** * [ ] it is possible to replace a songs underlying file * [ ] the replacement can be performed via the song editor * [ ] the...

feature
frontend
backend
v1.1

**Acceptance Criteria:** * [ ] `year` should be automatically prefilled when release date is entered * [ ] if `year` already has a value it is not overwritten

frontend
v1.1
enhancement

**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...

refactoring
backend
v1.1

**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...

refactoring
backend

* [ ] allow invitations without inviting to a specific share ...spec comes here

feature
frontend
backend
spec missing

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...

bug
frontend
good first issue

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...

chore
docs

* [ ] investigate and fix context menu action `Add to playlist` in merged view

bug
frontend

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...

feature
frontend
blocked
enhancement
performance

* [ ] work out general re-usable logic for cursor-based pagination * [ ] apply cursor-based pagination to share songs queries

feature
backend
enhancement
performance