This system uses a structured design method to realize the overall function of the system and improve the various indicators of the system, that is, the entire system is reasonably divided into functional modules, and the connections between modules and within the modules and the connection with the database are correctly handled. Definition The internal structure of each module realizes the functions of the entire system through the design of the modules and the system of relationships between modules.
The front desk mainly has 4 modules, line query module (train query, site query, bus transfer module), backend management module, voting module, and news display module.
Function name: Train number query function overview: Through the train number, you can get the various stations that the bus passes through.
Function name: Site query function overview: Query the buses passing through the designated site through the input.
Function name: Bus transfer query function overview: It is divided into direct bus and one-time bus transfer, which mainly reflects all transfer methods for routes that are not directly accessible and require transfer. (If the starting point and end point entered by the user can be directly reached by one or more bus lines, it is a direct bus; if the input starting point and end point are not directly accessible by a bus line, the system will give a The transfer plan is a one-time transfer by bus)
Function name: Background management function overview: used for administrator login, adding, modifying, deleting bus routes, modifying information and other functions.
This system provides train number query function and route query function. Passengers can easily make inquiries to prevent taking the wrong train. Of course, some functions are not very intelligent, and the system needs to be further improved.
Function name: Website voting function overview: Used to communicate with users to evaluate the quality of the website.
Function name: News display function overview: Display current news information and publish articles.
The database can be attached under the DB_51aspx folder. After attaching, modify the username and password of the configuration file in App_Code/DB.cs to: 51aspx
Expand