-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly handle save in profile name component (#105)
* fix: fix profile name componen's handleSave function * fix: use namedNode instead of literal when saving photo * fix: validate image uri * fix: improve barcode component styling * feat: add link to hosting organization * fix: css lint Signed-off-by: Wouter Termont <[email protected]> * test: coverage debump Signed-off-by: Wouter Termont <[email protected]> Co-authored-by: Wouter Termont <[email protected]>
- Loading branch information
1 parent
08a1e30
commit 68d105c
Showing
10 changed files
with
353 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@prefix : <#>. | ||
@prefix solid: <http://www.w3.org/ns/solid/terms#>. | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/>. | ||
@prefix pim: <http://www.w3.org/ns/pim/space#>. | ||
@prefix schema: <http://schema.org/>. | ||
|
||
:barcode-uitpas | ||
schema:hostingOrganization <https://uitpas.be/> ; | ||
schema:member <http://mijn.web.id/profile/card#me> ; | ||
schema:membershipNumber "121345687789" ; | ||
schema:programName "UiTPAS" . | ||
|
||
:barcode-mock-1 | ||
schema:member <http://mijn.web.id/profile/card#me> ; | ||
schema:membershipNumber "9876543210" ; | ||
schema:programName "UiTPAS" . | ||
|
||
:barcode-mock-2 | ||
schema:hostingOrganization <https://uitpas.be/> ; | ||
schema:member <http://mijn.web.id/profile/card#me> ; | ||
schema:membershipNumber "012345543210" ; | ||
schema:programName "UiTPAS" . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,244 @@ | ||
@prefix : <#>. | ||
@prefix solid: <http://www.w3.org/ns/solid/terms#>. | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/>. | ||
@prefix pim: <http://www.w3.org/ns/pim/space#>. | ||
@prefix schema: <http://schema.org/>. | ||
@prefix ldp: <http://www.w3.org/ns/ldp#>. | ||
@prefix c0: <https://wouteraj.inrupt.net/profile/card#>. | ||
@prefix c1: <https://belgiannoise.inrupt.net/profile/card#>. | ||
@prefix prof: <./>. | ||
@prefix n3: <http://www.w3.org/ns/auth/acl#>. | ||
@prefix in: </solid-chat/public/>. | ||
@prefix n4: </>. | ||
@prefix c: <https://stijntaelemans.inrupt.net/profile/card#>. | ||
@prefix n: <http://www.w3.org/2006/vcard/ns#>. | ||
@prefix pay: <http://digita.ai/voc/payslip#>. | ||
|
||
prof:card a foaf:PersonalProfileDocument; foaf:maker :me; foaf:primaryTopic :me. | ||
|
||
:id1601909945358 | ||
n:country-name "Belgium"; | ||
n:locality "Brussels"; | ||
n:postal-code "1000"; | ||
n:region "Brusssels"; | ||
n:street-address "Country Road 69". | ||
|
||
:id1589374025993 a n:Work; n:value <mailto:[email protected]>. | ||
:id1589374027282 a n:Home; n:value <mailto:[email protected]>. | ||
|
||
:id1601214413622 a n:Work; n:value <tel:+32479315191>. | ||
:id1601214413645 a n:Home; n:value <tel:+3216438543>. | ||
|
||
:me | ||
a schema:Person, foaf:Person; | ||
n:note "I enjoy nettle soup!"; | ||
n:organization-name "Cynalco Medics"; | ||
n:role "Janitor & Maintenance"; | ||
solid:privateTypeIndex </settings/privateTypeIndex.ttl>; | ||
solid:publicTypeIndex </settings/publicTypeIndex.ttl>; | ||
n:hasEmail :id1589374025993, :id1589374027282; | ||
n:hasAddress :id1601909945358; | ||
n:hasTelephone :id1601214413622, :id1601214413645; | ||
foaf:nick "tonyp"; | ||
n:honorific-prefix "Mr."; | ||
foaf:name "Tony Paillard". | ||
|
||
:payslip-jan-2021-w1 | ||
a pay:payslip; | ||
pay:employer <https://lidl.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1609459200"; | ||
pay:until "1612051200"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#month>; | ||
pay:grossAmount "2600"; | ||
pay:taxableAmount "2200"; | ||
pay:netAmount "1500". | ||
|
||
|
||
:payslip-feb-2021-w1 | ||
a pay:payslip; | ||
pay:employer <https://lidl.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1612137600"; | ||
pay:until "1614470400"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#month>; | ||
pay:grossAmount "2600"; | ||
pay:taxableAmount "2200"; | ||
pay:netAmount "1500". | ||
|
||
|
||
:payslip-mar-2021-w1 | ||
a pay:payslip; | ||
pay:employer <https://lidl.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1614556800"; | ||
pay:until "1617148800"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#month>; | ||
pay:grossAmount "2600"; | ||
pay:taxableAmount "2200"; | ||
pay:netAmount "1500". | ||
|
||
|
||
:payslip-apr-2021-w1 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1616976000"; | ||
pay:until "1617494400"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-apr-2021-w2 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1617580800"; | ||
pay:until "1618099200"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-apr-2021-w3 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1618185600"; | ||
pay:until "1618704000"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-apr-2021-w4 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1618790400"; | ||
pay:until "1619308800"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
|
||
:payslip-may-2021-w1 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1620000000"; | ||
pay:until "1620518400"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-may-2021-w2 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1620604800"; | ||
pay:until "1621123200"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-may-2021-w3 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1621209600"; | ||
pay:until "1621728000"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-may-2021-w4 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1621814400"; | ||
pay:until "1622332800"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
|
||
:payslip-jun-2021-w1 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1622419200"; | ||
pay:until "1622937600"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-jun-2021-w2 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1623024000"; | ||
pay:until "1623542400"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-jun-2021-w3 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1623628800"; | ||
pay:until "1624147200"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". | ||
|
||
:payslip-jun-2021-w4 | ||
a pay:payslip; | ||
pay:employer <https://adecco.be>; | ||
pay:employee <https://pods.actueel-inkomen.digita.ai/leapeeters/profile/card#me>; | ||
pay:from "1624233600"; | ||
pay:until "1624752000"; | ||
pay:stature "White Collar"; | ||
pay:dependent "1"; | ||
pay:wageUnit <http://digita.ai/voc/payslip#week>; | ||
pay:grossAmount "750"; | ||
pay:taxableAmount "650"; | ||
pay:netAmount "550". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.