Skip to content

Filters not applied. --> NOT implemented --> new ISSUE #69

@omiras

Description

@omiras

Coming from #65

  1. When the filters are informed, they should be applied
  2. Create a new getter in vuex store that will filter each animal if animalSearchFilters is informed.
  3. The new getter should call the getAllAnimals getters, and then filter the information.
    getFilteredAnimals(state, getters) {
      const allAnimals = getters.getAllAnimals
    },
  1. Advice: try to test one filter each time. Then, set more than one filter at a time to test it
  2. Change the getter in the AnimalSlider

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions