-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
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.
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.
Looked through the suggestions under this comment
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.
Minor tweaks should be done. Overall there are lots of good changes.
f0a2d18
to
a1bb88d
Compare
6355d15
to
dd5b386
Compare
@@ -365,6 +370,11 @@ class AreaSearchApplicationListPage extends PureComponent<Props, State> { | |||
} | |||
|
|||
searchQuery.limit = LIST_TABLE_PAGE_SIZE; | |||
|
|||
if (searchQuery.service_unit === undefined && userActiveServiceUnit) { |
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.
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?
96ca504
to
1d46695
Compare
1d46695
to
b9907c5
Compare
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
.