-
CRUD
-
CRUD Operations

The term CRUD refers to the four basic operations you can perform on data in most applications, specifically it stands for Create, Read, Update and Delete. Understanding how these four operations work, will help you manage your website's data well.
These operations could be applied on data saved inside a JSObject, Data saved in localStorage and also Data saved inside a database.
The link below shows CRUD implementation on JSObject and then with localStorage.
The first three activities starting next week would be:
- A seatwork to review everyone how to access and manipulate an object. This will be written and by pair. Requirements will be given on March 2/3 (Monday/Tuesday)
- A 1st Graded exercise that will practice how to create and read objects with saving to localStorage. This is like what we did with Club sign-ups but using a different scenario.
- 2nd Graded exercise extends the 1st Graded to include updating and deleting processes.
On the 3rd Week, a new project proposal should be submitted on how a full CRUD processes will be implemented with your website data saving and reading. Please refer to the requirements written in the 4th Qtr. document on requirements found in the General Section regarding project proposal and final project rubrics from grading.
Supporting resources
-