openedx / openedx/frontend-app-authoring

Update document.title to use Helmet

Open
#897 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue help wanted
Dominant language
TypeScript
Stars
17
Forks
218
Avg merge
9d 20h
Merged PRs (30d)
20

Description

Using the Helmet component is makes updating the document title more readable and easier to control. Also need to add intl for the page name.

Example: https://github.com/openedx/frontend-app-course-authoring/blob/master/src/export-page/CourseExportPage.jsx#L53

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 with the referenced CourseExportPage.jsx example at line 53, then locate the corresponding document title update in this application. Change it to use the Helmet component and add intl for the page name; done means the page title is localized and controlled through Helmet.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend, internationalization
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.