Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
5d792430
Commit
5d792430
authored
Dec 06, 2015
by
LE GAC Renaud
Browse files
Add the page Collection.
parent
8daf3716
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
102 additions
and
30 deletions
+102
-30
static/track_publications/src/wizard/Harvester.js
static/track_publications/src/wizard/Harvester.js
+102
-30
No files found.
static/track_publications/src/wizard/Harvester.js
View file @
5d792430
/**
/**
* Wizard to create an harvester.
* Wizard to create an harvester.
*
*
* The harvester is configures to look for publication in the
* store inspirehpe.net
*
* @since 0.9.3
* @since 0.9.3
*
*
*/
*/
...
@@ -25,13 +22,26 @@ Ext.define('Trp.wizard.Harvester', {
...
@@ -25,13 +22,26 @@ Ext.define('Trp.wizard.Harvester', {
"
<p>Select the <i>category of publication</i> you are looking for:</p>
"
"
<p>Select the <i>category of publication</i> you are looking for:</p>
"
],
],
textCollection1
:
[
"
<h4> 6/7 collection</h4>
"
,
"
<p>Enter the name of the collection:</p>
"
],
textCollection2
:
[
"
<p>Collections per experiment, know by <i>cds.cern.ch</i>,
"
,
"
can be found at
"
,
"
<a href='https://cds.cern.ch/collection/CERN Experiments'
"
,
"
target='_blank'>
"
,
"
https://cds.cern.ch/collection/CERN Experiments</a>.</p>
"
],
textCollaboration1
:
[
textCollaboration1
:
[
"
<h4> 5/7 collaboration</h4>
"
,
"
<h4> 5/7 collaboration</h4>
"
,
"
<p>Enter the name of the collaboration:</p>
"
"
<p>Enter the name of the collaboration:</p>
"
],
],
textCollaboration2
:
[
textCollaboration2
:
[
"
<p>Collaborations, know by
the store
<i>inspirehep.net</i>,
"
,
"
<p>Collaborations, know by <i>inspirehep.net</i>,
"
,
"
can be found at
"
,
"
can be found at
"
,
"
<a href='https://inspirehep.net/collection/Experiments'
"
,
"
<a href='https://inspirehep.net/collection/Experiments'
"
,
"
target='_blank'>
"
,
"
target='_blank'>
"
,
...
@@ -106,6 +116,7 @@ Ext.define('Trp.wizard.Harvester', {
...
@@ -106,6 +116,7 @@ Ext.define('Trp.wizard.Harvester', {
me
.
pageCategory
(),
me
.
pageCategory
(),
me
.
pageProducer
(),
me
.
pageProducer
(),
me
.
pageCollaborationOrPeople
(),
me
.
pageCollaborationOrPeople
(),
me
.
pageCollection
(),
me
.
pageProject
()
me
.
pageProject
()
]);
]);
...
@@ -115,19 +126,14 @@ Ext.define('Trp.wizard.Harvester', {
...
@@ -115,19 +126,14 @@ Ext.define('Trp.wizard.Harvester', {
// set the default store and trigger the handler onStoreChange
// set the default store and trigger the handler onStoreChange
me
.
down
(
'
#fieldStore
'
).
setValue
(
'
inspirehep.net
'
);
me
.
down
(
'
#fieldStore
'
).
setValue
(
'
inspirehep.net
'
);
// set the default producer value and trigger the handler onProducerChange
me
.
down
(
'
#fieldProducer
'
).
setValue
({
producer
:
"
collaboration
"
});
},
},
// jshint strict: true
// jshint strict: true
/**
/**
* Handler call when the
collaboration / People
is selected
* Handler call
s
when the
producer of publications
is selected
.
*
The method hide the unwanted page and setup
*
It is required using the store inspirehep.net.
*
the allowBlank flag
p
r
ope
rly
.
*
It enables the page collaboration or
p
e
op
l
e.
*
*
* @param {Ext.form.RadioGroup} radiofield
* @param {Ext.form.RadioGroup} radiofield
*
*
...
@@ -164,60 +170,100 @@ Ext.define('Trp.wizard.Harvester', {
...
@@ -164,60 +170,100 @@ Ext.define('Trp.wizard.Harvester', {
}
}
},
},
/**
* Handler calls when the store is selected.
* It loads the category store. It enables / disables the pages Producer,
* CollaborationOrPeople and Collections. Finally, it setups the
* allowBlank property.
*
* @param {Ext.field.ComboBox}
*
*/
onStoreChange
:
function
(
combo
)
{
onStoreChange
:
function
(
combo
)
{
"
use strict
"
;
"
use strict
"
;
var
me
=
this
,
var
me
=
this
,
fieldCategory
=
me
.
down
(
"
#fieldCategory
"
),
fieldCategory
=
me
.
down
(
'
#fieldCategory
'
),
fieldCollaboration
=
me
.
down
(
'
#fieldCollaboration
'
),
fieldCollection
=
me
.
down
(
'
#fieldCollection
'
),
fieldPeople
=
me
.
down
(
'
#fieldPeople
'
),
storeCategory
=
fieldCategory
.
getStore
(),
storeCategory
=
fieldCategory
.
getStore
(),
selectedStore
=
combo
.
getValue
();
selectedStore
=
combo
.
getValue
();
// choice of category depends on the selected store
// choice of category depends on the selected store
fieldCategory
.
clearValue
();
if
(
selectedStore
===
"
cds.cern.ch
"
)
{
if
(
selectedStore
===
"
cds.cern.ch
"
)
{
storeCategory
.
loadData
([{
storeCategory
.
loadData
([{
"
category
"
:
"
article
"
category
:
"
article
"
},
{
},
{
"
category
"
:
"
note
"
category
:
"
note
"
},
{
},
{
"
category
"
:
"
preprint
"
category
:
"
preprint
"
},
{
},
{
"
category
"
:
"
proceeding
"
category
:
"
proceeding
"
},
{
},
{
"
category
"
:
"
report
"
category
:
"
report
"
},
{
},
{
"
category
"
:
"
talk
"
category
:
"
talk
"
},
{
},
{
"
category
"
:
"
thesis
"
category
:
"
thesis
"
}]);
}]);
}
else
if
(
selectedStore
===
"
inspirehep.net
"
)
{
}
else
if
(
selectedStore
===
"
inspirehep.net
"
)
{
storeCategory
.
loadData
([{
storeCategory
.
loadData
([{
"
category
"
:
"
article
"
category
:
"
article
"
},
{
},
{
"
category
"
:
"
proceeding
"
category
:
"
proceeding
"
}]);
}]);
}
else
{
storeCategory
.
loadData
([]);
}
}
// wizard pages depends on the selected store
// wizard pages depends on the selected store
if
(
selectedStore
===
"
cds.cern.ch
"
)
{
if
(
selectedStore
===
"
cds.cern.ch
"
)
{
me
.
down
(
'
#pageProducer
'
).
setDisabled
(
true
);
me
.
down
(
'
#pageCollection
'
).
setDisabled
(
false
);
me
.
down
(
'
#pageCollaborationOrPeople
'
).
setDisabled
(
true
);
me
.
down
(
'
#pageCollaborationOrPeople
'
).
setDisabled
(
true
);
me
.
down
(
'
#pageProducer
'
).
setDisabled
(
true
);
}
else
if
(
selectedStore
===
"
inspirehep.net
"
)
{
}
else
if
(
selectedStore
===
"
inspirehep.net
"
)
{
me
.
down
(
'
#pageProducer
'
).
setDisabled
(
false
);
me
.
down
(
'
#pageCollaborationOrPeople
'
).
setDisabled
(
false
);
me
.
down
(
'
#pageCollection
'
).
setDisabled
(
true
);
me
.
down
(
'
#pageCollaborationOrPeople
'
).
setDisabled
(
false
);
me
.
down
(
'
#pageProducer
'
).
setDisabled
(
false
);
}
}
// Setup of the allowBlank configuration
// Setup of the allowBlank configuration
if
(
selectedStore
===
"
cds.cern.ch
"
)
{
fieldCollection
.
allowBlank
=
false
;
fieldCollaboration
.
allowBlank
=
true
;
fieldPeople
.
allowBlank
=
true
;
}
else
if
(
selectedStore
===
"
inspirehep.net
"
)
{
fieldCollection
.
allowBlank
=
true
;
fieldCollaboration
.
allowBlank
=
false
;
fieldPeople
.
allowBlank
=
false
;
// set the default producer value and the propert pages / fields
// setting for Collaboration and people (via onProducerChange)
me
.
down
(
'
#fieldProducer
'
).
setValue
({
producer
:
"
collaboration
"
});
}
// initialize the values
fieldCategory
.
selectFirstItem
();
fieldCollaboration
.
setValue
(
''
);
fieldCollection
.
setValue
(
''
);
fieldPeople
.
setValue
([]);
// put the finish button in the disable state
fieldCollaboration
.
validate
();
fieldCollection
.
validate
();
fieldPeople
.
validate
();
},
},
pageCategory
:
function
()
{
pageCategory
:
function
()
{
...
@@ -254,6 +300,32 @@ Ext.define('Trp.wizard.Harvester', {
...
@@ -254,6 +300,32 @@ Ext.define('Trp.wizard.Harvester', {
return
cfg
;
return
cfg
;
},
},
pageCollection
:
function
()
{
"
use strict
"
;
var
me
=
this
,
cfg
;
cfg
=
{
itemId
:
'
pageCollection
'
,
items
:
[{
border
:
false
,
html
:
me
.
textCollection1
.
join
(
"
"
)
},
{
allowBlank
:
false
,
itemId
:
'
fieldCollection
'
,
name
:
'
collection
'
,
xtype
:
'
textfield
'
},
{
border
:
false
,
html
:
me
.
textCollection2
.
join
(
"
"
)
}]
};
return
cfg
;
},
pageCollaboration
:
function
()
{
pageCollaboration
:
function
()
{
"
use strict
"
;
"
use strict
"
;
...
...
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