mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
Adding checks in the API to assure the correct person is completeing a task based on the task's lane. Adding lane to the Navigation item. Adding a check to assure that unique user ids can be identified using task.data Added some additional ldap entries to make testing and development easier. Removed a big chunk of duplicate code from task_tests_api Modified some of the helper functions to make it easier to test as specific users. Added some additional bpmn models to the tests for testing lanes and roles.
124 lines
2.6 KiB
JSON
124 lines
2.6 KiB
JSON
{
|
|
"entries": [
|
|
{
|
|
"dn": "uid=lb3dp,ou=People,o=University of Virginia,c=US",
|
|
"raw": {
|
|
"cn": [
|
|
"Laura Barnes (lb3dp)"
|
|
],
|
|
"displayName": [
|
|
"Laura Barnes"
|
|
],
|
|
"givenName": [
|
|
"Laura"
|
|
],
|
|
"mail": [
|
|
"lb3dp@virginia.edu"
|
|
],
|
|
"objectClass": [
|
|
"top",
|
|
"person",
|
|
"organizationalPerson",
|
|
"inetOrgPerson",
|
|
"uvaPerson",
|
|
"uidObject"
|
|
],
|
|
"telephoneNumber": [
|
|
"+1 (434) 924-1723"
|
|
],
|
|
"title": [
|
|
"E0:Associate Professor of Systems and Information Engineering"
|
|
],
|
|
"uvaDisplayDepartment": [
|
|
"E0:EN-Eng Sys and Environment"
|
|
],
|
|
"uvaPersonIAMAffiliation": [
|
|
"faculty"
|
|
],
|
|
"uvaPersonSponsoredType": [
|
|
"Staff"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"dn": "uid=dhf8r,ou=People,o=University of Virginia,c=US",
|
|
"raw": {
|
|
"cn": [
|
|
"Dan Funk (dhf84)"
|
|
],
|
|
"displayName": [
|
|
"Dan Funk"
|
|
],
|
|
"givenName": [
|
|
"Dan"
|
|
],
|
|
"mail": [
|
|
"dhf8r@virginia.edu"
|
|
],
|
|
"objectClass": [
|
|
"top",
|
|
"person",
|
|
"organizationalPerson",
|
|
"inetOrgPerson",
|
|
"uvaPerson",
|
|
"uidObject"
|
|
],
|
|
"telephoneNumber": [
|
|
"+1 (434) 924-1723"
|
|
],
|
|
"title": [
|
|
"E42:He's a hoopy frood"
|
|
],
|
|
"uvaDisplayDepartment": [
|
|
"E0:EN-Eng Study of Parallel Universes"
|
|
],
|
|
"uvaPersonIAMAffiliation": [
|
|
"faculty"
|
|
],
|
|
"uvaPersonSponsoredType": [
|
|
"Staff"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"dn": "uid=lje5u,ou=People,o=University of Virginia,c=US",
|
|
"raw": {
|
|
"cn": [
|
|
"Elder, Lori J (lje5u)"
|
|
],
|
|
"displayName": [
|
|
"Lori Elder"
|
|
],
|
|
"givenName": [
|
|
"Lori"
|
|
],
|
|
"mail": [
|
|
"lje5u@virginia.edu"
|
|
],
|
|
"objectClass": [
|
|
"top",
|
|
"person",
|
|
"organizationalPerson",
|
|
"inetOrgPerson",
|
|
"uvaPerson",
|
|
"uidObject"
|
|
],
|
|
"telephoneNumber": [
|
|
"+1 (434) 924-1723"
|
|
],
|
|
"title": [
|
|
"E42:The vision"
|
|
],
|
|
"uvaDisplayDepartment": [
|
|
"E0:EN-Phy Anything could go here."
|
|
],
|
|
"uvaPersonIAMAffiliation": [
|
|
"faculty"
|
|
],
|
|
"uvaPersonSponsoredType": [
|
|
"Staff"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |