Milestone 8.2
- Show CPC information
- Show representative examples of 1st page clippings (from ccd), see notes.rst
- “Also published as” feature (from ccd)
- Disclaimer “while we have our own database systems providing data, for realtime queries we obviously rely on directly sending queries to our upstream partners. we cannot be held liable for ~“providing quality” of these services.”
- “stop call”
**Stopped call**
In case a process takes longer than expected,
it can be stopped (by clicking 'Cancel process'
on the "Fetching data..." pop up message):
-- http://ccd.fiveipoffices.org/CCD-2.0/html/help/index.html#errors_5
- CPC search
-
@lvg: Beware of the number normalization(!)
- Enhance error messages:
- Hide technical details
- Add message from cheshire3 cql parser:
CQL parse error: query=“pn=EP666666 asbc”, reason=info:srw/diagnostic/1/10 [Malformed Query]: Unprocessed tokens remain: u’asbc’
Milestone 11
- [o] Beware of the CSRF/XSRF!!! (ship-url, page-title, page-subtitle, ship-button-label)
- [o] UI: display “version” from configfile
- [o] UI: use icons from iconset
- Icon index/overview pages
- [o] “select all” functionality
- | Multiple Checkbox Select/Deselect
|http://viralpatel.net/blogs/multiple-checkbox-select-deselect-jquery-tutorial-example/
- [o] Show error messages from ops
2013-10-17 05:26:32,976 ERROR [waitress][Dummy-2] Exception when serving /api/ops/published-data/search
Traceback (most recent call last):
File "/opt/ops-chooser/.venv/lib/python2.6/site-packages/waitress/channel.py", line 332, in service
task.service()
[...]
response = view_callable(exc, request)
File "/opt/ops-chooser/.venv/lib/python2.6/site-packages/pyramid/config/views.py", line 397, in viewresult_to_response
raise ValueError(msg % (view_description(view), result))
ValueError: Could not convert return value of the view callable
function cornice.pyramidhook.handle_exceptions into a response object.
The value returned was AttributeError("'_JSONError' object has no attribute 'detail'",).