ER: Errors on the Access the Data project page #4660
Labels
Complexity: Small
Take this type of issues after the successful merge of your second good first issue
ER
Emergent Request
P-Feature: Projects page
https://www.hackforla.org/projects/
role: back end/devOps
Tasks for back-end developers
role: front end
Tasks for front end developers
size: 0.25pt
Can be done in 0.5 to 1.5 hours
Milestone
Emergent Requirement - Problem
There are two errors in the Access the Data project data
Issue you discovered this emergent requirement in
Date discovered
5/3/23
Did you have to do something temporarily
Who was involved
@roslynwythe
What happens if this is not addressed
The Slack link for AJ Price is a bad link, and the icon for the GitHub resource is the generic "link" icon, which still works but it is a bit confusing and not consistent with the presentation of the GitHub resource on other project pages
Resources
GitHub resource card on Access the Data page (incorrect icon)
GitHub resource card on other project pages (correct icon)
Recommended Action Items
Potential solutions [draft]
The incorrect Github icon is caused by the fact that access-the-data.md contains the markdown
- name: Github
however the code that uses the name property does a case-sensitive test forname==GitHub
. So we could either change the markdown to capitalize the 'h' or else change the code to do a case-insensitive test.The text was updated successfully, but these errors were encountered: