Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

jmix-crm

يحتوي jmix-crm على 18 من skills المجمعة من jmix-framework، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
25
محدث
2026-06-30
Forks
8
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

jmix-add-dialog-detail-flow
مطوّرو البرمجيات

Open a Jmix entity detail view from a button/action and refresh related data after save.

2026-06-30
jmix-add-entity-event-listener
مطوّرو البرمجيات

Add Jmix entity lifecycle event listeners to perform additional actions with saved or loaded entities.

2026-06-30
jmix-add-i18n-keys
مطوّرو البرمجيات

Add complete Jmix message keys for entities, enums, views, actions, and validation text.

2026-06-30
jmix-configure-fetch-plan
مطوّرو البرمجيات

Configure or audit Jmix fetch plans in XML views, fragments, DataManager loads, repositories, and entity events when loading references, avoiding N+1 queries, fixing unfetched attribute errors, or tuning data loading.

2026-06-30
jmix-create-composition-detail-view
مطوّرو البرمجيات

Add inline editable parent-child composition UI to a Jmix detail view, when a parent entity owns child records edited via a property-bound collection container (no query loader).

2026-06-30
jmix-create-detail-view
مطوّرو البرمجيات

Create a Jmix Flow UI detail view with XML descriptor, save-close action, messages, and policies.

2026-06-30
jmix-create-dto-entity
مطوّرو البرمجيات

Create or change Jmix DTO entities and other non-persistent transfer models for UI data containers, REST/API payloads, custom data stores, external data, or calculated read models.

2026-06-30
jmix-create-entity
مطوّرو البرمجيات

Create or change a persistent Jmix JPA entity and its required surrounding artifacts.

2026-06-30
jmix-create-enum
مطوّرو البرمجيات

Create a Jmix enum for entity attributes with stable database ids and localization.

2026-06-30
jmix-create-fragment
مطوّرو البرمجيات

Create or change reusable Jmix Flow UI fragments, embedded fragment instances, provided data components, fragment facets, host event subscriptions, or fragment renderers.

2026-06-30
jmix-create-liquibase-changelog
مطوّرو البرمجيات

Create Liquibase changelogs that exactly match Jmix entity model changes.

2026-06-30
jmix-create-list-view
مطوّرو البرمجيات

Create a Jmix Flow UI list view with XML descriptor, data loading, menu, messages, and policies.

2026-06-30
jmix-create-resource-role
مطوّرو البرمجيات

Create or update Jmix resource roles with entity, attribute, view, and menu policies, including the CREATE-implies-MODIFY rule.

2026-06-30
jmix-create-service
مطوّرو البرمجيات

Create Jmix service-layer business logic with DataManager, transactions, and no UI coupling.

2026-06-30
jmix-create-test
محللو ضمان جودة البرمجيات والمختبرون

Create or update Jmix unit, integration, UI integration, or end-to-end tests for services, entity listeners, security behavior, views, fragments, and persistence workflows.

2026-06-30
jmix-ide-static-analysis
مطوّرو البرمجيات

Gate-1 static checks. PRIMARY when connected: run a Jmix-aware IDE/semantic inspection (e.g. JetBrains get_file_problems) on every file you created/edited — it catches the *-view.xml defects a compiler cannot (unresolved msg://, invalid property paths, missing data containers). Fall back to compileJava plus mechanical descriptor checks when no inspection is available. Read before relying on any static check.

2026-06-30
jmix-verify-api-symbol
مطوّرو البرمجيات

Before typing a class, enum constant, inner-class event, method, or icon name you have not personally verified in this project, confirm it exists. Costs seconds and prevents the most expensive class of failures (hallucinated icon constants, fake event inner classes, wrong package paths). Primary check when connected = the Context7 docs MCP (/jmix-framework/jmix-context7); falls back to grepping the project for a working example or an IDE symbol search.

2026-06-30
jmix-verify-bootrun
محللو ضمان جودة البرمجيات والمختبرون

Gate 2 (mandatory) — verify the Spring/Jmix context loads via a TERMINATING `gradle clean test`, never a long-running bootRun. Gate 3 (optional) — if you have a browser/UI-automation tool, walk the views/buttons/fields you created to catch render-time defects that compile and clean test miss. A green compile/clean test is NOT proof a view renders.

2026-06-30