Skip to main content

Week 4

Activities

  • Added the REST API to schedule the bulk scan: #2483
  • Added the REST API to handle the three-pointers functionality: #2480
  • Added the REST API to retrieve the bulk history of the upload & item: #2481
  • Added the REST API to get the clearing progress status of the upload & item: #2494
  • Added the REST API to retrieve the positions that should be highlighted in the contents of the file: #2484
  • Added the REST API to get the license tree-view of the upload and the item: #2492

Some Screenshots

1. Schedule bulk scan API /uploads/{id}/items/{itemId}/bulk-scan

schedule-bulk-scan

2. Three-pointers API /uploads/{id}/items/{itemId}/prev-next

Default

three-pointers-default

With the withLicenses parameter

three-pointers-with-licenses

With the noClearing parameter

three-pointers-no-clearing

3. Bulk history API /uploads/{id}/items/{itemId}/bulk-scan

bulk-history

4. Clearing progress API /uploads/{id}/items/{itemId}/clearing-progress

clearing-progress

5. Highlight positions API /uploads/{id}/items/{itemId}/highlight

highlight-positions

6. License tree-view API /uploads/{id}/items/{itemId}/tree/view

license-tree-view

Next week's expectations

  • Add and test the REST API to get licenses histogram for an upload.
  • Add and test the REST API to get edited licenses list for an upload
  • Add and test the REST API to get the licenses count summary API
  • Add and test the REST API to get licenses reuse summary API
  • Add and test the REST API to get all agents for the upload.
  • Add and test the REST API To get the all agents revisions.