Closed (fixed)
Project:
Apple News
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
31 Jan 2019 at 00:55 UTC
Updated:
19 May 2021 at 20:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
brianfisher commentedadd preview link to widget
Comment #3
brianfisher commentedComment #4
brianfisher commentedfix
Comment #7
m4oliveiThis is a great idea!
I think patching it in as in #4, while it works, it exposes how cluttered this widget class is getting. I'm undertaking a bit of a cleanup. I'd also like to add some tests, which necessetates some refactoring. I've opened a MR in progress with the patch applied in the first commit and subsequent changes.
Will work on some tests next.
Comment #8
m4oliveiSome progress. Writing tests has already revealed gaps in the config schema 😬. Proving to be a worthwhile exercise. Also found bugs in my refactor or the widget code. Still need more tests against the fully configured state.
Comment #10
m4oliveiYay! Tests pass. Lots of nice improvements here.