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

Make experience field in task creation an antd select component #3031

Closed
philippotto opened this issue Aug 10, 2018 · 3 comments · Fixed by #3233
Closed

Make experience field in task creation an antd select component #3031

philippotto opened this issue Aug 10, 2018 · 3 comments · Fixed by #3233
Assignees
Milestone

Comments

@philippotto
Copy link
Member

philippotto commented Aug 10, 2018

We could render a "Tags" field (third example in first column here: https://ant.design/components/select/). In the on-change handler we could make sure that not more than one tag is active. Then, we would have auto-complete + the possibility to enter a new experience domain.

Not sure whether there's a backend route for gathering the experiences, @fm3?

@fm3
Copy link
Member

fm3 commented Aug 11, 2018

There is not, I think, but of course we can add it

@philippotto
Copy link
Member Author

There is not, I think, but of course we can add it

That would be great! Could you do this in the context of this issue?

@fm3
Copy link
Member

fm3 commented Aug 15, 2018

@MichaelBuessemeyer I added the route api/tasks/experienceDomains in PR #3060 (already merged) so feel free to adapt the frontend :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants