Skip to main content

pimcore/skills

SkillsMP는 pimcore/skills에서 33개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
33
GitHub 스타
13
GitHub 포크
0

이 저장소의 skills

수집된 skill 33개 중 33개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Use when creating a new color theme or token set for Pimcore Studio UI (a DynamicTypeThemeAbstract subclass registered in the ThemeRegistry), including choosing an extends chain, filling AntD color tokens, seeding the boot palette, and picking colors that…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Building filters in Pimcore Studio UI - the declarative defineFilter framework for filter panels and sidebars (createFiltersStore, FiltersRenderer, useFilterQuery) and custom field-filter dynamic types for per-column listing filters…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Building listings in Pimcore Studio UI using the ListingBuilder decorator pattern - sorting, paging, filtering, inline editing, and custom decorators

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

UX and UI design conventions for Pimcore Studio - layout, spacing, action labels, writing style, and design principles for consistent extensions

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio migration and review checklist — 34-point verification checklist, anti-patterns to avoid, and reference base classes for validating Studio code completeness

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio PHP code style rules — strict types, class modifiers, final/readonly patterns, formatting (120 chars), named arguments, imports, PHPDoc, @throws documentation, and constructor promotion

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio DI and routing configuration — studio_backend.yaml service bindings, controller auto-discovery, container parameters, explicit argument wiring, and studio_routing.yaml setup

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio controller patterns — one-action-per-controller, OpenAPI attributes, route configuration, parameter binding with DTOs, void/upload endpoints, and route priority rules

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio DTO, Schema, Hydrator, and Event patterns — response DTOs with AdditionalAttributes, parameter DTOs, query DTOs, OpenAPI schema annotations, hydrator structure, and pre-response events

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio exception handling — exception types, non-HTTP exception conversion, ModelNotFoundException to API NotFoundException, aliasing patterns, and the ApiExceptionSubscriber behavior

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio OpenAPI documentation — translation keys for API docs, Prefix and Tags config classes, PermissionConstants, and mandatory translation string creation for new controllers

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pimcore Studio service layer patterns — permission checks, current user resolution, StaticResolverBundle usage, trait patterns, event dispatching, and cleanup with try/finally

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Setting up a new Pimcore Studio bundle from scratch - boilerplate, frontend build, module federation, PHP configuration

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Organization and structure of Pimcore Studio bundles - modules, components, file layout

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using button components in Pimcore Studio UI - Button, IconButton, IconTextButton, DropdownButton, and ButtonGroup

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding and customizing context menu items in Pimcore Studio UI - ContextMenuRegistry, slots, providers, and priority system

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Dynamic type system fundamentals in Pimcore Studio - extensible type pattern for polymorphic behavior

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Error handling patterns in Pimcore Studio UI - trackError, ApiError, GeneralError, ErrorBoundary, and proper error flow

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Building forms with FormKit and Ant Design in Pimcore Studio - FormKit usage, validation, panels, field types

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Internationalization and translation system in Pimcore Studio UI - useTranslation hook, translation keys, and localization

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using icons in Pimcore Studio UI - Icon component, custom icon registration, icon color groups, and SVG best practices

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Fundamental layout components in Pimcore Studio UI - Content, Box, Flex, Space, ConfigLayout with real-world patterns

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using modal dialogs in Pimcore Studio UI - declarative Modal and WindowModal components, plus imperative useFormModal, useAlertModal, useStudioModal hooks

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Adding main navigation entries and perspective permissions in Pimcore Studio UI - frontend registration and backend permission management

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Displaying notification messages and toasts in Pimcore Studio UI using the useMessage hook

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Checking and handling permissions in Pimcore Studio UI - element permissions, user permissions, perspective permissions, and writeable state for config-based features

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Creating React components in Pimcore Studio UI - component structure, props patterns, styling with CSS-in-JS, file organization, component vs module placement, Storybook requirements

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

RTK Query basics for data fetching in Pimcore Studio - queries, mutations, caching, error handling with trackError

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Using Grid component and TanStack Table in Pimcore Studio UI for data tables and grids

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Adding and customizing editor tabs in Pimcore Studio UI - tab managers, registration, override, permissions, and detachable tabs

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

TypeScript coding standards and best practices for Pimcore Studio UI - type safety, null checks, and code quality

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How bundles consume the Pimcore Studio UI SDK - plugins, modules, DI, registries, and imports

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Widget system in Pimcore Studio UI - registering widgets, opening them in layout areas, WidgetManagerTabConfig, and connecting widgets to navigation

원문 언어: 영어

업데이트
수집된 skill 33개 중 33개를 표시합니다.