Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.52 KB

R05.design2.md

File metadata and controls

40 lines (28 loc) · 1.52 KB

CSC493: R05: Software Design. Part 21

Overview

You have created the design.md file that should have started to outline the design components for your project.

Design is so important that we will dedicate this week to further flesh out your file with more details of your design, building off of what you did for R04.design

DO NOT TAKE THIS AN OPPORTUNITY TO SLACK OFF.

Documentation

design.md

Enahnce your design.md file with more details. You will be reporting out on the improvements you made on Tuesday, explaining why you made the changes you did.

README.md

You should update the README.md file with any updates as necessary. Do not skip this step if your idea has changed. We will look for consistency with your project and your description.

  • Project name
  • Project Concept (linked to concept.md)
  • Vision
    The paragraph of your vision is here.
  • Scope
    The paragraph of your scope is here.
  • Prerequisites
  • Requirements (linked to requirements.md)
  • Design (linked to design.md)
  • Built With
  • Author name
  • Acknowledgments

To Submit

In addition to creating the design.md file, update README.md as necessary.

Make sure your repo is current by pushing any changes.

1. Adapted from https://github.com/pearcej/pearcej.github.io/edit/master/csc493/r04-design.md