Skip to content

Commit

Permalink
[MDS-6170] Update major project table to reflect project statuses (#3303
Browse files Browse the repository at this point in the history
)

* add expanding row to see project section statuses

* remove console.log

* remove comments

* remove more comments

* add test and make pr comment changes

* adjustment to test

* fix for test error

* trying to fix test again

* another attempt to fix test error

* addressing pr comments
  • Loading branch information
asinn134 authored Nov 14, 2024
1 parent 5c78f1a commit ad07a9c
Show file tree
Hide file tree
Showing 24 changed files with 1,746 additions and 1,326 deletions.
6 changes: 6 additions & 0 deletions services/common/src/constants/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ export enum MAJOR_MINE_APPLICATION_AND_IRT_STATUS_CODES {
UNR = "Under review",
}

export enum PROJECT_DECISION_PACKAGE_STATUS_CODES {
CMP = "Completed",
INP = "In Progress",
NTS = "Not Started",
}

export enum MINE_REPORT_SUBMISSION_CODES {
NRQ = "NRQ",
REQ = "REQ",
Expand Down
1 change: 1 addition & 0 deletions services/common/src/constants/strings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const DEFAULT_PAGE = "1";
export const DEFAULT_PER_PAGE = "10";
export const MAX_PER_PAGE = 1000000000;
export const DEFAULT_DASHBOARD_PARAMS = "?page=1&per_page=10";
export const DEFAULT_MAJOR_PROJECTS_DASHBOARD_PARAMS = "&sort_field=update_timestamp&sort_dir=desc";

// mine types
export const MAJOR_MINE = "Major mine";
Expand Down
Loading

0 comments on commit ad07a9c

Please sign in to comment.