
Topic 4, Adventure Works
Background
Adventure Works needs to develop a solution that tracks internal and external projects for both on-site and off-site employees. The company plans to create a project tracking site by using SharePoint.
Business Requirements
The company has the following requirements:
---------
The solution must use data from an existing line of business (LOB) system.
The solution must provide secure access to data.
The solution must allow users to search for projects by department or job role.
The portal for the solution must contain an overview of all the active projects.
Navigation for all sites must be managed centrally.
Project members must be notified when project information changes.
Project leads must be able to view a list of departments and job roles.
Project leads must be notified when project tasks change.
Users must be able to filter project documents by file type.
Technical Requirements
The solution must include the following components.

---
Business Connectivity Services (BCS)
You must use BCS to connect to a SQL Server database to retrieve project
information and display it on a Project Information Page.
The Admin Custom List app must use a remote event receiver to send an email
message to each team member when information is updated.
The Project external content type must use the root namespace proj_info.
Managed Metadata Service (MMS)
You must use MMS to ensure that team members can search and filter project information.
Managed data must be grouped and controlled by department leaders. The project lead must have full control of the term store. The project leader creates groups for each department and assigns the leader of each department to the group manager role. Group managers must be able to grant Contribute permissions to the remaining team members in their department. You must create a Department term set to store team member roles and organize them by department types. The import file for the Department term set is the default for all new projects. The import file contains terms for System Architect, Programmer, Producer, and Manager. Each term is contained within two parent groups, Engineering or Production. Managers are members of the Production group only. All of the parent groups use a shared root-level term. You must create a site collection to store content that is used across multiple site collections. The site collection stores term sets for cross-site navigation and searches.
--- -
----
The navigation site must use the URL http://adventureworks/sites/navigation.
The publishing site must use the URL http://adventureworks/sites/portal.
Navigation links on the top and left sides of each page must use term sets.
The Document Library app named Project Documents must include a local term
set for document types. The term set must contain the default terms .docx, .png,
and -jpg.
You must develop a console app to print the current term sets and each root term
for the app by using the following style: TermSet : name Term : name
-
Application Structure
Relevant segments of the app files are shown below: (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.)
DocumentLibApp.es


TeamRemoteEventReceiver.es

TodoEventReceiver.es ImportTermSet.es

