codefordenver / partner-finder

Using an open dataset with registered colorado business to build a tool that manages outreach to potential CFD partners.
3 stars 14 forks source link

Add inline assignee editing #226

Closed galbwe closed 2 years ago

galbwe commented 3 years ago

In the assignee main table on the homepage, add a component for assigning a user to a lead. One approach would be to use the material ui Autocomplete component. The user data can be retrieved using the GET /users endpoint. Editing leads can be accomplished with the PUT /leads/{id} endpoint.

pthan1 commented 3 years ago

I'd like to work on this issue