Created "client report" view. Also added facets et al but will probably remove them

This commit is contained in:
2021-11-16 16:40:57 +00:00
parent 4508de3149
commit d86877ce45
7 changed files with 968 additions and 6 deletions

77
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "99b9bd024051f4a97371b8925a8ac972",
"content-hash": "6369685cff7ce743ba3972ba00401283",
"packages": [
{
"name": "asm89/stack-cors",
@ -94,7 +94,7 @@
"source": {
"type": "git",
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git",
"reference": "88cd511d9f1f3c6dffe5ce72d5304aa11c527ca5"
"reference": "623e801c588033d53b1544e0a622992453210a1a"
},
"require": {
"composer/installers": "*",
@ -111,7 +111,7 @@
"email": "helo@autonomic.zone"
}
],
"time": "2021-11-15T18:08:49+00:00"
"time": "2021-11-16T08:06:06+00:00"
},
{
"name": "bjeavons/zxcvbn-php",
@ -2715,6 +2715,77 @@
"source": "https://git.drupalcode.org/project/entity_reference_revisions"
}
},
{
"name": "drupal/facets",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/facets.git",
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/facets-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "f621b84b59c5315db14a0529df5dfc74ca5bc9de"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"conflict": {
"drupal/search_api": "<1.14"
},
"require-dev": {
"drupal/search_api": "~1.14"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.8",
"datestamp": "1620838256",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "See all contributors",
"homepage": "https://www.drupal.org/node/2348769/committers"
},
{
"name": "StryKaizer",
"homepage": "https://www.drupal.org/user/462700"
},
{
"name": "borisson_",
"homepage": "https://www.drupal.org/user/2393360"
},
{
"name": "drunken monkey",
"homepage": "https://www.drupal.org/user/205582"
},
{
"name": "mkalkbrenner",
"homepage": "https://www.drupal.org/user/124705"
}
],
"description": "The Facet module allows site builders to easily create and manage faceted search interfaces.",
"homepage": "https://www.drupal.org/project/facets",
"support": {
"source": "git://git.drupal.org/project/facets.git",
"issues": "https://www.drupal.org/project/issues/facets",
"irc": "irc://irc.freenode.org/drupal-search-api"
}
},
{
"name": "drupal/feeds",
"version": "3.0.0-alpha10",