JobHunter07 Overview
JobHunter07 is a community‑run, human‑first employment platform designed to give job seekers the power, clarity, and support they deserve. Our mission is simple: build a fair, transparent, community‑owned employment ecosystem where workers—not corporations—control their data, their opportunities, and their future.
This documentation site is organized to serve three audiences:
- Users who want to understand and use JobHunter07
- Contributors who want to build, design, or improve the platform
- Community Members & Governance Participants who help shape the DAO, proposals, and long‑term direction
To support this, we use a clear, scalable folder structure that keeps everything discoverable and future‑proof.
Documentation Structure
Below is the full structure used across this site. Each section is designed to be intuitive, modular, and aligned with how a community‑run organization operates.
docs/
│
├── about/
│ ├── overview.md
│ ├── mission.md
│ ├── values.md
│ ├── faq.md
│ └── glossary.md
│
├── users/
│ ├── getting-started/
│ │ ├── what-is-jobhunter07.md
│ │ ├── how-it-works.md
│ │ ├── user-onboarding.md
│ │ └── safety-privacy.md
│ ├── features/
│ │ ├── job-tracker.md
│ │ ├── community-support.md
│ │ ├── referrals.md
│ │ └── proactive-intelligence.md
│ └── guides/
│ ├── finding-work.md
│ ├── using-the-dashboard.md
│ └── community-etiquette.md
│
├── contributors/
│ ├── intro.md
│ ├── how-to-contribute.md
│ ├── code-of-conduct.md
│ ├── engineering/
│ │ ├── architecture-overview.md
│ │ ├── api.md
│ │ ├── backend.md
│ │ ├── frontend.md
│ │ └── dev-environment.md
│ ├── design/
│ │ ├── brand-style-guide.md
│ │ ├── ui-components.md
│ │ └── assets.md
│ └── community/
│ ├── moderation.md
│ ├── roles.md
│ └── onboarding.md
│
├── governance/
│ ├── dao-overview.md
│ ├── voting.md
│ ├── proposals/
│ │ ├── template.md
│ │ ├── active-proposals.md
│ │ └── archived-proposals.md
│ ├── tokenomics/
│ │ ├── dual-token-model.md
│ │ ├── incentives.md
│ │ └── treasury.md
│ └── community-rules.md
│
├── business/
│ ├── vision.md
│ ├── strategy.md
│ ├── brd/
│ │ ├── brd-template.md
│ │ ├── jobhunter07-core-brd.md
│ │ └── referral-exchange-brd.md
│ ├── prd/
│ │ ├── prd-template.md
│ │ ├── jobhunter07-core-prd.md
│ │ └── proactive-intelligence-prd.md
│ ├── roadmap.md
│ └── market-research.md
│
├── operations/
│ ├── community-ops.md
│ ├── security.md
│ ├── privacy.md
│ ├── risk-management.md
│ └── incident-response.md
│
└── legal/
├── terms.md
├── privacy-policy.md
└── licensing.md
Why This Structure Works
Clear separation of audiences
Users, contributors, and governance participants each have their own dedicated space, making navigation intuitive.
Community‑first transparency
Governance, proposals, and tokenomics are fully visible and easy to reference.
Scales with the project
As JobHunter07 grows, new BRDs, PRDs, features, and proposals can be added without reorganizing the entire site.
Contributor‑friendly
Engineers, designers, and community moderators all have clear entry points.
User‑friendly
People exploring JobHunter07 for the first time can quickly understand what it is, how it works, and how to get started.
Purpose of the About Section
The about/ folder exists to give newcomers a high‑level understanding of:
- What JobHunter07 is
- Why it exists
- What values guide the community
- How the ecosystem fits together
This overview.md file is the starting point for anyone trying to understand the mission and structure of the platform.