No releases yet.
2019-01
Misc I
-
OPS connectivity: Follow up on PatZilla croaks with “HTTPBadGateway: Could not connect to OPS servers” - #3 by Andreas.Motl
- Add more functionality to upstream library: Drawings metadata inquiry, claims+description fulltext
- Enable throttling and caching middleware
New libraries
Misc II
- Error when searching with e.g. pn=XXX @ IFICLAIMS
pnctry:AT AND (pn:B* AND NOT (pn:B8 OR pn:B9))
pnctry:AU AND pn:B
pnctry:BE AND (pn:A* AND pn:B* AND NOT pn:A0)
pnctry:CH AND pn:B
AND ((pnctry:AT AND (pn:B* AND NOT (pn:B8 OR pn:B9))) OR (pnctry:AU AND pn:B) OR (pnctry:BE AND (pn:A* AND pn:B* AND NOT pn:A0)) OR (pnctry:CH AND pn:B) OR (pnctry:EP AND (pn:B1 OR pn:B2 OR pn:B3)) OR (pnctry:DE AND (pn:B* OR pn:C*)) OR (pnctry:US AND (pn:B1 OR pn:B2 OR (pn:A AND NOT (pn:A1 OR pn:A2 OR pn:A9)))) OR (pnctry:WO AND pn:B*))
-
Does not display this doc, but the A1 version:
Elmyra IP Navigator - Also does not display, would only with “full-cycle” turned on:
- Don’t offer neither “Rating” nor “Edit tags and comments” on patentview.example.org domains
2019-02
Reports
MDC Snackbar woes
MDC Snackbar is displaying behind background mask.
python-epo-ops-client
-
Obtain
accept_type
on a per-request basis. - Properly handle “OPS API might be in maintenance mode”
Miscellaneous
- Fix crawler dialog
- Fix export dialog
- Properly handle frontend error if backend is down.
- Wording: “Please get back to us via vendor contact address.” => “Please get back to us using your vendor contact address support@example.org.”
- Search for domestic numbers like US6,910,941 or US20,100,062,683.
Notes
- Add some Date Range Picker
- Bibliographic data export as JSON
- Improve documentation re. Improve documentation re. workstation setup vs. development setup · Issue #11 · ip-tools/ip-navigator · GitHub
- Pasting into Basket stopped working?
- Improve mobile UI like PatentsViewApp/screenshots at master · USPTO/PatentsViewApp · GitHub
2019-03
- Add support for accessing https://globaldossier.uspto.gov/, https://assignment.uspto.gov/ and http://english.sipo.gov.cn/.
- Could PatZilla be integrated with the Polar Bookshelf in a sensible manner?
- Bug: When submitting a numberlist using CTRL+ENTER, the page count will not be reset to 1.
-
Enhancement: Reflect access of single documents like
https://patentview.ip-tools.io/view/pn/DE69423220T2
through the HTML<title>
tag like<html> <title>Patent document DE69423220T2 (PatZilla)</title> </html>
-
Does query parameter
modifiers=full-cycle
actually work? -
Use
date-fns
for i18n / l10n? https://date-fns.org/ - Have a look at https://www.styled-components.com/