[SOLVED] Create a list called “Projects” to track project information

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Create a list called “Projects” to track project information. Columns to include:
· Project Name
· Project Start Date
· Project End Date
· Project Cost ($)
· Project Status (In Progress, Complete)
• Add some example projects to the list
• Create a web part page called “Report”
· Use JavaScript/jQuery/AJAX/REST to pull in the project info
· Display all projects in an HTML table
· Provide a Totals column at the bottom to sum the cost column and count the number of projects
· Provide buttons at the top of the page to show: In Progress Projects, Complete Projects, All Projects. Selecting these buttons will filter the results to only show projects that match the status selected.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.