Versions Compared

Key

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

...

TimeItemWhoNotes
10 minStatusEveryone
0.5 minNext Paragon partyAriDoes next Thurs work for all interested?
10 minArch squad updateAri/DaveWhat's the arch squad, what are we working on, what's it mean for FedX? We'll do our best to answer these questions.

GDPR cookie bannerAlasdair and JaeGrowth team has been working on a universal cookie banner for GDPR, let's check it out!

Best practices for cookie-banner-ish thingsEveryoneHow do we want to handle elements like the cookie banner? Are they Paragon components, are they their own independent packages, how do we invoke them, how do we bundle styles, how do we make integration as smooth as possible?
45 secondsnpm-install-search-cliJaeCommand line tool that searches and installs npm (and yarn) packages
5.2 minutesreact xblock rendererGeorgeWhat would a react component to render an xblock look like? What were some gotchas? What is the best approach?

Notes

Arch Squad/Spreading Around Core

  • FedX meeting: bring up things that have come up and need work (mini-grooming?)

Enterprise XBlock Renderer

  • George is making a React component that renders an XBlock!!!
  • Remove + replace links + scripts
    • But preserve order!
  • dangerouslySetInnerHtml
  • Loading scripts serially is challenging
  • Is an XBlock really that bad?
    • triple scrollbars
    • video problematic
    • navigation difficult
    • a11y bad

Cookie Banner

  • Cookie banner is first content-specific package
    • Footer could be next
    • Header too?
  • Open questions
    • translations
      • SFE has pretty much hammered this out after quite a bit of discovery work
      • Can we reuse some of what SFE has done across our content-specific packages?
      • Eric guest speaker next week?
    • CSS
      • should paragon allow inline styles?
        • how to apply styles to specific DOM elements?
      • Should these styles just go upstream back into Paragon?
      • Could we pass pre-styled items into the components?
      • Let's think about this
  • Let's call these edX-specific components
  • Can we have a generator or cookiecutter for edX-specific components once we've answered these questions?