Question: Phase 1 : Design and implement a standard web application for the given shared workspace project. The web application wireframe should have landing page, header
- Phase 1: Design and implement a standard web application for the given shared workspace project. The web application wireframe should have landing page, header and footer. For more functionalities refer to the user stories to figure out what pages do you need and what controls should each page has. Whenever you want to store any information you can use array or Js object at this level. When you start working on phase two you will be working with JSON file system as data storage
The following is a guideline :
User Story 1: Add a web page with controls to take the user information from keyboard and an Add button. On click on the Add button, make a call to the web service that adds users to the user object or array.
User Stories 2 and 3: similarly add web pages for the owner user to specify the property and workspace information and click a button to call the corresponding web service/ functionalities that adds them to the property/workspace object or array dataset.
User Stories 4 to 8:
Add a web page with controls to search and display the properties and their workspaces. Add a login page. If the login is successful, based on the users role, modify the previous page as follows:
- For the owner user, filter the page to show only the owners properties and workspaces. Also, show controls that the user can use to sort, update and delete any of the items.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
