aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/ref_routes.py
Commit message (Collapse)AuthorAgeFilesLines
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-7/+17
|
* match: fix access_options in returnBryan Newbold2021-10-181-3/+7
|
* add GET w/ query params to reference match endpoint (and JSON version)Bryan Newbold2021-10-181-5/+32
|
* refs: lint fixesBryan Newbold2021-07-271-2/+2
|
* refs: support for wikipedia outbound refs, and display in tablesBryan Newbold2021-07-271-3/+23
|
* refs: fix offset/limit bugBryan Newbold2021-07-271-1/+1
|
* refs: generalize web endpoints; JSON content negotiation; openlibrary ↵Bryan Newbold2021-07-231-19/+80
| | | | inbound view; etc
* remove unused imports (lint)Bryan Newbold2021-07-231-5/+2
|
* refs: refactor web paths; enrich refs as generic; remove old refs linkBryan Newbold2021-07-231-7/+9
|
* improvements to fuzzy refs viewBryan Newbold2021-07-231-10/+2
| | | | | | | | - fixes to release summary macro - show tab counts correctly by re-using generic entity get helper - table styling; 'prev' link - openlibrary access links - parse-and-match button for unmatched+unstructured refs
* web: inbound/outbound refs as links (temporarily); change URL namesBryan Newbold2021-07-231-2/+2
|
* web: initial implementation of fuzzy citation parsing and matching toolBryan Newbold2021-07-231-0/+46
|
* first iteration of basic citation inbound/outbound viewsBryan Newbold2021-07-231-0/+50