Milestone 4: mock retrieval receipt JSON (extra seal)
GET /zapier/v1/receipts/{jobId}?format=json returns a retrieval receipt
with extraSeal.event=document.retrieved. PDF format is 501 until legal
copy exists. OPEN.md lists work that needs Zapier login or live Verae.
This commit is contained in:
parent
51ae79b75f
commit
c8f9d01a04
5 changed files with 129 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Source: [workspace-brief.md](../00-sources/workspace-brief.md). Owners after com
|
|||
| f | e + encrypted LTS binary | verae mock | Missing. Do not use zappier demo `/v1/storage` | No |
|
||||
| g | Share file/dir + decryption key | verae mock | Missing | No |
|
||||
| h | Retrieve SHA256 + metadata | verae status/verify | Partial by `jobId` | `GET /api/status/{jobId}`, `GET /api/verify/{jobId}` |
|
||||
| i | Certified retrieval receipt (PDF/JSON) extra seal | verae mock | Missing. Not a payment invoice | No |
|
||||
| i | Certified retrieval receipt (PDF/JSON) extra seal | `GET /zapier/v1/receipts/{jobId}?format=json` | **JSON mock done**; PDF 501 | No |
|
||||
| j | Setup payment method | zappier portal reload (Stripe) | Built (prepaid reload; card-on-file TBD) | No |
|
||||
| k | Get invoices | zappier portal + admin | Built | No |
|
||||
| l | Get payment receipts | zappier invoice HTML/print | Built as invoices | No |
|
||||
|
|
|
|||
11
docs/OPEN.md
Normal file
11
docs/OPEN.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Still open (needs you or live Verae)
|
||||
|
||||
These cannot finish in this session:
|
||||
|
||||
1. **`zapier-platform login` + `register` + `push`** — browser OAuth to your Zapier account. Follow [docs/04-activate/SETUP-ZAPIER-DEVELOPER.md](04-activate/SETUP-ZAPIER-DEVELOPER.md). After push, commit `.zapierapprc`.
|
||||
2. **Live `api.veraetime.net`** — hash lookup, metadata, receipts, LTS, share are **not** in the public OpenAPI. Mocks exist; live client refuses unknown paths.
|
||||
3. **PDF receipts** — JSON extra-seal works; PDF is 501.
|
||||
4. **Encrypted LTS + directory share (f, g)** — not implemented beyond mock timestamp metadata.
|
||||
5. **NS1 NATS public bind** — left loopback-only; use SSH tunnel (`14222`).
|
||||
|
||||
Everything else for morning Add Numbers is ready.
|
||||
Loading…
Add table
Add a link
Reference in a new issue