Skip to content

Projects Pages: Update Project Status Options and Label Color #8776

Description

@kimberlyvaldez07

Dependency

This issue needs to be completed in order to execute and complete #8752 and #8751

Overview

We need to add a new project status option for "closed" projects and a new status label color scheme to ensure accuracy and distinction between the projects lifecycle.

Details

We are adding a 'Closed' project status to accurately reflect retired projects that did not make it to completion. This is different from 'completed' projects status.

Action Items

  • Review the notes section, example below and determine which files need to be updated and then create a draft
  • Review draft with Product team
  • Once approved, implement the change and close this issue

Instructions

New Project Status Label

  • Create a new status label called 'Closed'

Project Status Color Palette Update: for each project status label, do the following to the HEX number

  • Keep 'Active' as $color-lightgreen: #BBFFBB
  • Keep 'On Hold' as $color-lightyellow: #FFFF97
  • Update 'Closed' status to #D9D9D9
  • Update 'Completed' from
    .status-Completed {
      background-color: $color-salmon;
    }
    to #B8D9FF

Resources

Here is an example

Ignore the shape of the labels. This is an example of what it should look like.

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions