Elvis Nunez

Results 181 comments of Elvis Nunez

Hi @beekeweerts, Thanks for your words! There's an issue with CoreData that when it works it's great and when it doesn't it's terrible. I've been trying to fix what you...

Hi @zanderxyz, Let me double check what's happening :)

@charbelhass thanks! We'll look into it.

@danr777 Hi danr777! Mind giving us a use case to start brainstorming on the best way to do this?

@danr777 That's a great idea! I'll look into it Our biggest issue at the moment is that a `FORMField` stores only one value https://github.com/hyperoslo/Form/blob/master/Source/Models/FORMField.h#L27

This is how it should look ![multiselect](https://cloud.githubusercontent.com/assets/1088217/7354038/920ee588-ed18-11e4-98b8-99b6918e6ee2.png)

The JSON for the field could look like this, ``` json { "id": "skill_types", "title": "Has the patient had or presently have any of the following conditions?", "type": "multiselect", "min_selected_values":...

No progress coming soon; feel free to send a PR following the suggested design. :)

@jeffreyjackson feel free to start a PR, let me know if I can help with anything :)

I see how the comma separated list would work and would be easier/faster to implement, but it feels like a halfway solution. And there are other caveats too, like you...