Skip to content

[Docs/Frontend] Add env docs, indexer runbook, and loan event timeline - #918

Merged
ogazboiz merged 3 commits into
LabsCrypt:mainfrom
Smartdevs17:feat/combined-changes
May 28, 2026
Merged

[Docs/Frontend] Add env docs, indexer runbook, and loan event timeline#918
ogazboiz merged 3 commits into
LabsCrypt:mainfrom
Smartdevs17:feat/combined-changes

Conversation

@Smartdevs17

@Smartdevs17 Smartdevs17 commented May 27, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR addresses three issues:

#910 - Environment Variable Documentation

  • Adds docs/ENVIRONMENT.md with full env variable reference tables
  • Adds CI drift check (scripts/check-env-docs.mjs)
  • Cross-links from README.md, CONTRIBUTING.md, .env.example files

#909 - Indexer Recovery Runbook

  • Adds docs/runbooks/indexer-recovery.md with procedures for lag, RPC outage, quarantined events
  • Adds docs/runbooks/README.md as runbook index
  • Cross-links from ARCHITECTURE.md and docs/wiki/indexer-sync-flow.md

#891 - Loan Event Timeline on Loan Detail Page

  • Adds /:loanId/events route in backend loan routes
  • Adds useLoanEvents(loanId) hook in useApi.ts
  • Renders events using existing LoanTimeline component with skeleton/empty/error states
  • Adds Playwright e2e spec for timeline render

Closes #910
Closes #909
Closes #891

Closes LabsCrypt#910 - Add docs/ENVIRONMENT.md with full env variable reference
Closes LabsCrypt#909 - Write indexer recovery runbook
Closes LabsCrypt#891 - Render loan event timeline on loan detail page
@ogazboiz
ogazboiz merged commit 7f0922a into LabsCrypt:main May 28, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants