Page MenuHomePhabricator

Get score for one Item
Closed, ResolvedPublic

Description

As an editor I want to get the quality score for one Item in order to test the tool.

Problem:
We want to get the tool to the state where it can get the ORES score for one user-provided Item and display it.

Screenshots/mockups:
No mock (intermediate state, this state is not defined in to-be-released product)

BDD
GIVEN an Item with an ORES score
WHEN entering the ID in the tool
AND clicking "assess the quality"
THEN the ORES score is fetched
AND the ORES score is displayed

Acceptance criteria:

  • user can enter an Item ID
  • correct ORES score is retrieved from the ORES API
  • score is displayed

Notes:

  • We want to be flexible here. In the future we will want to expand this beyond the ORES score so it might be a good idea to abstract this.

Event Timeline

If I understand it correctly, we will not build an interface getting the score specifically for one item, thus I wouldn’t/couldn’t not provide a mockup.
In this case the BBD criteria would need to be adjusted to work abstractly without UI.

If I understand it correctly, we will not build an interface getting the score specifically for one item, thus I wouldn’t/couldn’t not provide a mockup.
In this case the BBD criteria would need to be adjusted to work abstractly without UI.

Resolved as dev invents their intermediate UIs to always have a working slice.