PostCrash: Difference between revisions

m
Line 30: Line 30:
* Add a table that stores links between articles and signatures.  The relationship may be m:n but is definitely 1:n.   
* Add a table that stores links between articles and signatures.  The relationship may be m:n but is definitely 1:n.   
* Add a webservice call that searches for a canonical article and returns it if it exists.
* Add a webservice call that searches for a canonical article and returns it if it exists.
* Make the search accept OR searches, e.g. "crash_signature OR crashes", to ensure that generic crash support is shown even if there are no articles or forum threads mentioning the crash_signature.
** Alternatively, make the webservice call above "clever", e.g.:
**# If canonical article exists for crash_signature, link directly to it
**# Else If search results exists for crash_signature, show search results
**# Else, link directly to generic crash article


== Changes to Socorro ==
== Changes to Socorro ==
1,623

edits