Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
13490e43
Commit
13490e43
authored
Jun 30, 2017
by
Sascha Herzinger
Browse files
Restructuring a little bit
parent
5d7c277b
Changes
9
Hide whitespace changes
Inline
Side-by-side
src/services/chart-manager.js
View file @
13490e43
import
Vue
from
'
vue
'
import
CorrelationAnalysis
from
'
../
components
/charts/CorrelationAnalysis.vue
'
import
CorrelationAnalysis
from
'
../
vue
/charts/CorrelationAnalysis.vue
'
export
default
class
{
constructor
()
{
...
...
src/
components
/charts/CorrelationAnalysis.vue
→
src/
vue
/charts/CorrelationAnalysis.vue
View file @
13490e43
...
...
@@ -116,13 +116,13 @@
<
script
>
import
DataBox
from
'
../DataBox.vue
'
import
DataBox
from
'
../
components/
DataBox.vue
'
import
store
from
'
../../store/store
'
import
requestHandling
from
'
../methods/run-analysis
'
import
*
as
d3
from
'
d3
'
import
{
TweenLite
}
from
'
gsap
'
import
svgtooltip
from
'
../directives/v-svgtooltip
'
import
TaskView
from
'
../TaskView.vue
'
import
TaskView
from
'
../
components/
TaskView.vue
'
import
deepFreeze
from
'
deep-freeze-strict
'
export
default
{
name
:
'
correlation-analysis
'
,
...
...
src/components/DataBox.vue
→
src/
vue/
components/DataBox.vue
View file @
13490e43
...
...
@@ -29,7 +29,7 @@
</
template
>
<
script
>
import
store
from
'
../store/store
'
import
store
from
'
../
../
store/store
'
import
$
from
'
jquery
'
export
default
{
name
:
'
data-box
'
,
...
...
src/components/Loader.vue
→
src/
vue/
components/Loader.vue
View file @
13490e43
File moved
src/components/TaskView.vue
→
src/
vue/
components/TaskView.vue
View file @
13490e43
...
...
@@ -17,7 +17,7 @@
</
template
>
<
script
>
import
store
from
'
../store/store
'
import
store
from
'
../
../
store/store
'
import
Loader
from
'
./Loader.vue
'
import
$
from
'
jquery
'
export
default
{
...
...
src/
components
/directives/v-svgtooltip.js
→
src/
vue
/directives/v-svgtooltip.js
View file @
13490e43
File moved
src/
components
/methods/run-analysis.js
→
src/
vue
/methods/run-analysis.js
View file @
13490e43
File moved
test/data-box-test.js
View file @
13490e43
import
Vue
from
'
vue
'
import
DataBox
from
'
../src/components/DataBox.vue
'
import
DataBox
from
'
../src/
vue/
components/DataBox.vue
'
import
store
from
'
../src/store/store
'
describe
(
'
DataBox
'
,
()
=>
{
...
...
test/request-handling-test.js
View file @
13490e43
import
requestHandling
from
'
../src/
components
/methods/run-analysis
'
import
requestHandling
from
'
../src/
vue
/methods/run-analysis
'
import
RequestManager
from
'
../src/services/request-manager
'
import
store
from
'
../src/store/store
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment