Review of the single page application

Assignment Help Other Subject
Reference no: EM132117102

Part -1:

Overview

The purpose of this assignment is to objectively analyse your implementation of Assignment 2, discuss the techniques and technologies used. After discussing the implementation of your work you will consider and demonstrate how the same or similar implementation would be achieved in an alternate web development framework.

Part A

The first part of the assignment is to provide a detailed review of the Single Page Application (SPA) implementation and structure of Assignment Two. This should be an expanded explanation, above that provided with assignment 2, of the structures and functions used for your implementation. You should cover each of the files within your assignment and detail the elements, attributes and functions. This should include the specific function operation within script files and how these functions are actioned from within HTML / CSS elements or attributes. Importantly this review should focus on the functional operation of your application. This work should not consider design elements beyond how they are functionally actioned within the SPA framework. Essentially this work should both discuss, and more importantly justify, the decisions made in the creation of your application.

Part B

Following the revision of your own work you should research and discuss the implementation of the same ideas and concepts in an Apache MySQL PHP PERL (AMPP) stack. In this environment the primary server side language is PHP, running in an Apache server environment and using MySQL as the primary database storage medium.

Note that this is not a full blown re-implementation. The work should focus on the technical and framework differences between the two environments. However, the work should contain code snippets for relevant sections where changes would be required.

Part -2:

Overview

For this assignment you are tasked with creating a web page in Single Page Application (SPA) format. you will be creating a blogging style website where users can input posts and have those posts appear, serialized, on the main page.

The assignment is comprised of two primary components:

- A Brief document acting as a style guide and readme

- The SPA, running in a Node.JS environment

Assignment Specification

As stated there are two primary components to the assignment. The first is a style guide that details the layout, contents and style elements chosen for your page. The second is the actual implementation including any HTML, templates, style sheets, scripts and modifications to the original structure made.

Style Guide / Specification document

This document should contain a brief overview of the structures used and the styles implemented within the application, as well as the functional behaviour of the various SPA elements.

1. Project structure

The document should clearly lay out the project structure including folders used and communication structures utilized within the application. This includes the location of templates, scripts and style sheets within the project. It should also include details of any routes employed and deep linking solutions utilized to preserve state.

2. Style guidelines

The document should contain the details of styles chosen. This should include elements like font selection, colour pallet and iconography. The style guide portion should also include details of the various view / template elements of the page and their purpose. This should include layout choices and other design details. Any responsive functionality included in the application should also be detailed here, along with the trigger parameters for such features. Any alternate/advanced style implementations should be detailed in this section including animation flex and effect behaviour. Lastly the content described in this section should appear within your page, it should not contain details of style and outline that you wanted or considered using, rather what you did use.

3. SPA Functionality

Lastly the document should contain the functional details for the app including element communication, back end functionality and any additional modules employed. This should include the purpose of any of your own script files, JavaScript / AngularJS implementations and structure.

If any additional work has been done on the back end server, or additional Node.JS modules used these should be detailed along with the functionality they provide to the SPA. Lastly this should detail the Node.JS run specification and port used in the final result; this will usually be localhost:8000 or localhost:3000 but should be clarified here.

It is imperative that you take significant notes on your decisions regarding style, implementation and structure for the assignment. A key component of the Comp8772 research assignment will involve reflections on these choices in a more comprehensive manner than is to be presented here.

Single Page Application

The primary component of the assignment is the development of a single page application that meets the specifications laid out below. This page must run within a Node.JS on the localhost or localhost equivalent. Implementations that do not run in a server environment will be awarded zero marks.

The implementation style and layout are up to you and should be outlined in the style guide. Note that you are not being marked on your graphical design skills. While the tools implemented in the solution will be awarded marks (e.g. the use of CSS animations classes) the physical appearance of art assets will not.

Required Pages

Your solution should make use of the following pages

- Content / News page

- Content creation page

- About page

- FAQ page

Attachment:- Masters Report.rar

Verified Expert

In this assignment we have developed website using engineering concepts and develop dynamic site Here we studied design and development and studied the different concept of html and css and javascript and node js and we have also studied object oriented programming concepts and done analysis of overall assignment and outcome is we have got knowledge of website design using html and javascript and css.

Reference no: EM132117102

Questions Cloud

Determine the interest rate earned : Determine the interest rate earned on a $1,800 deposit when $2,100 is paid back in one year. (Round your answer to 2 decimal places.)
What is the firm debt-equity ratio : What is the firm's debt-equity ratio? (Round it to two decimal place, e.g., 1.58)
Design and develop applications using android studio : Android Apps Development - Mobile Web Application Development - You are required to design and develop using Android studio the following four applications
Understanding of hedging by explaining : How would you use a numerical example to show understanding of hedging by explaining why they were worse off.
Review of the single page application : COMP 8772 - discuss the techniques and technologies used. After discussing the implementation of your work you will consider
Establish a charitable remainder annuity trust : John's financial planner has recommended that John establish a charitable remainder annuity trust for his low basis stock in XYZ Corporation for life.
How the enterprise architecture affects various elements : One of the keys to successful enterprise architecture (EA) implementation is the support offered by important stakeholders.
Analyze the manner in which a cirt plan fits : Analyze the manner in which the development of a CIRT plan enables management to adopt a more proactive approach to risk management.
Discuss the pros and cons of one method of transmission : What concerns should be understood about data communications being sent over wireless networks?

Reviews

urv2117102

11/16/2018 1:37:25 AM

"I really would like to say thank you for all that you have done to assist me with keeping my stress levels low. Working with you guys is always soothing. thank you so much. good handled." Thank you very much, appreciated. You are really so much supportive.

len2117102

9/19/2018 3:29:21 AM

10 marks of the Assignment are awarded for additional implementation. This should be either a stylistic or programmatic addition to the SPA. These additions should be clearly noted and detailed in documentation. You may use this opportunity to focus on either design or code enhancements to provide a superior viewing experience, or additional back end functionality. Some examples that you might consider include: • Route statefulness (remember the post content etc) • Recent posts to nav bars • Post comments • Flexbox and responsive elements • Personalization (individual style or alternative style options) • Animations and collapsing menus • Markup / Markdown on text content • Session control and user login (Express modification) • Image attachment to files (Express modification) • Sort by tags

len2117102

9/19/2018 3:29:13 AM

Utilize AngularJS to create a basic SPA. HTML content is defined by Angular variables and scripts control SPA communication and 40 functionality. Content can be added through the Create page and is displayed on the News page. The SPA uses simple templating to create a page out of multiple partial views. Angular controllers are utilized to control each 50 templates operation. Ng-Include is the primary method of constructing the templated document

len2117102

9/19/2018 3:29:04 AM

SPA Implementation (80 Marks) The marks awarded for the SPA implementation are defined heavily by the technologies and implementations chosen. For maximum marks in this portion the student will need to extend the SPA in some manner, either through additional code, style or HTML functionality. Some examples of possible routes for extension are provided below Description Mark Implement a version of the SPA that uses no backend functionality. All style and HTML elements are structured and linked correctly. 30 Static content is used to replicate potential dynamic content in the News section.

len2117102

9/19/2018 3:28:56 AM

Style \ Specification Document \ Project structure (15 Marks) Note that a key component of the marks awarded for the Style\Specification document is that the SPA follows the outlines provided. As such the overall structure of the project is included in these marks and should follow the design laid out. Description Mark • Project structure is not laid out or not followed • Project contains little to no templating • Functional structures are incorrectly 0 defined or detailed • Style is either not defined or not followed • Functional elements are not defined

len2117102

9/19/2018 3:28:41 AM

There are 2 ASSIGNMENT. assignment 2 and research report both are related.Research Report is based on Assignment 2. so first need to make assignment 2. please try to do these assignments. Marking Specification Due to the number of possible variations available with both the content and technologies that can be employed in the assignment please take the time to familiarize yourself with the marking guidelines to properly understand the requirements of each rubric tier. Coding Style (5 Marks) Description Mark • Code is jagged and makes no effective use of white space. • Elements are not indented. 1 • Variable names are meaningless and arbitrary. File structure is singular and structured. Files contain no comments.

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd