Closed philtuskha closed 5 years ago
What's the status on this? Ready to merge?
@philtuskha and @whytheplatypus is this ready to merge?
@aviars there are conflicts to be resolved, and a change to be made to search internally within SMH App. In addition to any other work the @philtuskha believes should be included.
@philtuskha Can you please resolve? I'd like to demonstrate this to the search feature to the client on Friday if possible. /cc @whytheplatypus
closed due to #61
LocalUserAPI
view (visit is at/org/org-member-api
) this is a simple JSONView that takes what we are getting from VMI and filters those results with actual members. A Member's Social Auth UID needs to match a VMI User Profile sub field. If I'm honest, this may not prove to be the best implementation, but we need someway to relate what we are getting from VMI to members in the app.LocalUserAPI
to get results. I think that filtering with javascript makes sense for this part vs. making api calls to vmi on each keystroke.getUserData
(assets/js/main.js) filters by email || name.