Versions Compared

Key

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

\uD83D\uDDD3 Date

10

\uD83D\uDC65 Participants

\uD83E\uDD45 Goals

\uD83D\uDDE3 Discussion topics

Item

Presenter

Notes

Ready for review

Vladyslav Zadorozhnii

Peter Kulko

Master:

Alpha:

Old issues that can be considered for the ToDo for the current/next sprint

Issues

Vladyslav Zadorozhnii

Peter Kulko

https://github.com/openedx/paragon/issues/

2432

2796

https://github.com/openedx/paragon/issues/

2480

2797

https://github.com/openedx/paragon/issues/

2520

2798

https://github.com/openedx/paragon/issues/

2550

2799

https://github.com/openedx/paragon/issues/

2622

Replacement for deprecated components and other docs for design tokens migrations

Vladyslav Zadorozhnii

Updated documentation:

  • deprecated components;

  • font awesome;

  • CLI docs;

  • demo collapsible headings for the confluence docs.

Upgrade gatsby to v5

Vladyslav Zadorozhnii Peter Kulko

Discussed on the PWG and Brian Smith proposed to divide the PR into smaller parts

2800

https://github.com/openedx/paragon/issues/2794

https://github.com/openedx/paragon/

pull

issues/

2767
  • Runs out of memory and is not successful for development

  • There are results in the PR comment

  • We are currently in the process of upgrading the React version without upgrading the Gatsby versions (Draft PR).

  • REST API for overriding design tokens using

    Vladyslav Zadorozhnii 2819

    Peter Kulko

    Vladyslav Zadorozhnii

    https://openedx.atlassian.net/wiki/spaces/BPL/pages/3770744958/Migrating+MFEs+to+Paragon+design+tokens+and+CSS+variables#Migration-guide

    • added description for installing packages and launch features

    • when overriding package fronted-platform (using webpack.config.js), react-router-dom issues appear. These issues can be resolved by rebasing the pull request.

    • added notes on override features in Tutor.

    Updated utility functions docs

    Peter Kulko

    Vladyslav Zadorozhnii

    https://docs.google.com/spreadsheets/d/1DtEdJcICiUJTeQOAUSGmSurUy95XlLItwuiJJfYZJj8/edit#gid=0

    transitions in the Paragon

    Vladyslav Zadorozhnii

    Discussed on the PWG with Jeff Witt (Deactivated) Adam Stankiewicz wanted to discuss transitions in the PWG

    Toast function

    Vladyslav Zadorozhnii

    Code Block
      import React from 'react';
    import { ToastContainer, toast } from 'react-toastify';
    import 'react-toastify/dist/ReactToastify.css';
    
    function App() {
      const notify = () => toast("Wow so easy!");
      return (
        <div>
          <button onClick={notify}>Notify!</button>
          <ToastContainer />
        </div>
      );
    }

    ✅ Action items

    •  

    ⤴ Decisions