-
-
Notifications
You must be signed in to change notification settings - Fork 847
Description
Dependency
- Remove unused
alt-herofield from public-tree-map.md project file #3209 - Remove unused
alt-herofield from 100-automations.md project file #2891 - Remove unused
alt-herofield from 311-data.md project file #2892 - Remove unused
alt-herofield from access-the-data.md project file #2920 - Remove unused
alt-herofield from ballot-nav.md project file #2921 - Remove unused
alt-herofield from brigade-organizers-playbook.md project file #2922 - Remove unused
alt-herofield from civic-opportunity-project.md project file #2923 - Remove unused
alt-herofield from civic-tech-index.md project file #2924 - Remove unused
alt-herofield from civic-tech-jobs.md project file #2925 - Remove unused
alt-herofield from civic-tech-structure.md project file #2926 - Remove unused
alt-herofield from design-systems.md project file #2927 - Remove unused
alt-herofield from ems-triage-tracker.md project file #3194 - Remove unused
alt-herofield from engage.md project file #3195 - Remove unused
alt-herofield from expunge-assist.md project file #3196 - Remove unused
alt-herofield from food-oasis.md project file #3197 - Remove unused
alt-herofield from green-earth-os.md project file #3198 - Remove unused
alt-herofield from guides-team.md project file #3199 - Remove unused
alt-herofield from heart.md project file #3200 - Remove unused
alt-herofield from hellogov.md project file #3201 - Remove unused
alt-herofield from home-unite-us.md project file #3202 - Remove unused
alt-herofield from jobs-for-hope.md project file #3203 - Remove unused
alt-herofield from lucky-parking.md project file #3204 - Remove unused
alt-herofield from metro-ontime.md project file #3205 - Remove unused
alt-herofield from new-schools-today.md project file #3206 - Remove unused
alt-herofield from not-today.md project file #3207 - Remove unused
alt-herofield from open-community-survey.md project file #3208 - Remove unused
alt-herofield from shared-housing-project.md project file #3210 - Remove unused
alt-herofield from spare.md project file #3211 - Remove unused
alt-herofield from tdm-calculator.md project file #3212 - Remove unused
alt-herofield from undebate.md project file #3213 - Remove unused
alt-herofield from vrms.md project file #3214 - Remove unused
alt-herofield from website.md project file #3215 - Remove unused
alt-herofield from writeforall.md project file #3216
Overview
As a developer, I want to make sure unused code is removed from the codebase in project cards so that
- time to load the website is as low as possible,
- it's easier to understand the code, and
- time to review the code is reduced.
For this epic, we will write issues to remove the alt-hero field in the project md files, which will be added as Dependency items above.
Details
In project md files, image-hero is a decorative background image and alt-hero is the alt text associated with image-hero. However, alt-hero text is not used anywhere in our codebase since the image-hero is used as an SCSS background image.
Moreover, if the image-hero were to be used in an img HTML tag in the future, the alt text for all the image-hero images would be alt="", which could be set programmatically for all the alt properties associated with each image-hero.
Developers will write issues for this epic by following the "Instructions for Developers" in the Instructions tab of the HfLA-Website: Remove unused alt-hero field from project mds Google Sheet and using the Project md file: Removing unused alt-hero field issue template. After an issue is created, the technical lead(s) will review each issue by following the "Instructions for Technical Leads" in the Instructions tab of the HfLA-Website: Remove unused alt-hero field from project mds Google Sheet.
Action Items
- Write issues for this epic. See this spreadsheet HfLA-Website: Remove unused alt-hero field from project mds Google Sheet and the issues that need to be written.
- Once all the issues in the Dependency section are checked off and closed, use the search function in your IDE to check the following for the .md files in _projects:
- There is no
alt-hero:field in any of the.mdfiles in _projects. (If you are using VSCode as your IDE, you can search foralt-hero:and restrict the search by filling in the "files to include" field with_projects. Other IDEs may have similar search capabilities.)- If you find any
alt-hero:fields in any of the.mdfiles in _projects, list the .md file(s) you found them in in a new comment below.- Then reach out to the merge team and technical leads to help you write issues to fix what you found.
- If you find no
alt-hero:fields in any of the.mdfiles in _projects, then in a new comment below say you found noalt-hero:fields and close the issue.
- If you find any
- There is no
Resources/Instructions
- Google Sheet with instructions to write the issue and to track issue creation: HfLA-Website: Remove unused alt-hero field from project mds Google Sheet
- Issue template to use: Project md file: Removing unused
alt-herofield - Directory to find project md files: _projects
Accessibility information
Metadata
Metadata
Assignees
Labels
Type
Projects
Status