update: Use federation sources
This commit is contained in:
parent
bf809740f7
commit
89db25fa85
@ -18,7 +18,7 @@ nav#main__menu
|
|||||||
sib-route(hidden,name='project', id-prefix=`${sdn}/projects/`, rdf-type='hd:project', use-id='')
|
sib-route(hidden,name='project', id-prefix=`${sdn}/projects/`, rdf-type='hd:project', use-id='')
|
||||||
div.sub-menu
|
div.sub-menu
|
||||||
sib-display(
|
sib-display(
|
||||||
data-src=`${sdn}/projects/`,
|
data-src=`${sdn}/sources/projects/`,
|
||||||
data-fields='project',
|
data-fields='project',
|
||||||
set-project='customer.name, dash, name',
|
set-project='customer.name, dash, name',
|
||||||
value-dash=' - ',
|
value-dash=' - ',
|
||||||
@ -34,7 +34,7 @@ nav#main__menu
|
|||||||
//- sib-route(hidden, name='circle', id-prefix=`${sdn}/circles/`, rdf-type='hd:circle')
|
//- sib-route(hidden, name='circle', id-prefix=`${sdn}/circles/`, rdf-type='hd:circle')
|
||||||
//- div.sub-menu
|
//- div.sub-menu
|
||||||
//- sib-display(
|
//- sib-display(
|
||||||
//- data-src=`${sdn}/circles/`,
|
//- data-src=`${sdn}/sources/circles/`,
|
||||||
//- data-fields='name',
|
//- data-fields='name',
|
||||||
//- widget-name='sib-display-div',
|
//- widget-name='sib-display-div',
|
||||||
//- next='circle'
|
//- next='circle'
|
||||||
@ -46,11 +46,11 @@ nav#main__menu
|
|||||||
div.menu-icon.icon-arrow-up
|
div.menu-icon.icon-arrow-up
|
||||||
div.menu-label Chat
|
div.menu-label Chat
|
||||||
div.menu-icon.icon-envelope-letter
|
div.menu-icon.icon-envelope-letter
|
||||||
sib-route(hidden, name='messages', id-prefix=`${sdn}/members/`, rdf-type='foaf:user', use-id='')
|
sib-route(hidden, name='messages', id-prefix=`${sdn}/users/`, rdf-type='foaf:user', use-id='')
|
||||||
div.sub-menu
|
div.sub-menu
|
||||||
sib-display(
|
sib-display(
|
||||||
data-src=`${sdn}/members/`,
|
data-src=`${sdn}/users/`,
|
||||||
data-fields='user.username',
|
data-fields='username',
|
||||||
widget-user.username='sib-display-div',
|
widget-user.username='sib-display-div',
|
||||||
next='messages'
|
next='messages'
|
||||||
)
|
)
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
p Here you can create a new group according to your interests, what you want to share, etc.
|
p Here you can create a new group according to your interests, what you want to share, etc.
|
||||||
|
|
||||||
sib-form(
|
sib-form(
|
||||||
data-src=`${sdn}/circles/`,
|
data-src=`${sdn}/sources/circles/`,
|
||||||
range-owner=`${sdn}/users/`,
|
range-owner=`${sdn}/users/`,
|
||||||
range-team=`${sdn}/members/`
|
range-team=`${sdn}/users/`
|
||||||
|
|
||||||
data-fields='name, description, description-text, owner, owner-text, team, team-text, jabberRoom, foaf:jabberID',
|
data-fields='name, description, description-text, owner, owner-text, team, team-text, jabberRoom, foaf:jabberID',
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
p Be specific and exhaustive to avoid answering too many questions later. Indicate what is the best way to fill the offer, the prerequisites...'
|
p Be specific and exhaustive to avoid answering too many questions later. Indicate what is the best way to fill the offer, the prerequisites...'
|
||||||
|
|
||||||
sib-form.block(
|
sib-form.block(
|
||||||
data-src=`${sdn}/job-offers/`,
|
data-src=`${sdn}/sources/job-offers/`,
|
||||||
range-skills=`${sdn}/skills/`,
|
range-skills=`${sdn}/skills/`,
|
||||||
|
|
||||||
data-fields='title, title-text, description, description-text, skills',
|
data-fields='title, title-text, description, description-text, skills',
|
||||||
|
@ -14,7 +14,7 @@ div.job-offers__main
|
|||||||
h1 New offers
|
h1 New offers
|
||||||
span Here you can find and post offers
|
span Here you can find and post offers
|
||||||
sib-display#offers-list(
|
sib-display#offers-list(
|
||||||
data-src=`${sdn}/job-offers/`,
|
data-src=`${sdn}/sources/job-offers/`,
|
||||||
data-fields='user-thumb, creationDate, title, description, skills, author',
|
data-fields='user-thumb, creationDate, title, description, skills, author',
|
||||||
|
|
||||||
set-user-thumb='author.account.picture, author.first_name, author.groups',
|
set-user-thumb='author.account.picture, author.first_name, author.groups',
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
sib-directory(
|
sib-directory(
|
||||||
data-src=`${sdn}/members/`,
|
data-src=`${sdn}/users/`,
|
||||||
range-groups=`${sdn}/groups/`,
|
range-groups=`${sdn}/groups/`,
|
||||||
range-skills=`${sdn}/skills/`
|
range-skills=`${sdn}/skills/`
|
||||||
)
|
)
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
p Here you can create your project, add members and assign them a job.
|
p Here you can create your project, add members and assign them a job.
|
||||||
|
|
||||||
sib-form.block(
|
sib-form.block(
|
||||||
data-src=`${sdn}/projects/`,
|
data-src=`${sdn}/sources/projects/`,
|
||||||
range-members=`${sdn}/members/`,
|
range-members=`${sdn}/users/`,
|
||||||
range-team=`${sdn}/users/`,
|
range-team=`${sdn}/users/`,
|
||||||
|
|
||||||
data-fields='block-project__info, block-project__fee, block-project__customer',
|
data-fields='block-project__info, block-project__fee, block-project__customer',
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
grid-area: name;
|
grid-area: name;
|
||||||
|
|
||||||
>sib-display-value[name^='user.'] {
|
>sib-display-value[name='name'] {
|
||||||
color: $color-216-4-22;
|
color: $color-216-4-22;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@extend h1;
|
@extend h1;
|
||||||
@ -51,7 +51,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sib-display-value[name='user.username'] {
|
sib-display-value[name='username'] {
|
||||||
grid-area: pseudo;
|
grid-area: pseudo;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
@ -59,7 +59,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sib-display-value[name='bio'] {
|
sib-display-value[name='profile.bio'] {
|
||||||
grid-area: bio;
|
grid-area: bio;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -69,7 +69,7 @@
|
|||||||
@extend %member-info;
|
@extend %member-info;
|
||||||
}
|
}
|
||||||
|
|
||||||
member-status[name$='available'] {
|
member-status[name$='profile.available'] {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
color: $color-244-73-62;
|
color: $color-244-73-62;
|
||||||
grid-area: status;
|
grid-area: status;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[name$='city'] * {
|
[name$='profile.city'] * {
|
||||||
@include mdi('atom');
|
@include mdi('atom');
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -22,11 +22,11 @@
|
|||||||
@include mdi('email-outline');
|
@include mdi('email-outline');
|
||||||
}
|
}
|
||||||
|
|
||||||
[name$='phone'] * {
|
[name$='profile.phone'] * {
|
||||||
@include mdi('cellphone-iphone');
|
@include mdi('cellphone-iphone');
|
||||||
}
|
}
|
||||||
|
|
||||||
[name="foaf:homepage"]:not(:empty) {
|
[name="profile.website"]:not(:empty) {
|
||||||
@include mdi('link-variant');
|
@include mdi('link-variant');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -177,7 +177,7 @@ member-info-groups {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[name='user.name'] {
|
[name='name'] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@extend h1;
|
@extend h1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user