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

feat(search): add search for venues action [3] #30

Closed
4 tasks done
arnaud-zg opened this issue Aug 4, 2019 · 0 comments
Closed
4 tasks done

feat(search): add search for venues action [3] #30

arnaud-zg opened this issue Aug 4, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@arnaud-zg
Copy link
Owner

arnaud-zg commented Aug 4, 2019

Feature: Search for Venues

Scenario: As a user, I want to do a search for a venue
Given Jeff type something on the search bar
And he submitted it
Then Jeff should see a list of venues

Tasks:

  • Store api keys with localStorage for client app
  • Store api keys with node-localStorage for server app
  • Create a util for Get / Set credentials
  • We can set credentials like that client.set(config)

Extra materials:

We should do a search like that: getVenuesSearch(payload)

Types

export const CLIENT_ID_KEY = 'apiClientId'
export const CLIENT_SECRET_KEY = 'apiClientSecret'

export interface ICredentials {
  [CLIENT_ID_KEY]: string
  [CLIENT_SECRET_KEY]: string
}

Useful links

Related issues

N/A

@arnaud-zg arnaud-zg added the enhancement New feature or request label Aug 4, 2019
@arnaud-zg arnaud-zg self-assigned this Aug 4, 2019
@arnaud-zg arnaud-zg added this to To do in Sprint #1 via automation Aug 4, 2019
@arnaud-zg arnaud-zg pinned this issue Aug 4, 2019
@arnaud-zg arnaud-zg unpinned this issue Aug 4, 2019
@arnaud-zg arnaud-zg changed the title feat(search): add search for venues action feat(search): add search for venues action [] Aug 4, 2019
@arnaud-zg arnaud-zg changed the title feat(search): add search for venues action [] feat(search): add search for venues action [3] Aug 4, 2019
@arnaud-zg arnaud-zg added this to the v1.0.0 milestone Aug 4, 2019
@arnaud-zg arnaud-zg moved this from To do to In progress in Sprint #1 Aug 5, 2019
Sprint #1 automation moved this from In progress to Done Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Sprint #1
  
Done
Development

No branches or pull requests

1 participant