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

Add more infos about assignee to GetTasks queries #476

Open
MaxSchaefer opened this issue Oct 16, 2023 · 0 comments
Open

Add more infos about assignee to GetTasks queries #476

MaxSchaefer opened this issue Oct 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request task-svc

Comments

@MaxSchaefer
Copy link
Member

Describe the feature

Add the following structure to GetTasksByPatientResponse and GetTasksByPatientSortedByStatusResponse.

...
"assignee": {
	"id": string,
	"nickname": string,
	"avatar_url": string
}
...

Please keep "assigned_user_id" for now.

Why is this feature needed?

We want to display the avatar of the user in the frontend as well.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request task-svc
Projects
Status: Backlog
Development

No branches or pull requests

2 participants