Skip to content

refactor(CRaterRequest): Create AbstractCRaterRequest #285

@hirokiterashima

Description

@hirokiterashima

Create AbstractCRaterRequest that implements CRaterRequest interface. CRaterScoringRequest and CRaterVerificationRequest will both extend AbstractCRaterRequest.

Extract these common fields and method:

  • String itemId;
  • String cRaterClientId;
  • String cRaterUrl;
  • public String generateBodyData() throws JSONException

Make sure that everything works as before for C-Rater tasks

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions