openedx / openedx/frontend-app-authoring
Update document.title to use Helmet
Open
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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