Skip to content

NesoHQ/nesohq-issue-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NesOHQ Issue Tracker Documentation

This folder contains the shared project documentation for both services in this repository:

  • client/ (Next.js app)
  • server/ (Express OAuth service)

Use this as the source of truth for onboarding, architecture, and engineering practices.

Audience

  • Product and operations stakeholders who need feature-level understanding
  • Engineers onboarding to the codebase
  • Engineers implementing or reviewing changes

Recommended Reading Order

  1. QUICKSTART.md
  2. PRODUCT_GUIDE.md
  3. ARCHITECTURE.md
  4. TECHNICAL_REFERENCE.md
  5. ENGINEERING_PRACTICES.md
  6. TROUBLESHOOTING.md

Document Map

Document Purpose
QUICKSTART.md Run the project locally in a predictable way
PRODUCT_GUIDE.md Understand what the product does and who it serves
ARCHITECTURE.md Understand runtime architecture and data flows
TECHNICAL_REFERENCE.md Code-level map of modules, APIs, and types
ENGINEERING_PRACTICES.md Team conventions for quality, reviews, and changes
TROUBLESHOOTING.md Known issues, root causes, and recovery steps

Scope

These docs describe the current implementation in this repository. If behavior changes, update documentation in the same pull request as the code change.

Ownership

  • Primary owners: contributors to this repository
  • Update trigger: any change to auth flow, API contracts, or core user workflows

Releases

No releases published

Packages

 
 
 

Contributors