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

#1731 Bugfix: Exercise search #1732

Merged
merged 4 commits into from
Oct 13, 2022
Merged

Conversation

warrensearle
Copy link
Member

@warrensearle warrensearle commented Sep 9, 2022

^

What's included?

Fixes exercise search

Who should test?

✅ Product owner
✅ Developers
✅ UTG

How to test?

Log in to admin, go to exercises list and search for an exercise.

Note the search is currently case sensitive and a "starts with" style search.

e.g. a search for "IA Test" will match the following:

  • IA Test
  • IA Test 2

but not the following:

  • ia test
  • This is an IA Test

Risk - how likely is this to impact other areas?

🟢 No risk - this is a self-contained piece of work


PREVIEW:DEVELOP
can be OFF, DEVELOP or STAGING

@warrensearle warrensearle requested review from a team as code owners September 9, 2022 10:59
@warrensearle warrensearle requested review from andrew-isaac, tomlovesgithub, lloback and HalcyonJAC and removed request for lloback September 9, 2022 10:59
@warrensearle warrensearle temporarily deployed to develop September 9, 2022 11:02 Inactive
@warrensearle warrensearle temporarily deployed to develop September 9, 2022 11:02 Inactive
@github-actions
Copy link

github-actions bot commented Sep 9, 2022

Visit the preview URL for this PR (updated for commit 6e5cd86):

https://jac-admin-develop--pr1732-bugfix-1731-exercise-ak2rapau.web.app

(expires Sat, 12 Nov 2022 09:26:48 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@warrensearle warrensearle temporarily deployed to develop September 9, 2022 11:11 Inactive
Copy link
Contributor

@HalcyonJAC HalcyonJAC left a comment

Choose a reason for hiding this comment

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

👍

@@ -199,11 +195,6 @@ export default {
this.$store.dispatch('exerciseCollection/storeItems', { items: this.selectedItems });
this.$router.push({ name: 'exercises-export' });
},
exerciseSearch(searchTerm) {
return new Promise(resolve => {
resolve([searchTerm, searchTerm.toLowerCase(), searchTerm.toUpperCase()]);
Copy link
Contributor

Choose a reason for hiding this comment

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

😢

@tomlovesgithub tomlovesgithub temporarily deployed to develop October 12, 2022 13:52 Inactive
@warrensearle warrensearle merged commit 3fe6bfe into main Oct 13, 2022
@warrensearle warrensearle deleted the bugfix/1731-exercise-search branch October 13, 2022 09:19
@warrensearle warrensearle changed the title #1731 Exercise search #1731 Bugfix: Exercise search Oct 13, 2022
@warrensearle warrensearle temporarily deployed to develop October 13, 2022 09:24 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants