Sunteți pe pagina 1din 8

Small Middle School Web App Project

Jynesia Stewart

Contents
Introduction .................................................................................................................................................. 3 Project Description........................................................................................................................................ 3 Completed Project ........................................................................................................................................ 3 Database ....................................................................................................................................................... 3 Computer Languages .................................................................................................................................... 4 Interface ........................................................................................................................................................ 4

Introduction
This project is designed to show students how to create a web site where they can manipulate data such as: insert, search and update. The data is saved in a relational database and the name of my project is called Small Middle School.

Project Description
My project is designed for a small school so that a teacher or an administrator is able to look up a students information and grades. On the main page a teacher you add a student to the roster, search for a student by last name, contact name, and they are able to look up a students grade. My database consists of many things such as three tables with information regarding a student.

Completed Project
In my project I have completed the database for the web application and I have also completed the interface that the teachers will be able to view. The challenges I have faced while working with this tool is that I did not completely understand the tool because there were so many features along with the tool. I had trouble with setting up the database and I do not understand how to connect the database to the web application. I have learned from this project that there are many ways to connect a database to a web application. I have also learned that with time things become easier to use and understand, this was a cool project that gave me great insight into developing a web application.

Database
The database ERD and sample tables are located on a separate page.

Computer Languages
HTML C#

Interface
The purpose of my design was to have a teacher or administrator clearly understand how they can search for a student and add a student to the database. I feel that this way is easy to use and understand. There is nothing complicated about this design, it is simple and to the point. The enter face is straight forward, if the person would like to enter a student into the database they simply scroll down to bottom on the screen and type in the students information. After they have put in all the information they click submit. The search interface is similar to the enter interface they would go to the textboxes that correspond with how they would search for the student and type in the information and then click submit. They search for grades interface is exactly the same as the other two.

Database Student_ID Subject_Id FinalGrade 12345 61 A 12345 62 B 12345 63 A 12345 64 C 12346 61 A 12346 62 A 12346 63 C 12346 64 A 12347 71 A 12347 72 A 12347 73 B 12347 74 C 12348 71 C 12348 72 C 12348 73 B 12348 74 B 12349 81 A 12349 82 A 12349 83 A 12349 84 A 12350 81 B 12350 82 B 12350 83 B 12350 84 B Subject_ID Subject Grade 61 Math 6 62 Science 6 63 Language Arts 6 64 History 6 71 Math 7 72 Science 7 73 Language Arts 7 74 History 7 81 Math 8 82 Science 8 83 Frank 8 84 History 8

S-ar putea să vă placă și