eg-cat-counter component user/gmcharlt/eg-cat-counter-evgils19
authorGalen Charlton <gmc@equinoxinitiative.org>
Fri, 26 Apr 2019 03:16:37 +0000 (23:16 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 26 Apr 2019 03:16:37 +0000 (23:16 -0400)
commit556b56f9c6a6f1f033e4fe5cf3446f95a673ced6
treeb8eb12b48016535d2fb8b0de80396f893d0d4c3d
parent7f08fdb4988ec1edf06ebbbf0fb1b32178292155
eg-cat-counter component

This adds a componet that allows the user to supply a record
type and a date and count the number of bibliographic or
authority records that were last edited on the supplied date.

This is a toy meant for a presentation made during the 2019
Evergreen International Conference

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/cat-counter/cat-counter.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/cat-counter/cat-counter.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/cat-counter/cat-counter.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/cat-counter/cat-counter.service.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.module.ts