Skip to content
Z-Red edited this page Mar 19, 2018 · 50 revisions

Welcome to the CDProjektBlue wiki!

Project Components

Part 2

  1. Requirements can be viewed on a user story category basis for their individual specifications.

  2. User Interface and Storyboard

  3. Release Planning

  4. Glossary and Information Resources

Part 3

  1. Regarding mentor feedback:

    • Any links that can be made relative have been made so
    • Images were added to the wiki repository
    • Length and detail of the Glossary has been improved
    • Storyboard: hands removed, included two way arrows
  2. Object-Oriented Analysis and Design

  3. Unit tests can be found here. In coordination with the rubric, unit tests were only done for "model" classes. In particular, only two model classes exist that have functions that required testing. Those are the Task class and the User class. All other model classes did not have functions that should be unit tested.

Part 4

  1. Regarding mentor feedback:

    • Model classes have been highlighted in UML
    • Composition association has been resolved in UML between Bid and User class (changed to aggregation)
  2. Code base:

    • More than half of requirements implemented
    • Limit/error/boundary checking exists for user input parameters
    • Has server connectivity
    • Error checking (try/catch) exists for all server calls
  3. Code documentation (JavaDoc)

  4. Test Cases:

    • Unit Tests
    • Intent Tests
    • Note: could not find any documentation supporting access outside of application with only Robotium or Espresso. Thus, intent tests could not be preformed for Photograph related use cases
  5. Object Oriented Design (UML)

  6. Revised Release Plan

  7. Reuse Statement

Clone this wiki locally