pangu-user-platform/.cursor/rules/pangu-project.mdc

63 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description: 盘古用户平台项目规范
globs:
alwaysApply: true
---
# 盘古用户平台Pangu User Platform项目规范
## 作者规范
**重要**:本项目所有文档、代码注释的作者统一使用 **pangu**
- 文档的作者/编写团队字段:`pangu`
- 代码注释中的 @author 标签:`pangu`
- SQL 脚本中的作者注释:`pangu`
- 不使用个人姓名、英文名或其他名称
示例:
```java
/**
* 学校管理服务
* @author pangu
*/
public class SchoolService { }
```
```javascript
/**
* 学校管理API
* @author pangu
*/
```
```sql
-- 作者pangu
```
## 项目信息
- **项目名称**盘古用户平台Pangu User Platform
- **远程仓库**http://47.99.144.51:3000/fangxh2013/pangu-user-platform
- **数据库**pguser-dbcourier_test 服务器8.148.25.55
## 技术栈
### 前端ruoyi-ui
- Vue 3.5.x + Element Plus 2.13.x + Vite 6.x
- 基于 RuoYi-Vue3 框架
### 后端(待开发)
- Spring Boot 3.3.x + JDK 17+
- 基于 RuoYi-Vue 框架
## 业务模块
| 模块 | 路径 | 说明 |
|------|------|------|
| 学校管理 | views/school/ | 管理学校、年级、班级 |
| 会员管理 | views/member/ | 管理家长/教师 |
| 学生管理 | views/student/ | 管理学生信息 |
| 应用管理 | views/application/ | 第三方应用接入 |
| 基础数据 | views/base/ | 年级/班级/学科/区域 |