learningequality / learningequality/studio

Replace unnecessary dialogs by regular pages

Open
#2,101 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

DEV: frontend TAG: tech update / debt
Dominant language
Python
Stars
191
Forks
307
Avg merge
5d 6h
Merged PRs (30d)
10

Description

In the past, we had lots of nested child routes, and we've been extensively using dialogs as fullscreen modals (for example ChannelModal and ChannelSetModal). Routes were flattened already though we had no time to convert those dialogs to regular pages. One of the reasons was that there's lots of layout logic implemented in FullscreenModal, and such refactor would be much larger than we could afford. After vue migration is done, let's check our routes and convert all unnecessary dialogs to regular pages together with using layouts like ImmersiveModalLayout.

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

After the Vue migration, review the routes and inspect ChannelModal, ChannelSetModal, FullscreenModal, and ImmersiveModalLayout. Identify dialogs that are being used as fullscreen pages and compare their layout logic with the available page layout. Done means unnecessary dialogs have been converted to regular pages without losing required layout behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.