Skip to content
Adam Jolicoeur edited this page Nov 16, 2017 · 4 revisions

Design Tables

Each table is written in Markdown, and is structured in a manner that allows for sorting and filtering of each table. In order to allow for proper sorting and filtering, the following structure should be followed:

  • Column 1: Design Name (with link)
  • Column 2: Design Type
  • Column 3: Designer (or Designers, if more than one)
  • Column 4: Status
    • Each status corresponds to a particular color. You must write the exact status (case sensitive) in order for the colors apply. If you wish to change the text and/or colors, you can do so by updated this file: designs.html. The colors are determined by this file: table-colors.scss.
      • Needs Updates
      • Needs Review
      • UXD Verified
      • Ready for Dev
      • In Progress
      • Not Yet Started
  • Column 5: Last Updated Date (MM/DD/YYYY)
  • Column 6: Work Item Link
    • This corresponds to any Issue Tracking system to you are currently using. The most common ones used with this template are GitHub, GitLab, Trello and Jira.
| [InVision Design 1](designlink)                 | Wireframe             | Adam                  | Ready for Dev           | 07/12/2017        | [RH-UXD Issue 1](https://github.com/rh-uxd/design-tracker-template/issues)
Clone this wiki locally