amilner42 / code-tidbit

Share Programming Knowledge Better
GNU General Public License v3.0
9 stars 1 forks source link

Complex Elements hooked up better #235

Open amilner42 opened 6 years ago

amilner42 commented 6 years ago

The QA complex element took a LOT of glue code to hook up, with a lot of dup code arising because of it.

Let's move more logic into the complex elements themselves so that they require less glue. We will need to have the elements make api requests directly and handle the outcomes.