Skip to content

feat: implementing of search in header and navigating to home or search page accordingly

dindigala requested to merge feature/#285-search-header into develop

Feature

Summary

This MR provides…

  • Implementing of search breadcrumb in header and navigating to website homepage or search page accordingly

Does the result of the MR comply to our "definition of done"?

  • Unit tests passed
  • Code reviewed
  • Acceptance criteria met
  • Functional tests passed
  • Non-Functional requirements met
  • Product Owner accepts the User Story

Documentation

  • I updated the README (if applicable)
  • I provided my functions with appropriate documentation
  • I adjusted other parts of the documentation (if applicable)

Tests

Are we able to test this new feature?

  • Yes, everything can be done via unit tests.

  • Yes, you can test by following these steps:

    1 - Modify the following url to run it in local(based on the localhost entrypoint value of Website): 
      
        breadcrumbnavigation.vue
    
        line 21: :href="`http://localhost:8081`"


        line 37: :href="`http://localhost:8081/search.html?searchTerm=${searchTerm}`"
  • No, it is not possible.

Changelog

  • I added a statement to the CHANGELOG.

Related Tickets

Add all related issues and especially those to be closed.

Related

Closes

Logs and Screenshots

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Merge request reports