Closed
Bug 1161555
Opened 10 years ago
Closed 10 years ago
implement suggest framework
Categories
(Input :: General, defect, P2)
Input
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
(Whiteboard: u=dev c=suggest p=1 s=input.2015q2)
Implement the first pass of the suggest framework. This involves:
1. basic Provider and Link classes
2. loading providers from settings.SUGGEST_PROVIDERS
3. get_suggestions() function that goes through providers and returns links
4. dummy provider with tests to make sure it works
Assignee | ||
Comment 1•10 years ago
|
||
In a PR: https://github.com/mozilla/fjord/pull/563
Landed in https://github.com/mozilla/fjord/commit/384b5e668eeff7405ceb24a461e1fbc9845f410f
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Nothing uses this yet, so I'm going to close this out even though I haven't pushed it.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•