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

User Profile Look & Feel #19

Open
jemagee opened this issue Jun 24, 2017 · 3 comments
Open

User Profile Look & Feel #19

jemagee opened this issue Jun 24, 2017 · 3 comments

Comments

@jemagee
Copy link
Owner

jemagee commented Jun 24, 2017

What's the best way to gather the information. Do we pre-populate lists or do we take user input and check for existence or create new records. Any sort of AJAX that would allow a large pre-populated lists is extremely welcome. Drop downs or forms with type and auto complete? These are some of the questions?

@jemagee jemagee created this issue from a note in User Profile (Pending) Jun 24, 2017
@blimey85
Copy link

blimey85 commented Aug 1, 2017

For selects, especially where you want a user to see if something exists and then be able to seamlessly add a new option if needed, I really like Selectize (https://selectize.github.io/selectize.js/). Also check this: https://gorails.com/episodes/select-or-create-with-selectize-js I'm currently using it in a number of places and especially like how I have it setup for venues. A user can add an event and to do so they need to enter info about the venue. They click the drop down, start typing the name, if it's already in there they just select it and if not, they click the add button. That triggers a modal window where they add the venue. When they submit the modal, it's selected in the drop down. Pretty slick and I can't think of any way you could make it quicker or easier for users.

@jemagee
Copy link
Owner Author

jemagee commented Aug 5, 2017

I'm not sure I want users to be able to add new options without some sort of screening process, if that makes sense - my integrating JS with Rails experience is kind of limited, but go rails is a really good resource I know that...i'll take a look

@OmarMoataz
Copy link

OmarMoataz commented Jun 4, 2018

Hey, I wanted to ask if this project is still in development? I am considering contributing to it.

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

No branches or pull requests

3 participants