Skip to content
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

PSP-9283 : UI UX Clean Up - Acquisition - Stakeholders - edit button #4524

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

eddherrera
Copy link
Collaborator

No description provided.

@eddherrera eddherrera added the enhancement New feature or request label Dec 9, 2024
@eddherrera eddherrera self-assigned this Dec 9, 2024
Copy link
Contributor

github-actions bot commented Dec 9, 2024

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4524

1 similar comment
Copy link
Contributor

github-actions bot commented Dec 9, 2024

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4524

Copy link
Contributor

github-actions bot commented Dec 9, 2024

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4524

Comment on lines 54 to 58
header={
<Row>
<Col md="10">Interests</Col>
<Col md="2" className="d-flex align-items-center justify-content-end pr-0">
<StyledEditWrapper>
{keycloak.hasClaim(Claims.ACQUISITION_EDIT) &&
statusSolver.canEditStakeholders() ? (
<EditButton title="Edit Interests" onClick={onEdit} />
) : null}
</StyledEditWrapper>
</Col>
<Col>Interests</Col>
</Row>
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: given that we no longer need a "complex" header - we could revert to the simple (string based) header perhaps?
ie: <Section header="Interests" ...>

Comment on lines 98 to 99
<Row>
<Col md="10">Non-interest Payees</Col>
<Col md="2" className="d-flex align-items-center justify-content-end pr-0">
<StyledEditWrapper>
{keycloak.hasClaim(Claims.ACQUISITION_EDIT) ? (
<EditButton title="Edit Non-interest payees" onClick={onEdit} />
) : null}
</StyledEditWrapper>
</Col>
<Col>Non-interest Payees</Col>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment re: header

Copy link
Collaborator

@asanchezr asanchezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see minor comments

Copy link
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4524

@eddherrera eddherrera merged commit 7801b74 into bcgov:dev Dec 10, 2024
8 checks passed
@eddherrera eddherrera deleted the psp-9283 branch December 10, 2024 20:53
devinleighsmith added a commit that referenced this pull request Dec 19, 2024
* PSP-9565: Changes on automation test set to accomodate GHA (#4516)

* data changes

* Testing browsers

* changing .net 6.0 to .net 8.0

* Deleting EdgeDriver nuget package

* Changes on webdriver config

* Update integration-test.yml

* Changes on automation test set - IS94

* Changes to adapt GHA

* Changing checklist button to explicit path

* Correcting a research file element

* CI: Bump version to v5.7.0-94.21

* psp-9500 Scheduler microservice (#4483)

* split off geoserver functionality into a microservice - update docker and ci/cd to support.

* psp-9500 scheduler microservice.

* change service scope

* Readme updates.

* github action corrections.

---------

Co-authored-by: Smith <[email protected]>

* CI: Bump version to v5.7.0-94.22

* Bump version to IS95 (#4518)

* CI: Bump version to v5.7.0-95.1

* PSP-9569 : H 120 document- Generated document shows full names, inste… (#4519)

Co-authored-by: Herrera <[email protected]>

* CI: Bump version to v5.7.0-95.2

* Github action fixes (#4520)

* CI: Bump version to v5.7.0-95.3

* Lease Historical file alignment fix (#4521)

Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.4

* PSP-9517 Remove "cannot determine" region dropdown from User Management screen under Admin Tools (#4522)

* Remove "Cannot determine" region from user management page

* Test updates

* CI: Bump version to v5.7.0-95.5

* Adding requested tooltip on View and Update forms (#4523)

* CI: Bump version to v5.7.0-95.6

* IS-95.00 Database Schema (#4511)

* IS-95.00 Database Schema

PSP_PIMS | Development Sprint: S95.00 | Design Sprint: 94 | Date: 2024-Dec-03
- Altered tables:
  - PIMS_ACQUISITION_FILE
  - PIMS_ACQUISITION_FILE_HIST
  - PIMS_COMPENSATION_REQUISITION
  - PIMS_COMPENSATION_REQUISITION_HIST
  - PIMS_EXPROPRIATION_PAYMENT
  - PIMS_EXPROPRIATION_PAYMENT_HIST
- Added build script:
  - 007_PSP_PIMS_COMPENSATION_REQUISITION_HIST_Add.sql
- Altered build script:
  - 007_PSP_PIMS_ACQUISITION_FILE_HIST_Add.sql
- Altered test script:
  - 043_PIMS_ACQUISITION_FILE.sql
- Requires additional metadata to meet standards

* Fixed alter down

* Aligning to LATEST

---------

Co-authored-by: Manuel Rodriguez <[email protected]>
Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.7

* IS 95 scaffold (#4525)

* Generated scaffold

* Fixed backend compilation and removed todos.

* CI: Bump version to v5.7.0-95.8

* PSP-9283 : UI UX Clean Up - Acquisition - Stakeholders - edit button (#4524)

Co-authored-by: Herrera <[email protected]>

* CI: Bump version to v5.7.0-95.9

* PSP-8923: UI UX Clean Up - Left Side Menu - Clicked icon stage (#4526)

* Adding new yellow tone color

* Adding highlighted color to selected path on the side Menu

* Color format change

* update snapshots

---------

Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.10

* Remove unecessary SetOriginalConcurrencyControlNumber method. (#4527)

* CI: Bump version to v5.7.0-95.11

* PSP-9279 UI UX - Acquisition - Agreements & Expropriation - UI Button update for consistency  (#4528)

* PSP-9279 UI UX cleanup - make generate buttons consistent

* Update snapshots

* Test updates

* CI: Bump version to v5.7.0-95.12

* psp-9632 limit the default bounds when resetting. (#4533)

Co-authored-by: Smith <[email protected]>
Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.13

* psp-9715 fix issues adding properties with no locations, and also override research file property updates. (#4530)

Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.14

* [CI] Fix build failures after ubuntu-latest upgrade to 24.04 (#4537)

* CI: Bump version to v5.7.0-95.15

* psp-9457 prevent disposed properties from being added to leases. (#4532)

* CI: Bump version to v5.7.0-95.16

* disposition override corrections - ensure save redirect functions. (#4536)

Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.17

* psp-9530 allow research files to add retired properties. (#4534)

* psp-9530 allow research files to add retired properties.

* fix test compilation error.

---------

Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.18

* PSP-8573 | Updated list headers (#4531)

* Updated list headers

* Added icons

* Fixed Typos

* lint fixes

---------

Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.19

* PSP-9655 : FT-REG: When creating a new file approximately after 4pm P… (#4540)

* PSP-9655 : FT-REG: When creating a new file approximately after 4pm PST timezone, PIMS timestamps the file with the next day's date

* - test updates

* - test updates

---------

Co-authored-by: Herrera <[email protected]>
Co-authored-by: Alejandro Sanchez <[email protected]>

* CI: Bump version to v5.7.0-95.20

---------

Co-authored-by: Sue Tairaku <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: devinleighsmith <[email protected]>
Co-authored-by: Smith <[email protected]>
Co-authored-by: Eduardo <[email protected]>
Co-authored-by: Herrera <[email protected]>
Co-authored-by: Doug Filteau <[email protected]>
Co-authored-by: Manuel Rodriguez <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants