-
Notifications
You must be signed in to change notification settings - Fork 3
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
wfprev-143 Edit project: UI #359
Conversation
yzlucas
commented
Dec 10, 2024
...rc/main/angular/src/app/components/edit-project/project-details/project-details.component.ts
Outdated
Show resolved
Hide resolved
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.
Nice work. A couple of small items that need to be addressed.
loadChildren: () => | ||
import('src/app/components/edit-project.module').then(m => m.EditProjectModule), | ||
}, | ||
{ path: '', redirectTo: ResourcesRoutes.MAP, pathMatch: 'full' }, // Default route to map |
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.
Please add the authentication check canActivate: [PrevAuthGuard] like the list and map pages above
</select> | ||
</div> | ||
|
||
<!-- <div class="form-item full-width"> |
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.
Remove this commented code?
fireCentreOrgUnitId: 3001, | ||
bcParksRegionOrgUnitId: 4001, | ||
bcParksSectionOrgUnitId: 5001, | ||
coordinats:[48.407326,-123.329773], |
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.
Typo here, should be coordinates
...ar/src/main/angular/src/app/components/list-panel/projects-list/projects-list.component.html
Outdated
Show resolved
Hide resolved
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.
Looking good, I left a couple of suggestions
updated. |
Quality Gate passedIssues Measures |