parent
ffad2e1822
commit
b3880387fb
@ -1,63 +1,36 @@
|
||||
1. 校园兼职平台服务端 jianzhi-portal https://github.com/zzhougy/jianzhi-server.git
|
||||
2. 校园兼职平台门户 jianzhi-portal https://github.com/zzhougy/jianzhi-portal.git
|
||||
3. 校园兼职平台聊天界面 jianzhi-webim https://github.com/zzhougy/jianzhi-webim.git
|
||||
4. 校园兼职平台后台管理 jianzhi-webim https://github.com/zzhougy/jianzhi-manage-web.git
|
||||
|
||||
|
||||
#### 项目介绍
|
||||
本系统用户分为三类:后台管理员(超级管理员,普通管理员),求职者(学生),
|
||||
招聘人员(负责人、普通招聘人员)。本系统主要分为前台和后台,前台面向的是所有用
|
||||
户,后台面向的是系统管理员,可以对网站信息及用户数据进行管理。
|
||||
|
||||
前台实现的模块功能需求:
|
||||
1) 用户进行账号的登录、注册
|
||||
2) 用户按关键词、条件搜索岗位和企业,浏览岗位和企业的详细信息
|
||||
3) 求职者可以对自己个人基本信息进行查看和编辑,进行简历投递,查看简历投递记录和进度
|
||||
4) 招聘单位对个人账号信息查看和编辑,发布和编辑岗位信息,查看收到的简历。企业负责人对企业信息的编辑及审核信息提交
|
||||
5) 即时通讯,求职者与招聘人员进行私聊
|
||||
6) 用户可以对求职者或招聘单位进行评价、投诉
|
||||
|
||||
后台实现的模块功能需求:
|
||||
1) 管理员查看、编辑求职者和招聘单位人员基本信息,对招聘单位提交的企业信息进行审核
|
||||
2) 管理员可以查看、编辑招聘单位发布的兼职信息
|
||||
3) 管理员对违规的账号或招聘单位进行封禁处理
|
||||
4) 超级管理员能够管理平台所有用户的角色及角色所拥有的权限
|
||||
|
||||
|
||||
#### 界面截图
|
||||
![](./image/1.png)
|
||||
![](./image/2.png)
|
||||
![](./image/3.png)
|
||||
![](./image/4.png)
|
||||
![](./image/5.png)
|
||||
![](./image/6.png)
|
||||
|
||||
|
||||
|
||||
## Project setup
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Run your tests
|
||||
```
|
||||
npm run test
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
# jianzhi-manage-web
|
||||
|
||||
#### Description
|
||||
jianzhi-manage-web 兼职管理后台
|
||||
|
||||
#### Software Architecture
|
||||
Software architecture description
|
||||
|
||||
#### Installation
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Contribution
|
||||
|
||||
1. Fork the repository
|
||||
2. Create Feat_xxx branch
|
||||
3. Commit your code
|
||||
4. Create Pull Request
|
||||
|
||||
|
||||
#### Gitee Feature
|
||||
|
||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
||||
|
Loading…
Reference in new issue