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

Gh-524-search-page #587

Merged
merged 6 commits into from
Jul 6, 2022
Merged

Gh-524-search-page #587

merged 6 commits into from
Jul 6, 2022

Conversation

OButlerOcc
Copy link
Contributor

Rewrote search page.
Search page routes to search listing with url params
Tests for each part of the form

@pjmonks pjmonks self-requested a review July 4, 2022 10:24
@pjmonks pjmonks self-assigned this Jul 4, 2022
@pjmonks pjmonks linked an issue Jul 4, 2022 that may be closed by this pull request
Copy link
Contributor

@pjmonks pjmonks left a comment

Choose a reason for hiding this comment

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

Overall this is very good @OButlerOcc . It works as expected, and your inclusion of test cases are well thought out.

I have left a few minor things for you cleanup before we'll consider this finished, if you see to them please.

}

reset() {
this.formGroup.controls.context.setValue(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

I've noticed that clicking the "Reset" button doesn't actually clear the context selection tree control. Because that is a custom control, perhaps you need to manually reset the inputs for it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Did not fix for now, using the MDMTreeSearchComponent as a view child binds the components together and want to avoid modifying MDMTreeSearchComponent if possible. Could also use the broadcast service but that seems out of scope for a small change

OButlerOcc and others added 2 commits July 5, 2022 17:01
Co-authored-by: Peter Monks <Peter.Monks@oxfordcc.co.uk>
@pjmonks pjmonks self-requested a review July 6, 2022 10:41
Copy link
Contributor

@pjmonks pjmonks left a comment

Choose a reason for hiding this comment

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

Excellent! 👍 🥇 Thanks for your hard work.

Approved ✔️

@pjmonks pjmonks merged commit 0d062e9 into develop Jul 6, 2022
@pjmonks pjmonks deleted the feature/gh-524-search-page branch July 6, 2022 10:52
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.

Create landing page for new Catalogue Search
2 participants