DistributedProofreaders / dproofreaders

Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.
https://www.pgdp.net
GNU General Public License v2.0
46 stars 28 forks source link

Basic proofreading interface using proof_api_10 #1197

Closed 70ray closed 1 month ago

70ray commented 2 months ago

For information only, showing how the endpoints can be used in a PI.

The only files different to proof_api_10 are: scripts/text_view.js tools/proofers/proof.js tools/proofers/proof.php

Sandbox at: https://www.pgdp.org/~rp31/c.branch/ui_10a3

cpeel commented 1 month ago

This is a very cool technical proof of concept for how the new API endpoints can be used, thanks for setting it up.

I'm going to close the PR now that the API endpoint PR has been merged and we can start to work on the UX design that will front-end the endpoints at the user-level before we work our way down to the code level.