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

Palvelukokonaisuudet (Service Units) #430

Merged
merged 29 commits into from
Apr 17, 2024
Merged

Palvelukokonaisuudet (Service Units) #430

merged 29 commits into from
Apr 17, 2024

Conversation

NC-jsAhonen
Copy link
Contributor

@NC-jsAhonen NC-jsAhonen commented May 24, 2023

Tässä haarassa toteutetaan palvelukokonaisuudet ja se on tuotu viimeisimpien muutosten tasalle.

Tämä haara on duplikaatti haarasta service units ja PR:stä #401 , koska rebasen tehtyäni lokaalin ja remoten committien historiatiedoissa oli jotain ristiriitaa, niin päätin tehdä uuden haaran.

Bäkkärin vastaava branch on wip-service-unit.

@NC-jsAhonen NC-jsAhonen requested a review from mikkokeskinen May 24, 2023 13:05
@NC-jsAhonen NC-jsAhonen marked this pull request as draft May 24, 2023 13:08
@NC-jsAhonen NC-jsAhonen marked this pull request as ready for review October 16, 2023 10:17
@NC-jsAhonen NC-jsAhonen changed the title WIP: Palvelukokonaisuudet (Service Units) Palvelukokonaisuudet (Service Units) Oct 16, 2023
@NC-jsAhonen NC-jsAhonen requested review from a user, henrinie-nc and EmiliaMakelaVincit and removed request for a user October 16, 2023 10:54
ghost
ghost previously requested changes Oct 16, 2023
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Initial findings commented to the pull request and there are some ideas written how to improve code quality. Lets discuss about changes also on a meeting. Shortly mentioned there are so many changes in this pull request that review will take a bit too long -> smaller changes, easier to check them.

src/components/form/FieldTypeContactSelect.js Outdated Show resolved Hide resolved
src/contacts/components/ContactsListPage.js Outdated Show resolved Hide resolved
src/contacts/components/ContactsListPage.js Show resolved Hide resolved
src/invoiceNote/components/InvoiceNoteListPage.js Outdated Show resolved Hide resolved
@NC-jsAhonen NC-jsAhonen requested a review from a user November 7, 2023 12:24
@NC-jsAhonen NC-jsAhonen dismissed ghost ’s stale review November 7, 2023 13:32

Looked through the suggestions under this comment

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Minor tweaks should be done. Overall there are lots of good changes.

src/contacts/components/ContactPage.js Outdated Show resolved Hide resolved
src/invoiceNote/components/InvoiceNoteListPage.js Outdated Show resolved Hide resolved
src/leases/components/LeasePage.js Outdated Show resolved Hide resolved
src/leases/components/createLease/CreateLeaseForm.js Outdated Show resolved Hide resolved
src/components/inputs/UserServiceUnitSelectInput.js Outdated Show resolved Hide resolved
src/components/inputs/UserServiceUnitSelectInput.js Outdated Show resolved Hide resolved
@NC-jsAhonen NC-jsAhonen requested a review from a user November 21, 2023 14:07
@@ -365,6 +370,11 @@ class AreaSearchApplicationListPage extends PureComponent<Props, State> {
}

searchQuery.limit = LIST_TABLE_PAGE_SIZE;

if (searchQuery.service_unit === undefined && userActiveServiceUnit) {
Copy link

Choose a reason for hiding this comment

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

In Abstract there are 3 tabs (own work, own unit's work, and all area searches). Does this functionality allow user to see all area searches from all service units by default?

@NC-jsAhonen NC-jsAhonen removed the request for review from EmiliaMakelaVincit April 10, 2024 10:25
@NC-jsAhonen NC-jsAhonen requested a review from a user April 16, 2024 14:13
@NC-jsAhonen NC-jsAhonen merged commit 188b224 into develop Apr 17, 2024
4 checks passed
@juho-kettunen-nc juho-kettunen-nc deleted the service-units-2 branch December 4, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants