Skip to content

CFM-135_Model_Index_Filtering_Infrastructure #24

Merged

Conversation

Ioannis
Copy link
Contributor

@Ioannis Ioannis commented May 1, 2022

Initial commit dynamic construct of Index filterin
Screenshot from 2022-05-09 09-35-52
g

@Ioannis Ioannis marked this pull request as draft May 1, 2022 12:19
@Ioannis Ioannis force-pushed the CFM-135_Model_Index_Filtering_Infrastructure branch 3 times, most recently from f3e5aad to 28497db Compare May 4, 2022 12:23
@Ioannis Ioannis requested a review from arlen May 4, 2022 12:23
@Ioannis Ioannis marked this pull request as ready for review May 4, 2022 12:23
@Ioannis Ioannis force-pushed the CFM-135_Model_Index_Filtering_Infrastructure branch 3 times, most recently from bfef1bc to 7e8f100 Compare May 6, 2022 16:44
@arlen
Copy link
Contributor

arlen commented May 9, 2022

See comments in slack re: date-range filtering. We may want a simple vs. advanced view of this if range filtering within the valid-from and valid-through is desired, but I suspect that in practice the user can get the same general behavior using only two fields (no interior ranges). Let's discuss.

@Ioannis Ioannis force-pushed the CFM-135_Model_Index_Filtering_Infrastructure branch from 1ebff21 to e04e139 Compare May 13, 2022 08:58
@Ioannis Ioannis force-pushed the CFM-135_Model_Index_Filtering_Infrastructure branch from 34436f0 to 2eaca37 Compare May 16, 2022 05:14
Copy link
Contributor

@arlen arlen left a comment

Choose a reason for hiding this comment

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

This is working really well.

let dateWidgetInputs = document.querySelectorAll('duet-date-picker input');
// Remove all the Vue related fields
Array.prototype.slice.call(dateWidgetInputs).forEach( (el) => {
el.parentNode.removeChild(el);
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice improvement!

@arlen arlen merged commit c3a304f into COmanage:develop May 19, 2022
@Ioannis Ioannis deleted the CFM-135_Model_Index_Filtering_Infrastructure branch May 19, 2022 15:36
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants