Kishore Chitrapu
Kishore Chitrapu
Sorry @akprasad . I intended to get back to my regular routine last week, but I couldn't find time to unblock my schedule. I'll get back on track this week.
@akprasad , go forward with this PR and land it. Consider adding an assert to catch lines that escape odd/even structure. Record user's `regex` in the log message.
@akprasad / @shreevatsa , can this diff address this issue? This probably is a quick hack. ``` diff --git a/ambuda/templates/proofing/pages/editor-components.html b/ambuda/templates/proofing/pages/editor-components.html index 8057096..ff6cdb4 100644 --- a/ambuda/templates/proofing/pages/editor-components.html +++ b/ambuda/templates/proofing/pages/editor-components.html @@ -239,7...
Looks like we may have other texts that don't have proper tei-xml. Here is another instance: https://ambuda.org/proofing/glossary-of-indian-figures-of-speech/download/xml I plan to start work on TEI-XML next week.
We should add pagination to the recent-changes page. ## Starting point 1. https://github.com/ambuda-org/ambuda/blob/main/ambuda/templates/proofing/recent-changes.html#L17 2. https://github.com/ambuda-org/ambuda/blob/main/ambuda/templates/macros/proofing.html#L174 3. Backend: https://github.com/ambuda-org/ambuda/blob/main/ambuda/views/proofing/project.py#L145
Looks good. Thanks for updating the packages and moving to flask-sqlalchemy. We can paginate on search and replace pages as well.
LGTM. Ship it after resolving conflicts and merging in #486.
@akprasad , I updated with staging url. Let's try to catch up on db update when you have time.
Sounds good. I'll work on them.
Created `dictionaries` repo. Added this basic config https://github.com/ambuda-org/dictionaries/blob/main/src/dictionaries.yaml with a list of all dictionaries. Planning to publish dictionaries snapshots as packages on ghcr.io. @akprasad , @suhasm , is there a...