Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Ari Rizzitano (Deactivated)Douglas Hall (Deactivated)

Goals

  • Understand the performance and code complexity tradeoffs involved in using GraphQL as a data proxy
  • Understand the additional UX and functional considerations involved in frontends making complex GraphQL queries
  • Judge whether GraphQL is a viable tool for implementing and scaling a decoupled frontend architecture

Functional Requirements

  • Sandbox environment running an instance of Apollo Server
  • Experimental implementation of learner dashboard page
    • React on top of Apollo Client
    • Hits multiple IDAs:
      • LMS
      • Discovery
      • ecommerce
      • credentials
    • Independently deployable (e.g. not part of LMS)

First Pass

  • Sandbox environment
  • Display a page showing a list of enrollments
    • Serve from LMS
    • React owns entire page, embedded within a Mako template
  • Doug will handle setting up Apollo Server
  • Ari will set up the frontend + Apollo Client

Questions, once we've accomplished the first pass

  • Data modeling/schema?
  • How to handle skeleton states for UI?
  • How to independently deploy a React app?
  • Separate header/footer?
  • Performance and caching?


  • No labels