sprintly / sprintly-kanban

A Kanban Board for Sprintly
https://kanban.sprint.ly
ISC License
494 stars 82 forks source link

MVP Search #15

Closed wookiehangover closed 9 years ago

wookiehangover commented 9 years ago

What does it do?

Adds a search bar powered by sprintly-search! This is really a foundation for more work to be done on the search page, but finally having a way to get at the faceted search API is awesome!

Where should the reviewer start?

app/stores/search-actions.js app/stores/search-store.js app/views/pages/search.js

Relevant background context?

This is a "better" implementation of Flux architecture, with async server stuff happening in the action creator rather than in the store, which is just "dumb" json.

The search results component came together quickly with react-bootstrap and the item card components, so everything was easy to wire together.

Screenshots

screen shot 2015-04-14 at 10 42 32 am screen shot 2015-04-14 at 10 45 37 am

florapdx commented 9 years ago

One little issue with the loader on staging, but the code looks :+1: :zap: :+1: I really like this new pattern - feels much easier to follow :)