Closed Bug 1566007 Opened 5 years ago Closed 5 years ago

Create loader component for manifest

Categories

(DevTools :: Application Panel, enhancement, P1)

enhancement

Tracking

(firefox70 fixed)

RESOLVED FIXED
Firefox 70
Tracking Status
firefox70 --- fixed

People

(Reporter: ogasidlo, Assigned: ladybenko)

References

(Blocks 1 open bug)

Details

User Story

Scope:

- Create a simple view component that hooks with the Actor to fetch manifest data
- Create Redux state to store Manifest data
- Have this component display messages depending on the data received. Ex:
        "We have manifest data"
        "There is no manifest found"
- Add tests

Attachments

(3 files)

We need to create a view component for the manifest to show the manifest data.

Scope:

  • Add a new folder components/manifest (don't forget to add to moz.build)
  • Create a new, simple view component that renders one of two messages:
    • "We have manifest data"
    • "There is no manifest found"
  • Add test
    • "If no manifest, a message is displayed"
    • "If data, a message is displayed"
Type: task → enhancement
Priority: P3 → P2
Assignee: nobody → ogasidlo
Status: NEW → ASSIGNED
Priority: P2 → P1
Assignee: ogasidlo → nobody
Status: ASSIGNED → NEW
Priority: P1 → P2
Assignee: nobody → balbeza
Status: NEW → ASSIGNED
Priority: P2 → P1
User Story: (updated)
Summary: Create view component for manifest → Create loader component for manifest
Pushed by balbeza@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f592bc2ab1c6
Part 1: Create Redux state/reducers/actions to hold manifest data r=Ola
https://hg.mozilla.org/integration/autoland/rev/02cee4707a57
Part 2 : Add ManifestLoader component r=Ola,fluent-reviewers,flod
https://hg.mozilla.org/integration/autoland/rev/06dabcce3715
Part 3: Add tests (jest + mochitest) r=Ola
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: