openedx / openedx/paragon

Improve flexibility and layout of the DataTable sidebar

Open
#3,852 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
140
Forks
100
Avg merge
1h 3m
Merged PRs (30d)
30

Description

Description

The current implementation of the DataTable sidebar in Paragon lacks flexibility and has some layout limitations.

  • The sidebar always renders the SidebarFilters component, without providing a way to inject or replace it with a custom component.
  • The sidebar layout is too skinny, which limits potential use cases (e.g., adding a search box or other interactive elements).

For additional context, see the related comment: https://github.com/openedx/frontend-app-catalog/pull/31#discussion_r2411609218

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the DataTable sidebar and its SidebarFilters usage, then read the related discussion in openedx/frontend-app-catalog#31. Define the component injection or replacement behavior and the required wider layout from that context. Done means the sidebar supports a custom filter component and accommodates wider interactive content without breaking its existing use.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.