holtwood/awesome-cursorrules-zh
Cursor rule
A rule for creating an administrator interface used to manage and approve requests.
holtwood/awesome-cursorrules-zh
Cursor rule
A rule for creating an administrator interface used to manage and approve requests.
holtwood/awesome-cursorrules-zh
Cursor rule
An entry-creation rule that allows a new entry only after an administrator has approved it and payment is complete. An entry is a new record added to a system.
holtwood/awesome-cursorrules-zh
Cursor rule
Rules for managing entries in a pool, including a limit of three entries per user and numbered entries from 1 to 3.
holtwood/awesome-cursorrules-zh
Cursor rule
A coding rule for using React.js to build an administration panel when one is needed.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of coding rules for building RESTful APIs, which are web services that use standard HTTP requests to work with data. It calls for input checks and handling errors safely.
holtwood/awesome-cursorrules-zh
Cursor rule
A payment-tracking rule that adds payment-status tracking to request models. A request model is the data structure used to represent an incoming request.
holtwood/awesome-cursorrules-zh
Cursor rule
Rules for managing a user's selections for each entry, including when a selection can be changed before a deadline.
holtwood/awesome-cursorrules-zh
Cursor rule
A tracking rule that numbers requests and entries separately as 1, 2, 3.
holtwood/awesome-cursorrules-zh
Cursor rule
A request-limit rule that allows each user to make three requests per pool.
holtwood/awesome-cursorrules-zh
Cursor rule
Rules for deciding who can see selections, scores, and rankings in a results system. A pool is a group of entries being compared, and one user may submit more than one entry.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of rules for scoring and ranking entries in a game or competition. Entries advance after a win, leave the pool after a loss, and receive individual rankings.
holtwood/awesome-cursorrules-zh
Cursor rule
A rule describing a request status flow from pending to approved and then to item creation. It is written in Chinese.
holtwood/awesome-cursorrules-zh
Cursor rule
A planning rule that requires detailed pseudocode before writing code for each feature. Pseudocode is a plain-language outline of how a program should work.
holtwood/awesome-cursorrules-zh
Cursor rule
A coding rule for following the user's stated workflow and game rules exactly.
holtwood/awesome-cursorrules-zh
Cursor rule
A rule requiring a submission process to be summarized and its API endpoints and business logic described in pseudocode before coding begins.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of backend technology rules for Node.js and Express.js, using MongoDB with Mongoose for data storage. It also specifies JWT authentication, Git, and possible Docker deployment.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of rules describing how users browse pools, submit requests, pay, and wait for an administrator's decision. Approved requests become entries.
holtwood/awesome-cursorrules-zh
Cursor rule
Pseudocode for a weekly scoring process, written in Chinese, that takes game results and updates the status of entries.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of NestJS rules for application-wide request and error handling. Global filters handle exceptions, middleware manages requests, guards manage permissions, and interceptors manage request processing.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of guidelines for NestJS, a Node.js framework for building server applications. It defines how to organize modules, controllers, services, data models, validation, persistence, and tests.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of rules for organizing NestJS API modules, including routes, controllers, input types, validation, services, and database entities. NestJS is a framework for building Node.js server applications.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of rules for shared modules in NestJS, a framework for building Node.js applications. The rules cover tools and business logic that can be used across modules.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of testing rules for NestJS, a framework for building Node.js server applications. It standardizes Jest tests for controllers and services, plus end-to-end checks for API modules.
holtwood/awesome-cursorrules-zh
Cursor rule
A set of general rules for writing TypeScript code and tests. It covers naming, types, functions, error handling, data structures, and test organization.