150 likes | 336 Views
SHAREPOINT FRESHER ASSIGNMENT. Group 02: Long Tran Tuan Nguyen Mentor: Nhan Tran. Group 02 Fresher Assignment. Agenda Introductions Technologies Project Structure Demo. Group 02 Fresher Assignment. Introduction What is SharePoint?
E N D
SHAREPOINT FRESHER ASSIGNMENT Group 02: Long Tran Tuan Nguyen Mentor: Nhan Tran
Group 02 Fresher Assignment Agenda • Introductions • Technologies • Project Structure • Demo
Group 02 Fresher Assignment • Introduction • What is SharePoint? • SharePoint 2010 Benefits for Developers • SharePoint Branding Assignment • Use CSS to make the UI as requirement • Opening Vacancies Web Part • Show all opening vacancies in company • Everyone can read opening vacancies information • Only contribute user can edit opening vacancies information
Group 02 Fresher Assignment • Introduction • Opening Vacancies Web Part Opening Vacancies [Job title] read more [Job title] read more All Job Opportunities Add New [Job title] [short description] read more ………………………………………………………………………………… [Job title] [short description] read more 1 – 2 – 3 – 4 - 5 [JobTitle] [Short description] [Long description] [Referral Bonus] [HR Contact] Status: Open | Closed Add New Update Delete Cancel
Group 02 Fresher Assignment • Technologies • Sharepoint2010 • NUnit • MVP Pattern • CAML • Jquery/Ajax
Group 02 Fresher Assignment • MVP Pattern
Group 02 Fresher Assignment CAML <Where> <Or> <Geq> <FieldRef Name='Field1'/> <Value Type='Number'>1500</Value> </Geq> <Leq> <FieldRef Name='Field2'/> <Value Type='Number'>500</Value> </Leq> </Or> </Where>
Group 02 Fresher Assignment Project Structure
Group 02 Fresher Assignment MVP Class Diagram
Group 02 Fresher Assignment • Implementation • Top 5 Vacancies If user doesn’t have contribute role, Add New button will be hidden
Group 02 Fresher Assignment • Implementation • All vacancies page If user doesn’t have contribute role, Add New button will be hidden
Group 02 Fresher Assignment • Implementation • Job Detail If user doesn’t have contribute role, Edit button will be hidden
Group 02 Fresher Assignment • Implementation • Edit Job Detail
Group 02 Fresher Assignment • Implementation • Validating in Edit Job Detail Page