摘 要
程序员任务管理系统的目的是为了将企业在软件开发过程中对程序员的管理进行有更进一步的优化和对其的任务完成情况以及质量进行有效的了解和控制。本系统的设计内容融入了程序设计的流程与项目管理流程。通过这一流程管理体系,能够有效的且清晰的描述整个项目的开发流程,让开发变得更加的高效。
该系统前端主要使用 Vue 框架、Ant Design Pro 组件框架进行开发,使用 Vue 框 架极大提高了开发的效率,同时使用组件框架可以使得页面更加的美观易用。后端主要使用 Java 语言进行开发,应用 SpringBoot 框架,Shiro 权限框架,Mybatis Plus 框架,
Redis 以及 RabbitMQ。数据库主要使用 MySQL。使用前后端分离的架构,代码更加层次分明逻辑也更加的清晰,提升了开发设计的效率。前端调用后端 Api,后端查询对应的数据,包装成 JSON 传回前端进行页面渲染展示。
本文首先将介绍对该系统的需求进行调研和分析,使得在系统架构、数据库设计上更加明确清晰,其次将针对该系统的总体功能详细设计分析和各功能模块的详细设计。然后对系统进行运行和测试,确保各项功能的稳定性。
关键词:前后端分离;任务管理;Vue 框架;MySQL 数据库;SpringBoot 框架
Abstract
The purpose of the programmer task management system is to further optimize the management of programmers in the process of software development and to effectively understand and control their task completion and quality. The design content of this system is integrated into the process of program design and the process of project management. Through this process management system, the development process of the entire project can be effectively and clearly described, making development more efficient.
The front end of the system is mainly developed using the Vue framework and the Ant Design Pro component framework. The use of the Vue framework greatly improves the efficiency of development, and the use of the component framework can make the page more beautiful and easy to use. The back-end is mainly developed in Java language, using SpringBoot framework, Shiro permission framework, Mybatis Plus framework, Redis and RabbitMQ. The database mainly uses MySQL. Using the front-end and back-end separation architecture, the code is more hierarchical and the logic is clearer, which improves the efficiency of development and design. The front-end calls the back-end API, and the back-end queries the corresponding data, wraps it in JSON and sends it back to the front-end for page rendering and display.
This paper will firstly introduce the research and analysis of the requirements of the system, so as to make the system architecture and database design more clear and clear, and secondly, it will analyze and analyze the overall function of the system and the detailed design of each functional module. The system is then run and tested to ensure the stability of each function.
Keywords: Front-end and Back-end Separation;Task Management; Vue; MySQL; SpringBoot