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

Roadmap #1

Open
5 tasks
Extra-lightwill opened this issue Feb 18, 2017 · 1 comment
Open
5 tasks

Roadmap #1

Extra-lightwill opened this issue Feb 18, 2017 · 1 comment

Comments

@Extra-lightwill
Copy link
Owner

Extra-lightwill commented Feb 18, 2017

  • implement add Task mutation
  • implement edit Task mutation
  • implement remove Task mutation
  • implement query total number of Tasks
  • implement search to retrieve Tasks based on dynamic parameters

Note: Use connection + GraphQLList in separate queries to cover both use-cases

@Extra-lightwill
Copy link
Owner Author

Extra-lightwill commented Feb 18, 2017

@Neitsch

Current commit:

  • AFAIK, db models are mapped correctly with GraphQL models
  • db tables are created using sequelize logic in connection.js file
  • basic front-end UI is done
  • TasksMain page functions have been updated
  • Database insert for addTaskMutation is working but appears to be inserting empty object

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