Versions Compared

Key

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

...

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

Peter Kulko

Vladyslav Zadorozhnii

REST API for overriding design tokens using

Vladyslav Zadorozhnii

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

2432

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

2480

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

2520

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

2550

2784
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 https://github.com/openedx/paragon/pull/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).

Updated 2785

Updated utility functions docs

Peter Kulko

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

...