DiscipleTools / disciple-tools-web-components

https://jade-chebakia-17493f.netlify.app/?path=/story/kitchen-sink--kitchen-sink
GNU General Public License v2.0
3 stars 8 forks source link

Component: User Select #24

Open cairocoder01 opened 2 years ago

cairocoder01 commented 2 years ago

See readme in component directory for details

https://github.com/DiscipleTools/disciple-tools-web-components/tree/master/src/components/form/dt-user-select

corsacca commented 3 months ago

The component itself can extend the dt-connection component it just needs to pull in a list of users instead of a list of contacts

micahmills commented 3 months ago

Hey @corsacca and @kodinkat I had a conversation with my contractors yesterday and they have actually started working on this. I should have a PR soon that will have the user select. So hold off on working on this until I can review what they have done.

kodinkat commented 3 months ago

@micahmills Snap! As I too was getting ready to jump onto this! Ok, cool; sounds like a plan - holding off! 🙂

cairocoder01 commented 3 months ago

@micahmills I saw the PR from your devs about the user connection. I think one thing we need to watch out for is that the current user select only allows a single user to be selected. The connection field allows multiple. I think we will maybe need an attribute to indicate single or something so that we don't break existing user select fields that only expect a single value, but could allow a future expansion to support multiple.