In this project we followed the agile methodolgy which consisted of four sprints in the interval of three weeks each which have been explained as follows:
Sprint I
Developed the Conceptual design along with the Logical Design consisting of the actual Tables for storing the data of the customers and service providers and thier details.
Sprint II
Refined the requirements and updated the conceptual as well as the logical design of the system and performed normalization of all the tables to have them in thier best normal forms.
Sprint III
Refined the requirements and updated the conceptual and logical design and added Indexing to all the tables and Views which will be required for further development.
Sprint IV
Refined the requirements and updated the work done in above sprints and used the views created earlier to develop Triggers and Stroed Procedures for performing required operations in the database system.