-
Notifications
You must be signed in to change notification settings - Fork 1
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
Decision outcome applications,noi public search #1145
Conversation
...tures/public/search/notice-of-intent-search-table/notice-of-intent-search-table.component.ts
Outdated
Show resolved
Hide resolved
portal-frontend/src/app/features/public/search/public-search.component.ts
Outdated
Show resolved
Hide resolved
...es/apps/alcs/src/providers/typeorm/migrations/1699461885734-add_outcome_public_search_noi.ts
Outdated
Show resolved
Hide resolved
I don't see any updates to the mobile view, SearchListComponent, does it also need to be updated? |
* Fix bug with alrArea having wrong precision
...alcs/src/portal/public/search/notice-of-intent/public-notice-of-intent-search-view.entity.ts
Outdated
Show resolved
Hide resolved
services/apps/alcs/src/portal/public/search/public-search.controller.ts
Outdated
Show resolved
Hide resolved
@@ -246,7 +249,7 @@ export class PublicSearchController { | |||
localGovernmentName: notification.localGovernmentName, | |||
ownerName: notification.applicant, | |||
class: 'NOTI', | |||
status: notification.status.status_type_code, | |||
status: notification.status.status_type_code |
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.
This needs a prettier format I think. Looks like on some files your code is using a trailing comma but not all of them. For some reason on this file it looks like it IS NOT adding trailing commas.
"trailingComma": "all" is the prettier setting in the .prettierrc
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.
LGTM 👍
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.
Just noticed there are still two migrations, do you need both? Can you remove one?
No description provided.