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

search attendees interface #reacteurope #13

Open
3 tasks
patcito opened this issue May 19, 2018 · 0 comments
Open
3 tasks

search attendees interface #reacteurope #13

patcito opened this issue May 19, 2018 · 0 comments

Comments

@patcito
Copy link

patcito commented May 19, 2018

  • Add a new screen to search for attendees with a text box on top and a list that autocompletes.
  • Clicking on a result should take the user to a new screen with user details.
  • if user has twitter or email make it possible to open the twitter app on click

use https://github.com/apollographql/react-apollo
Our graphql endpoint is: https://www.react-europe.org/gql

test with this app https://github.com/skevy/graphiql-app

query:

{
  events(slug: "reacteurope-2018") {
       attendees(q:"a", uuid:"f35ad898-fe07-49cc-bd55-c4fbb59ac1b7") {
         id
      lastName
      email
      firstName
      answers {
        id
        value
        question {
          id
          title
        }
      }
      
       }
  }
}
Florentijn added a commit to Florentijn/react-europe-2018-mobile that referenced this issue May 19, 2018
Florentijn added a commit to Florentijn/react-europe-2018-mobile that referenced this issue May 19, 2018
horacioh pushed a commit to horacioh/react-europe-mobile that referenced this issue May 19, 2018
…ch-attendees-mlyck

Fix searchbar position on non-dank phones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant