[ ] Add a new property to the LandingPage entity. -> Data folder. New migration is required.
[ ] Add a new property to the Landing Page View Model.
[ ] Add the property to the Load method
[ ] Map the new property to the cshtml file
Admin Level
[ ] Add a new property to the Landing Page View Model
[ ] Add the property to the Load method
[ ] Add the property to the update method. The property should be map on two places. Update section and insert section.
[ ] Map the new property to the cshtml file and make sure to add a unique ID to the html element.
[ ] go to the wwwroot folder. Expand the JS and open site.js. Apply ckeditor to the new element using the id.
Refactoring
[ ] The landingPageVM => update method. There should be an Insert method and an update method. Right now there is only an update that is exedcuting both logic. They should be handle separately.
wwwroot
This folder contains the css and the js logic. Please place all of your JS logic on this folder.
Create a home page for web app
(events need to be wired correctly)
AB#4