Takt365/Takt.Wpf

基于 WPF(Windows Presentation Foundation)开发的企业级中后台管理系统,采用分层架构设计,支持多语言、多主题、RBAC权限管理等核心功能

17Stars on the repository
8Mods indexed here, across every type
8mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

architecture

01

Takt365/Takt.Wpf

Cursor rule Cursor

A project rule describing a Clean Architecture structure, where the user interface depends on application logic, which depends on domain rules and then infrastructure. It defines the responsibilities and file locations of each layer.

17 +1 8mo ago A 579 tokens original MIT

async

02

Takt365/Takt.Wpf

Cursor rule Cursor

Coding rules for asynchronous C# programs, including method names, safe async calls, and updates to a desktop application's user interface. Asynchronous code lets work continue without freezing the application.

17 +1 8mo ago A 396 tokens original MIT

context

03

Takt365/Takt.Wpf

Cursor rule Cursor

A Cursor rule for giving coding tasks the project context they need. It requires details such as relevant files, the software architecture, the current problem, dependencies, logs, and reproducible test steps.

17 +1 8mo ago A 545 tokens original MIT

Takt365/Takt.Wpf

Cursor rule Cursor

A coding rule for dependency injection, a way for classes to receive the services they need instead of creating or locating them themselves. It covers registering services and choosing their lifetimes in a Takt.Wpf application.

17 +1 8mo ago A 391 tokens original MIT

mvvm

05

Takt365/Takt.Wpf

Cursor rule Cursor

A set of coding rules for MVVM, a design pattern that separates the user interface, its state and actions, and the underlying data and business logic.

17 +1 8mo ago A 665 tokens original MIT

naming

06

Takt365/Takt.Wpf

Cursor rule Cursor

Naming rules for a Takt.Wpf application, including required prefixes for classes and interfaces and required names for methods, files, fields, and properties. WPF is Microsoft's framework for building Windows desktop interfaces.

17 +1 8mo ago A 559 tokens original MIT

prompt

07

Takt365/Takt.Wpf

Cursor rule Cursor

A Cursor rule for writing structured prompts for the Takt WPF project. It requires a task type, relevant code paths, requirements, constraints, and verification details.

17 +1 8mo ago A 532 tokens original MIT

taktwpf

08

Takt365/Takt.Wpf

Cursor rule Cursor

A set of Cursor rules for a .NET 9 WPF application using MVVM and Clean Architecture. The rules cover project structure, naming, dependencies, asynchronous code, prompts, and context.

17 +1 8mo ago A 785 tokens original MIT