Skip to main content

Week 6

Activities

  • Added the REST API to get all the agents for the upload: #2502
  • Added the REST API to get all the agents revisions for the upload: #2506
  • Created the REST API that merges together the request of editing, creating and deleting license decisions: #2509
  • Added the REST API to get all the licenses admin-acknowledgements: #2512
  • Added the REST API to Add, Edit & toggle admin license acknowledgement : #2516
  • Added the REST API to retrieve all the standard comments: #2517

Some Screenshots

1. Get all agents for the upload API /uploads/{id}/agents

get-all-agents

2. Get all agents revisions for the upload API /uploads/{id}/agents/revision

get-all-agents-revision

3. Create, Edit and Delete License Decision API /uploads/{id}/item/{itemId}/licenses

crud-license-decision-req crud-license-decision-res

4. Get all licenses' Admin-acknowledgements API /licenses/adminacknowlegments

get-all-admin-acknowledgements

5. Crete, Edit and Toggle Admin-acknowledgements /licenses/adminacknowlegments

crud-admin-ack-req crud-admin-ack-res

6. Get all standard comments /licenses/stdcomments

get-all-stdcomments

Next week's expectations

  • Add the REST API to Add, Edit & toggle standard-license comment.
  • Add the REST API to search & suggest license from the reference text.
  • Add the REST API very license as new or a variant of another license.
  • Add the REST API to merge the license into an existing one.
  • Add the REST APIs for Admin Dashboard overview.