Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TimeItemWhoNotes
10 minStatusEveryone
2 minutzFetch PSAJae
Google drive slides
urlhttps://docs.google.com/presentation/d/1sRJApb3Vt4LDr6MZp9VQaVvNaMejwm2bPZHpXgN34HM/edit?usp=sharing
10 minParagon issue reviewEveryoneTyler generously added a bunch of issues in Paragon – let's go through them and prioritize.
20 minArch updatesAri
  • Share some findings from the arch team's GraphQL spike; get folks' thoughts on next steps.
  • Review the incremental path to standalone frontend deployments
  • Poll for the room: where should business logic live?
    • Implementation cases welcome
  • PRIORITY THROWDOWN: header/footer vs. standalone frontend deployments
  • Put together some scope for whatever wins priority throwdown

Notes

Fetch vs. Axios

  • Axios: more readable, fewer gotchas, somewhat small size
  • Requires polyfill for es6 promises (or babel plugin?)
  • Folks who have used axios like it
  • Let's add it to the cookiecutter
  • babel polyfill comes with promise polyfill

Paragon issue review

  • DONE

Arch updates

  • GraphQL: how do we feel?
    • MUST stay aware of performance tradeoffs, caching benefits, etc.
    • If GraphQL can cache slow, "emininently cacheable" requests, it can (maybe) help with performance
  • Deployments
    • Authentication???
    • How should it work on devstacks?