-
Notifications
You must be signed in to change notification settings - Fork 43
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
PIMS-2029 ERP Visibility #2654
PIMS-2029 ERP Visibility #2654
Conversation
🚀 Deployment Information The Express API Image has been built with the tag: |
🚀 Deployment Information The React APP Image has been built with the tag: |
Code Climate has analyzed commit 7ef6090 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 89.7% (50% is the threshold). This pull request will bring the total coverage in the repository to 92.8%. View more on Code Climate. |
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.
Works very well.
as a general user only properties in a project with status 14 (In ERP) are visible on the inventory list and on the map. I was unable to open other properties.
colour to properties on the active inventory list and map list look good.
filter on the table works as expected.
No issues detected.
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.
Looks good, the filtering works well and tested viewing properties and projects in ERP with no issues, and also not able to view properties and projects that are not approved for ERP.
Do we want the same kind of filter for "In ERP Project" for the map, as right now with an agency that has over 100 properties on a map, it's kind of hard to tell which are in ERP.
Yes, that should be doable. I included the ProjectStatusId field on the map filter schema, so I think it's possible in the backend. Would probably just need a frontend control that we could add in the filter area. Will make a separate ticket for this. |
🎯 Summary
PIMS-2029
Goal
When a project is in ERP, both it and its properties should be viewable by users from outside agencies.
See the JIRA ticket for a full list of requirements: https://citz-imb.atlassian.net/browse/PIMS-2029?atlOrigin=eyJpIjoiNDQ1OTMyNjQ3YTM1NDRlYjlmODAwMTg5MmJhZDQ2YmMiLCJwIjoiaiJ9
Changes
Testing
🔰 Checklist