-
Notifications
You must be signed in to change notification settings - Fork 38
[MDS-6255] view mine report definitions #3398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ontent, and make a slice on the FE
…ination. TODO: I'm missing data fields, and the sort only applies to data currently on the page
… of sort/filter working (still a bit buggy)
@@ -0,0 +1,6 @@ | |||
export interface ISearchParams { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels strange that we don't already have this. Nice!
@@ -113,8 +112,6 @@ export const getMajorMinesApplicationStatusCodes = (state) => | |||
state[STATIC_CONTENT].majorMineApplicationStatusCodes; | |||
export const getMajorMinesApplicationDocumentTypes = (state) => | |||
state[STATIC_CONTENT].majorMineApplicationDocumentTypes; | |||
export const getMineReportDefinitionOptions = (state) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤨 I tried to find something to pick apart...but it looks pretty solid. 😁
|
|
|
Looks like there's a possibly legit error in a backend test:
|
|
Nice work!😃 |
Objective
TO
DODone:some work with sorting and filteringodd test failures locally, seeing if happens in pipeline(it was an import thing)changed instances where we used the static content reducer to use the new slice, but those instances aren't fetching datawrite more tests!MDS-6255
Why are you making this change? Provide a short explanation and/or screenshots