We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a Logged-in User,
I want to see the first and last name of task owner if available,
so that can see my teammates' name instead of their username
owner_firstname
owner_lastname
Task.js in FE
The text was updated successfully, but these errors were encountered:
conditionally display task owner name #87
9cedcc6
add owner_firstname and owner_lastname to Task serializer in API
Sorry, something went wrong.
blahosyl
No branches or pull requests
As a Logged-in User,
I want to see the first and last name of task owner if available,
so that can see my teammates' name instead of their username
Acceptance Criteria
Tasks
owner_firstname
andowner_lastname
to Task serializer in API (if not already added)Task.js in FE
The text was updated successfully, but these errors were encountered: