Design: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 60: Line 60:
* [http://www.joelonsoftware.com/articles/WhatTimeIsIt.html Click here to see an EXCELLENT example of a design spec]
* [http://www.joelonsoftware.com/articles/WhatTimeIsIt.html Click here to see an EXCELLENT example of a design spec]


== References ==


<references />


[[Category:Design]]
[[Category:Design]]

Revision as of 10:49, 21 August 2016

The Design Cycle

What is the web? How is the web made? This section delves into core components of the world-wide-web. If you are interested in building web applications, please visit that course page.

Big ideas in Design[edit]

Inquiring and Analyzing[edit]

Developing Ideas[edit]

Creating the Solution[edit]

Evaluating[edit]

Standards[edit]

  • Explain and justify the need for a solution to a problem for a specified client/target audience
  • Identify and prioritize the primary and secondary research needed to develop a solution to the problem
  • Analyse a range of existing products that inspire a solution to the problem
  • Develop a detailed design brief which summarizes the analysis of relevant research
  • Develop a design specification which clearly states the success criteria for the design of a solution
  • Develop a range of feasible design ideas which can be correctly interpreted by others
  • Present the final chosen design and justify its selection
  • Develop accurate and detailed planning drawings/diagrams and outline the requirements for the creation of the chosen solution.
  • Outline a plan, which considers the use of resources and time, sufficient for peers to be able to follow to create the solution
  • Demonstrate excellent technical skills when making the solution
  • Follow the plan to create the solution, which functions as intended
  • List the changes made to the chosen design and plan when making the solution
  • Present the solution as a whole
  • Outline simple, relevant testing methods, which generate data, to measure the success of the solution
  • Outline the success of the solution against the design specification
  • Outline how the solution could be improved
  • Outline the impact of the solution on the client/target audience

References[edit]