Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Filter events on the calendar by a vocabulary term #137

Merged
merged 4 commits into from Dec 13, 2017

Conversation

jrjohnson
Copy link
Member

@jrjohnson jrjohnson commented Dec 8, 2017

Refs ilios/frontend#1636

WIP:

  • needs test for selected-term-tree (at least)

@jrjohnson
Copy link
Member Author

jrjohnson commented Dec 8, 2017

Deploy preview ready!

Built with commit 281deea

https://deploy-preview-137--ilios-common.netlify.com

@jrjohnson jrjohnson force-pushed the term-cal-filter branch 2 times, most recently from ab8addc to 2c86882 Compare December 11, 2017 06:05
@saschaben
Copy link
Member

click-tested for accuracy and functionality.

passes.


let results = a.concat(b, c, d);
this.set('activeFilters', results);
const activeFilters = [].concat(a, b, c, d, e);
Copy link
Member

Choose a reason for hiding this comment

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

no need to assign this to a variable

const activeFilters = [].concat(a, b, c, d, e);
return activeFilters;

can be shortened to return [].concat(a, b, c, d, e);

@stopfstedt stopfstedt assigned dartajax and unassigned stopfstedt and saschaben Dec 12, 2017
@dartajax dartajax merged commit c14c5cc into ilios:master Dec 13, 2017
@jrjohnson jrjohnson deleted the term-cal-filter branch December 13, 2017 04:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants