Adds admin pages for notes and API tokens#28
Merged
AdaInTheLab merged 1 commit intomasterfrom Jan 7, 2026
Merged
Conversation
Adds new admin pages for managing lab notes and API tokens. Includes functionality to sync notes from Markdown files, view and manage notes in a table format, and create/edit notes. Also introduces an API tokens management page to view active tokens. Improves API error handling on the AdminGate to prevent redirect loops.
😼📘 Carmel Epistemic Stamp™📘 Carmel Epistemic Stamp™
This automated judgment has been issued by the Chief Judgment Office (CJO). |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧠 What & Why
This PR adds a dedicated deploy step to publish Lab Notes Markdown files from the main site repo into the
lab-apifilesystem, enabling the admin-triggered sync workflow.Previously, Lab Notes existed only in the frontend repo and were not accessible to the API at runtime. This change establishes a clear, explicit handoff:
No magic, no implicit coupling.
🔁 What changed
src/labnotes/**into:delete_remote_files: false)en,ko, etc.) are deployed explicitly to prevent:🧩 How it fits into the system
End-to-end flow after this PR:
lab-api/lab-notesendpoint serves synced notesEach step is intentional, observable, and reversible.
🛡 Guardrails
🧪 How to verify
/api/lab-notesreflects new entries🗒 Notes
This PR intentionally does not modify API behavior or database state.
It only ensures Markdown content is present on the server for ingestion.