Skip to content

feat(docu): create basic impl - #72

Open
jumpy-cat wants to merge 2 commits into
devfrom
docu/basic-impl
Open

feat(docu): create basic impl#72
jumpy-cat wants to merge 2 commits into
devfrom
docu/basic-impl

Conversation

@jumpy-cat

@jumpy-cat jumpy-cat commented Aug 15, 2026

Copy link
Copy Markdown
Member

Description

The bare minimum implementation needed to start testing things out: support for GET routes only. See design doc for implementation details (both the doc proper & the old pr text).

Type of Change

  • New feature (feat)
  • Bug fix (fix)
  • Refactor / code improvement
  • Dependency / build update
  • Documentation
  • Other (explain)

Related Issues

n/a

Changes Made

  • Backend (TypeScript):
    • changed a few api routes to use the wrappers
    • new file with documented implementation (note that it was called helper.ts not documented.ts at this point of the implementation)

Testing Done

I started using documented for all future api changes, it has seen use and thus testing in serving mock floor plans visual data.

Screenshots / Demo (if UI or notification change)

n/a

Checklist

  • Commit messages follow Conventional Commits
  • PR title follows [type](scope): short description
  • PR target branch is not main and is our current working update branch (e.g. maizebus2.1)
  • No print() / debugPrint() / console.log() left in production code (this gets fixed later)
  • Secrets / keys not committed

@jumpy-cat jumpy-cat changed the title docu/basic impl feat(docu): create basic impl Aug 15, 2026
@jumpy-cat
jumpy-cat marked this pull request as ready for review August 15, 2026 23:37
Base automatically changed from docu/design to dev August 17, 2026 02:06
These wrappers add zod-based input validation, type-safety, and reflection capabilities. To be used in the future for generating openapi definitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant