Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
8 changes: 8 additions & 0 deletions _specs/oauth2/v1/assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Assets for this spec

Use this folder for diagrams, images, and attachments referenced by pages in this spec.

Suggested:
- `assets/diagrams/` — draw.io, Excalidraw, PlantUML exports, ERDs
- `assets/images/` — screenshots/static images
- `assets/attachments/` — PDFs, sheets, other binaries
18 changes: 18 additions & 0 deletions _specs/oauth2/v1/data-model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: spec
title: OAuth2 — Data Model
nav_title: "Data Model"
nav_order: 25
---
# Data Model
## ERD
- Embed from `assets/diagrams/` or link to an ERD tool export.

## Tables / Collections
- Fields, types, indexes

## Retention / Archival / PII
- Classification & masking

## Example Queries
- …
35 changes: 35 additions & 0 deletions _specs/oauth2/v1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: spec
epic: MXOP-1111
family: OAuth2
version: v1
title: OAuth2
status: in-progress
stage: dev
spec_version: "1.0.0"
owner: "@pranavwani"
team: ""
created_at: 2025-09-12
updated_at:
tags: []
changelog:
- date: 2025-09-12
text: "Initial scaffold from issue #70"
nav_title: "Overview"
nav_order: 0
---
## Summary
OAuth2

## Scope
_No response_

## Risks & assumptions
_No response_

## Related Docs
- [UX](./ux.md)
- [Data Model](./data-model.md)

## Related Links
- _No response_
33 changes: 33 additions & 0 deletions _specs/oauth2/v1/ux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: spec
title: OAuth2 — UX
nav_title: "UX"
nav_order: 40
---
# UX
## Personas & Jobs-to-be-Done
- …

## Use-cases / Scenarios
- …

## Information Architecture
- Navigation map

## Key Flows
- Link wireframes in `assets/images/` or Figma

## Screens / States
- Loading/empty/error, edge cases

## Content & Microcopy
- Tone guidelines, validation messages

## Accessibility
- Keyboard flows, contrast, ARIA notes

## Responsiveness & Platforms
- Breakpoints

## Telemetry
- Events & properties for UX analysis