coderplex-org / coderplex-backend

Backend for coderplex.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement members feature

elevenpassin opened this issue · comments

Overview

  • I can search a list of users.
  • I can view more information about a user, build experience
  • I can add new members and edit details of members
  • I can filter members by skill, job etc

In detail

  • Implement models for members and projects (#2)
  • Implement graphql types for members and projects (#5)
  • Implement resolvers for members and projects (#4)
  • Implement Authentication (#6)
  • Import existing user data and provide a way for users to setup their account
  • Implement filtering and pagination features