Підготовка контенту платформи Ring
Підготовка контенту платформи Ring
Підготовка контенту платформи Ring
Ring Platform v1.6.0 ships a scientific publication editor for communities that need structured long-form content (research notes, technical articles, cooperative reports).
| Path | Role |
|---|---|
components/editor/scientific-editor.tsx | Main editor surface |
components/editor/editor-toolbar.tsx | Formatting and tools |
components/editor/equation-editor.tsx | LaTeX equations |
components/editor/version-history-panel.tsx | Document versions |
components/editor/ai-research-assistant.tsx | AI-assisted research |
app/(authenticated)/[locale]/editor/page.tsx | Authenticated editor route |
GET/POST /api/publications — list and createGET/PATCH/DELETE /api/publications/[id] — single publicationGET /api/publications/[id]/versions — version historyRing Platform v1.6.0 ships a scientific publication editor for communities that need structured long-form content (research notes, technical articles, cooperative reports).
| Path | Role |
|---|---|
components/editor/scientific-editor.tsx | Main editor surface |
components/editor/editor-toolbar.tsx | Formatting and tools |
components/editor/equation-editor.tsx | LaTeX equations |
components/editor/version-history-panel.tsx | Document versions |
components/editor/ai-research-assistant.tsx | AI-assisted research |
app/(authenticated)/[locale]/editor/page.tsx | Authenticated editor route |
GET/POST /api/publications — list and createGET/PATCH/DELETE /api/publications/[id] — single publicationGET /api/publications/[id]/versions — version historyRing Platform v1.6.0 ships a scientific publication editor for communities that need structured long-form content (research notes, technical articles, cooperative reports).
| Path | Role |
|---|---|
components/editor/scientific-editor.tsx | Main editor surface |
components/editor/editor-toolbar.tsx | Formatting and tools |
components/editor/equation-editor.tsx | LaTeX equations |
components/editor/version-history-panel.tsx | Document versions |
components/editor/ai-research-assistant.tsx | AI-assisted research |
app/(authenticated)/[locale]/editor/page.tsx | Authenticated editor route |
GET/POST /api/publications — list and createGET/PATCH/DELETE /api/publications/[id] — single publicationGET /api/publications/[id]/versions — version historyBacked by PostgreSQL via DatabaseService and features/publications/services/publication-service.ts.
Editor UI copy lives in locales/{en,uk,ru}/editor.json and loads through next-intl (useTranslations('editor.*')). Routing uses standard Ring locale config — see Locale system.
Citation detection extensions: components/editor/extensions/citation-detector-extension.ts, lib/citation-detector/.
Backed by PostgreSQL via DatabaseService and features/publications/services/publication-service.ts.
Editor UI copy lives in locales/{en,uk,ru}/editor.json and loads through next-intl (useTranslations('editor.*')). Routing uses standard Ring locale config — see Locale system.
Citation detection extensions: components/editor/extensions/citation-detector-extension.ts, lib/citation-detector/.
Backed by PostgreSQL via DatabaseService and features/publications/services/publication-service.ts.
Editor UI copy lives in locales/{en,uk,ru}/editor.json and loads through next-intl (useTranslations('editor.*')). Routing uses standard Ring locale config — see Locale system.
Citation detection extensions: components/editor/extensions/citation-detector-extension.ts, lib/citation-detector/.