Currently, we have an internal ASCII Table that is rendered via an iframe on the SERP (Search Engine Results Page). Users have complained that the table doesn't look great with the Dark theme because of the black text (see Screenshot 2).


Reimplement this as an open source Goodie with a custom template. The internal IA can then be deprecated in favour of this community built Instant Answer.
Instant Answer Page: N/a
@pjhampton Not sure there's really perl or javascript skill required for this, it'll just be returning the template. All the work will actually be in the template itself I think (i.e. markup/css) ?
Yeah, @mintsoft. You are right. However, the plan is to abstract whatever the contributor creates and turn it into a reusable table template: https://github.com/duckduckgo/duckduckgo-answerbar-templates
Due to this, it would probably be ideal that the data is loaded into the table, rather than hard coded. Opinions?
@moollaza @pjhampton I can take this one up. I would be needing inputs on the design. 馃槃
I would be needing inputs on the design.
Sure thing! We'll be able to give some design feedback once we have something working on Beta. I think for now we can replicate the layout/design of the table. We can probably kill the red text in favour of a darker grey though 馃憤
Hey @ManrajGrover,
How are you getting on? Do you have any questions, etc? 馃槃
@pjhampton Pretty well. 馃槃 Expect a PR soon. :)
Most helpful comment
@pjhampton Not sure there's really perl or javascript skill required for this, it'll just be returning the template. All the work will actually be in the template itself I think (i.e. markup/css) ?