Skip to content

Centralize and Refactor Photo Filtering with combineLatest #16

@amujalo2

Description

@amujalo2

Goal:
Use reactive composition to dynamically filter photos based on selected tags and approval
status.
Details:

  1. In the photo list component, combine observables:
    • selected tags
    • approval status
    • photo stream
  2. Use combineLatest and map to transform the filtered photo list.
  3. Ensure filtering reacts immediately to UI changes

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions