Skip to content

Update project cards to show Tools #2764

@JessicaLucindaCheng

Description

@JessicaLucindaCheng

Overview

As a developer, I want Tools to show up on the project cards on the Projects page so that the information on the individual project info pages is the same as on the project cards.

Action Items

  • See how the Tools field values are in the md files under _projects directory. (To find the md files with a Tools field, you will need to use the search function on your IDE. You may need to look online to figure out how to do this for your specific IDE.)
    • In the Resources/Instructions section below, as examples, there are a few of the files with the Tools field and its corresponding individual project info pages.
  • Implement code so that Tools show up on the project cards on the Projects page
    • Your implementation should take into consideration:
      • Possible future projects that are added that have tools, and
      • Current projects that may add tools later.
  • Check the Tools field is only visible on project cards where the project md files have a Tools field and have tools listed
  • Check the Tools field is NOT visible on project cards where the project md files either:
    • Don't have a Tools field at all, or
    • Has a Tools field but no tools listed. For example, Guides Team shouldn't have Tools show up on the project card because it doesn't have any tools listed:
  • Make sure your changes look good on desktop, tablet, and mobile views, and nothing gets messed up

Resources/Instructions

Files you may need to implement your code:

As examples, below are only a few of the files with the Tools field and its corresponding individual project info pages:

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions