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

第2階段-前後端銜接 #20

Open
9 of 12 tasks
ben196888 opened this issue Oct 1, 2016 · 2 comments
Open
9 of 12 tasks

第2階段-前後端銜接 #20

ben196888 opened this issue Oct 1, 2016 · 2 comments

Comments

@ben196888
Copy link
Contributor

ben196888 commented Oct 1, 2016

React-Relay

Queries

  • All goods
  • Good
  • User

Mutations

  • Add good mutation (Upload)
  • Update good mutation (Edit)
  • Delete good mutation (Remove)
  • Bidding mutation

Fragments

  • Edge / Collection
  • Good
  • User

React-Redux

Should Component Update (Immutable related)

  • store.getState.auth.getIn(['user', 'isSignedIn'])
    Solved by wrapping component.

imgur API

Upload img

  • Upload image to imgur and get the url
@ben196888
Copy link
Contributor Author

All queries and addGoodMutation w/ mock data are done in #26 .

@ben196888
Copy link
Contributor Author

Won't do the relay features this version. Collections, Edges, and Fragments are not supported currently.

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

No branches or pull requests

2 participants