howtographql / howtographql-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Repo Roadmap

rohit-ravikoti opened this issue · comments

This is the Core repo for HowtoGraphQL and will be un-editable/closed to outside contributors. This repo will utilize the underlying Gatsby Theme and add in landing page layouts and user related functionality. It will also include the server implementation and Yoga2 setup.

/server

  • Plan schema
  • Implement resolvers
  • Set up Auth0

/client

  • Setup Gatsby and add Theme
  • Add apollo client for profile info
  • Add auth
  • Landing page per design
  • Pages (profile, LP, Tutorial overviews)
  • User Profile Screens
  • Voting UI for Community Tutorials
  • Tutorial overview pages (Fundamental, Core, Community)
  • Set up dev exp and workflow related configurations
    • Relative import paths
  • Port components from htg1 to htg2
    • Code snippets
    • Graphiql
    • Quizz Component
    • Tutorial Sidebar
  • Add core components like buttons, grids, header, footer etc.
  • Set up style guide and theming values
  • Create Main Layout
  • Create Post Layout