Skip to content

Export Vue filters in a seperate file#433

Merged
stefanoborini merged 3 commits into
switch_to_vuefrom
export_filter2
May 10, 2017
Merged

Export Vue filters in a seperate file#433
stefanoborini merged 3 commits into
switch_to_vuefrom
export_filter2

Conversation

@martinRenou

@martinRenou martinRenou commented May 9, 2017

Copy link
Copy Markdown
Member

Moved vue filters in a separate file under static/js/vue. This directory will also contain the generic components and form our toolkit.

@martinRenou martinRenou requested a review from stefanoborini May 9, 2017 16:46
@codecov-io

codecov-io commented May 9, 2017

Copy link
Copy Markdown

Codecov Report

Merging #433 into switch_to_vue will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           switch_to_vue     #433   +/-   ##
==============================================
  Coverage          95.33%   95.33%           
==============================================
  Files                 88       88           
  Lines               4077     4077           
  Branches             259      259           
==============================================
  Hits                3887     3887           
  Misses               138      138           
  Partials              52       52

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbc42a7...dca24a3. Read the comment docs.

@@ -0,0 +1,22 @@
define([

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

we need a standard place for vue stuff at this point. I have the same problems with components.
I would say create a directory /static/js/vue/. Inside, put filters.js. I will also do the same, and have a subdir components, where I'll put the initial toolkit.

@stefanoborini stefanoborini merged commit 109b522 into switch_to_vue May 10, 2017
@stefanoborini stefanoborini deleted the export_filter2 branch May 10, 2017 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants