E-Resource usage data: Calculate and visualize statistics
(UXPROD-1253)
|
|
| Status: | Closed |
| Project: | UX Product |
| Components: | None |
| Affects versions: | None |
| Fix versions: | Kiwi (R3 2021) | Parent: | E-Resource usage data: Calculate and visualize statistics |
| Type: | New Feature | Priority: | P2 |
| Reporter: | Kristen Wilson | Assignee: | Kristen Wilson |
| Resolution: | Done | Votes: | 0 |
| Labels: | eUsage, erm, reporting | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||||||
| Epic Link: | E-Resource usage data: Calculate and visualize statistics | ||||||||||||||||||||||||
| Development Team: | Thor | ||||||||||||||||||||||||
| Kiwi Planning Points (DO NOT CHANGE): | 1 | ||||||||||||||||||||||||
| Rank: Chicago (MVP Sum 2020): | R4 | ||||||||||||||||||||||||
| Rank: Cornell (Full Sum 2021): | R4 | ||||||||||||||||||||||||
| Rank: 5Colleges (Full Jul 2021): | R4 | ||||||||||||||||||||||||
| Rank: Lehigh (MVP Summer 2020): | R3 | ||||||||||||||||||||||||
| Rank: U of AL (MVP Oct 2020): | R5 | ||||||||||||||||||||||||
| Description |
|
Purpose: The eUsage app currently stores raw COUNTER files, but does not convert the COUNTER data into structured data that can be used throughout FOLIO. We will need to extend mod-erm-usage to include tables that will store COUNTER data at the title level, as well as identifiers that will allow us to create connections to a local KB or E-holdings title. Workflow
Questions
|
| Comments |
| Comment by Kristen Wilson [ 05/Jan/21 ] |
|
Original analysis: Add new data storage functions to existing mod-erm-usage SUGGESTED: mod-erm-usage would require: mod-agreements (API tbd) INTERNALS: Usage_Title table Usage_Statistics_Line table Then extend the harvest logic to Match title entries in the incoming counter report with existing records in the usage titles table (using match properties: provider, title, type, platform, publisher, identifiers) If no match (we did not harvest usage stats for this title before): create new usage title record with new usage title id just hold on to title id Create title level statistic lines for that usage title id if period already exists for the usage title id, update the entry with new counts |