-
-
Notifications
You must be signed in to change notification settings - Fork 847
Open
Labels
Complexity: SmallTake this type of issues after the successful merge of your second good first issueTake this type of issues after the successful merge of your second good first issueDraftIssue is still in the process of being createdIssue is still in the process of being createdP-Feature: Projects pagehttps://www.hackforla.org/projects/https://www.hackforla.org/projects/role: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or less
Milestone
Description
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"]", sobecomesconst statusList = ["Active","Completed","On Hold"]const statusList = ["Active","On Hold","Completed"] - Use Docker to test changes locally, in both desktop and mobile views
Resources/Instructions
- 1.01 Projects page: https://www.hackforla.org/projects
- 1.02 Code for the projects filter: https://github.com/hackforla/website/blob/gh-pages/assets/js/current-projects.js
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Complexity: SmallTake this type of issues after the successful merge of your second good first issueTake this type of issues after the successful merge of your second good first issueDraftIssue is still in the process of being createdIssue is still in the process of being createdP-Feature: Projects pagehttps://www.hackforla.org/projects/https://www.hackforla.org/projects/role: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or less
Type
Projects
Status
New Issue Approval