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

Graphl server side #5

Open
21 of 34 tasks
tylerthedeveloper opened this issue Jun 9, 2018 · 3 comments
Open
21 of 34 tasks

Graphl server side #5

tylerthedeveloper opened this issue Jun 9, 2018 · 3 comments

Comments

@tylerthedeveloper
Copy link

tylerthedeveloper commented Jun 9, 2018

  • GQL Types: add resolvers for foreign/relations
    • categories
    • chat
    • cart
    • products
    • order
    • transaction
    • users
  • GQL Queries: see above
    • categories
    • chat
    • cart
    • products
    • order
    • transaction
    • users
  • GQL Mutations: CRUD
    • categories
    • chat
    • cart
    • products
    • order
    • transaction
    • users
    • archive [-] (if duplication): GQL Mutations: cascading CRUD
  • GQL meets REST Part 1: link endpoints with services
    • categories
    • chat
    • cart
    • products
    • order
    • transactions
    • users
  • GQL meets REST Part 2: parse + serialize Firebase REST data
    • get better data resolution for post and update
@tylerthedeveloper
Copy link
Author

Update per our conversation regarding duplication @jclangst
/categories: a list of categories with their respective metadata
/products: a list of products with a reference to their category

lookup for product -> query (where category == category_id)

@tylerthedeveloper
Copy link
Author

tylerthedeveloper commented Jun 12, 2018

@jclangst In addition to the above please see the comment on chat.service.js from the second to last commit, 253538b

@fullykubed
Copy link

I followed up in the commit. Generally, you'll want to put the comments here instead of in the commit because the commit comments will be difficult to find in the future.

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