#215 Change Naming from PdfFileHash to FileHash #303

Merged
eugene merged 3 commits from issue-215-file-hash-naming into staging 2025-01-14 08:35:57 +00:00
Owner

This PR updates the Sigit model to use use naming fileHash instead of pdfFileHash.

The current implementation ensures that the old Sigits remain functional.

This PR updates the Sigit model to use use naming fileHash instead of pdfFileHash. The current implementation ensures that the old Sigits remain functional.
eugene added 1 commit 2025-01-09 11:22:48 +00:00
refactor: renames to fileHash
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s
70e7e5305e
eugene requested review from enes 2025-01-09 11:24:26 +00:00
enes approved these changes 2025-01-09 11:53:31 +00:00
b reviewed 2025-01-10 10:13:04 +00:00
@ -107,2 +107,3 @@
].parsedContent?.marks.filter(
(m) => m.pdfFileHash == hash && m.location.page == i
(m) =>
(m.pdfFileHash
Owner

comment here would be great (eg "backwards compatibility for sigits before Jan 2025")

comment here would be great (eg "backwards compatibility for sigits before Jan 2025")
eugene marked this conversation as resolved
eugene added 1 commit 2025-01-14 08:30:09 +00:00
chore: adds comment
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 44s
3be0fd7bbb
eugene added 1 commit 2025-01-14 08:32:32 +00:00
chore: adds comment
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 39s
c69d55c3a8
eugene merged commit 2d472470be into staging 2025-01-14 08:35:57 +00:00
eugene deleted branch issue-215-file-hash-naming 2025-01-14 08:35:57 +00:00
Sign in to join this conversation.
No description provided.