From 67b60f1d2f05995cc63aa71c791cbf45c9f43295 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Mar 2026 13:12:04 +0000 Subject: [PATCH] Update glossary with 8 new terms from full weekly scan Added terms found during full documentation review: - ATS (Applicant Tracking System) - Brand Page (Marketplace) - Job Embedder - Job Feed - Job Scraper - Marketplace - NOOS (Never Out Of Stock) - Outbound Feed Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/content/docs/docs/faq/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/content/docs/docs/faq/index.md b/src/content/docs/docs/faq/index.md index df8d6fc0..0155725c 100644 --- a/src/content/docs/docs/faq/index.md +++ b/src/content/docs/docs/faq/index.md @@ -119,15 +119,23 @@ For technical issues or account questions, use the **Contact** link in the dashb | Term | Definition | |-------------------------|------------------------------------------------------------------------------------------| +| **ATS** | Applicant Tracking System — software used to manage job postings and candidate applications. Many companies use an ATS to post jobs to FashionUnited via an automated feed. | | **Applicant** | A person who applied for a job through FashionUnited | | **Applicant Status** | The workflow stage of an application (e.g., New, Reviewed, Hired) | +| **Brand Page** | A Marketplace profile page for a brand, showcasing products, collections, and brand information to B2B buyers | | **Bundle** | A package of credits available for purchase in the Shop | | **Credit** | A unit consumed when publishing or reposting a job | | **Dashboard** | The authenticated admin area at `dashboard.fashionunited.com` | | **Highlight** | Enhanced visibility promotion for a job posting over a set period | +| **Job Embedder** | A JavaScript widget that displays FashionUnited-hosted jobs on your own website via an embed code snippet | +| **Job Feed** | An XML, JSON, or RSS feed that automatically syncs jobs from your ATS or career page to FashionUnited (inbound integration) | | **Job Posting** | A published job advertisement on FashionUnited | +| **Job Scraper** | A tool built by FashionUnited that automatically mirrors jobs from a client's career page onto FashionUnited | | **Jobs Table** | The dashboard view listing all your job postings with filters, sorting, and actions | | **Locale** | A country/language combination where a job appears (e.g., en-US, de-DE) | +| **Marketplace** | FashionUnited's global B2B fashion platform where brands connect with buyers and list products via the GraphQL API | +| **NOOS** | Never Out Of Stock — fashion industry term for products that are continuously available and not limited to a seasonal collection | +| **Outbound Feed** | An XML feed that FashionUnited provides so you can display your FashionUnited-hosted jobs on your own website | | **Profile** | A company's employer branding page on FashionUnited (also called Branding Page) | | **Repost** | Re-publishing an expired or unpublished job (consumes a credit) | | **Scoped Role** | A permission limited to specific company profiles |