Skip to content

Reorder the Unfiltered Display of all Projects #8490

@nadiaspn0503

Description

@nadiaspn0503

Overview

We need to reorder the unfiltered display of all projects from Active to On Hold to Completed so that the projects are organized for easy viewing.

Details

The current logic used to order projects in the unfiltered project list is Active to Completed to On Hold. Potentially we could remove the completed projects to an archived section unless we want to keep them on the site for visibility.

Action Items

  • For the file /assets/js/current-projects.js, correct the current filter order on line 237 from "["Active","Completed","On Hold"]" to "["Active","On Hold","Completed"]", so
        const statusList = ["Active","Completed","On Hold"]
    
    becomes
        const statusList = ["Active","On Hold","Completed"]
    
  • Use Docker to test changes locally, in both desktop and mobile views

Resources/Instructions

Metadata

Metadata

Assignees

No one assigned

    Labels

    Complexity: SmallTake this type of issues after the successful merge of your second good first issueDraftIssue is still in the process of being createdP-Feature: Projects pagehttps://www.hackforla.org/projects/role: back end/devOpsTasks for back-end developersrole: front endTasks for front end developerssize: 0.5ptCan be done in 3 hours or less

    Type

    No type

    Projects

    Status

    New Issue Approval

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions