ER from TLDL: Audit paragraphs on website
- Dominant language
- JavaScript
- Stars
- 363
- Forks
- 872
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 18
Description
TLDL stands for Task List Dev Leads.
### Emergent Requirement - Problem
**Issue Description**
- Write an issue to create a Rollout Plan which will include the following Action Items:
- Include a Dependency section at the top of the issue as written in the "Potential solutions [draft]" section below.
- Note: The results of the "Design System Audit: Text Elements..." issues can be used to help determine the paragraph classes that need to be applied to the paragraphs on the website.
- Do an audit of each page's paragraphs to figure out what font styling it has and see if a paragraph class can be used in its place.
- Write Small issues to use paragraph classes and remove font styling in other classes. Make sure to search the repo to see where a class is used before removing its font styling.
**Notes:**
- Most of the paragraphs on the site probably don't use paragraph classes because it was "recently" added to the codebase on Mar 2, 2022.
- There are no paragraph 4-5 classes in our codebase because it was determined the font size was too small and not recommended.
### Who was involved
- @JessicaLucindaCheng
- `@SAUMILDHANKAR`
### What happens if this is not addressed
Instead of reusing the paragraph classes, we have duplicate font SCSS styling throughout our repo, which would make it harder to change the SCSS paragraphs' styling across the site if we decide to make changes to the design system.
### Resources
### Recommended Action Items
- [ ] Search and check
- [ ] If an open issue exists that addresses this ER
- [ ] If a closed issue exists that has already addressed this ER
- [ ] If an open issue doesn't exist and this ER wasn't already fixed by a closed issue, make a new issue to write a rollout plan. See the "Emergent Requirement - Problem" section above for details.
### Potential solutions [draft]
```
### Dependency
- [ ] These issues, titled "Design System Audit: Text Elements...", need to be completed or closed: https://github.com/hackforla/website/issues?q=is%3Aissue+%22Design+System+Audit%3A+Text+Elements%22+label%3A%22role%3A+design%22+
```
Contributor guide
Assessment
This issue has not been assessed yet.