Wednesday, October 8, 2014

Team Meetings - Implementation

During the following weeks, up until November 5th, the team will be meeting in order to carry out full system implementation and testing.

Tuesday, October 7, 2014

Team Meeting - Implementation #6

Having switched the course project to a Git repository the development of the interaction modules of our web portal were divided and assigned:

Adalgisa

  • Users (Add, View, Edit, Remove)
  • Resources (Add, View, Edit, Remove)
  • Search (Global and Advanced)


Mark

  • Schools (Add, View, Edit, Remove)
  • Outreach Entities (Add, View, Edit, Remove)
  • Notes (Add, View, Edit, Remove)


César

  • Activities and Media (Add, View, Edit, Remove)
  • Units (Add, View, Edit, Remove)
  • Feedback (Add, View, Edit, Remove)

Some changes to the database were agreed upon and carried out in the manner of unifying the Outreach Entities with the users into one single table (User) holding common fields while all extra information being contained in separate tables (OutreachEntityDetail and UserDetail, respectively)

Team Meeting - Implementation #5

Due to faults in Team Foundation Server the team decided to switch the course project over to a Git repository hosted in GitHub. The meeting entailed researching how to carry out this switch as seamlessly as possible.

Sunday, October 5, 2014

Team Meeting - Implementation #4

Began efforts of generating Entity Framework (an open source object-relational mapping framework for ADO.NET, part of .NET Framework) to use with our project as well as figuring out how to add it to the Team Foundation Server source control.


Saturday, October 4, 2014

Thursday, October 2, 2014

Team Meeting - Implementation #2

The team continued creating the stored procedures that will be used to manipulate the entities in our project from the web portal.

Wednesday, October 1, 2014

Team Meeting - Implementation #1

The topics discussed in this meeting were:

  • Virtual Machine - The virtual machine that will be used in the development of the project has finally been set up. This will allow us to finally begin setting up our project in the server.
  • Database - The database that will be used in our project was created in the server.
  • Tables - The tables which will be used to gather all information  related to Outreach Entities and their efforts were created.
  • Stored Procedures - The team begun creating the stored procedures that will tie the web portal with the project database.
  • User Interface - Development on the user interface for the portal was begun.
  • Project Description for Course Webpage - The project description that will be put up in the course webpage was discussed, redacted, and sent to the TA.
  • Team Foundation Server - It was established that the team would research Team Foundation Server in order to use this tool as a repository for our project. Further discussions on this topic will be held in other team meetings.