Giter Site home page Giter Site logo

cp's Introduction

Hi there 👋

cp's People

Contributors

jakubramisz avatar stepniaczky avatar

Stargazers

 avatar

Watchers

 avatar

cp's Issues

Project stage 3 checklist

  • Starting point
    • all UT are green
    • the program behaves as expected (intermediate approval test)
  • Data Layer
    • responsibility of this layer is
      • to represent boundaries of the movement rectangle if necessary
      • implement balls behavior as self-contained independent entities
      • save diagnostic data to a file
    • protect balls velocity against any influence from other balls and the environment behavior
    • balls implementation uses parallel programming if applicable (depends on the run time platform)
    • prove that the diagnostic logging doesn't have impact on the balls behavior
  • Logic Layer
    • responsibility of this layer is to manage movement rectangle boundaries and balls interaction (collisions)
    • prove that the protection of data (balls position on abstract table during collisions detection) integration is implemented
    • Logic uses only the abstract Data layer API
  • Presentation Layer (mvvm)
    • responsibility of this layer is to manage the graphical user interface (GUI)
    • user => GUI interoperability must be implemented using interactive programming only
    • GUI => the user interoperability must be implemented using reactive programming only (timer is not allowed)
    • interoperability of the GUI and underlying layers must be synchronized
    • prove that the protection of data (balls position on the screen) integration is implemented
  • Testing
    • Unit Test - layers are tested independently using dependency injection (additional framework is not required)
    • Mock may be used for testing purpose (expected but not required)

Project Stage 1 Checklist dla prowadzącego

Project Stage 1 Checklist

  • text is in C# and use .NET
  • build succeeded
  • all UT are green
  • Data layer is clearly stated using language terms only (no database of file access is required)
  • Data API is abstract
  • Logic layer is clearly stated using language terms only
  • Logic API is clearly stated
  • Logic uses only the abstract Data layer API
  • Presentation layer is clearly stated using language terms only
  • mvvm and xaml is applied to implement GUI
  • reactive and interactive user interaction for user (operator) communication
  • reactive and interactive programming is used for layers communication
  • Object model representing process data
  • Unit Test - layers are tested independently using abstract API
  • Dependency injection (additional framework is not required)
  • Mock is used for testing purposes (expected but not required)

Etap 0 Tworzenie repozytorium lista kontrolna

Create a repository checklist

  • the task provides required feedback and has been submitted (needs grading)
  • the ability to clone the repository to the teacher's computer
  • there is README.md formatted as expected
  • README.md contains required information
  • build succeeded
  • all UTs are green

Project Stage 1 Checklist

Project Stage 1 Checklist

  • text is in C# and use .NET
  • build succeeded
  • all UT are green
  • Data layer is clearly stated using language terms only (no database of file access is required)
  • Data API is abstract
  • Logic layer is clearly stated using language terms only
  • Logic API is clearly stated
  • Logic uses only the abstract Data layer API
  • Presentation layer is clearly stated using language terms only
  • mvvm and xaml is applied to implement GUI
  • reactive and interactive user interaction for user (operator) communication
  • reactive and interactive programming is used for layers communication
  • Object model representing process data
  • Unit Test - layers are tested independently using abstract API
  • Dependency injection (additional framework is not required)
  • Mock is used for testing purposes (expected but not required)

Etap 0 Tworzenie repozytorium lista kontrolna dla prowadzącego

Create a repository checklist

  • the task provides required feedback and has been submitted (needs grading)
  • the ability to clone the repository to the teacher's computer
  • there is README.md formatted as expected
  • README.md contains required information
  • build succeeded
  • all UTs are green

Project stage 2 checklist dla prowadzącego

Etap 2 Checklist

  • Starting point
    • all UT are green
    • the program behaves as expected (intermediate approval test)
  • Data Layer
    • responsibility of this layer is to represent boundaries of the movement rectangle and balls
    • balls representation are independent and self-contained (no timer required)
    • balls implementation uses parallel programming if applicable (depends on the run time platform)
  • Logic Layer
    • responsibility of this layer is to manage movement rectangle boundaries and balls interaction (collisions)
    • prove that the protection of data integration is implemented
    • Logic uses only the abstract Data layer API
  • Presentation Layer (mvvm)
    • responsibility of this layer is to manage the graphical user interface (GUI)
    • user => GUI interoperability must be implemented using interactive programming only
    • GUI => the user interoperability must be implemented using reactive programming only (timer is not allowed)
    • interoperability of the GUI and underlying layers must be synchronized
  • Testing
    • Unit Test - layers are tested independently using dependency injection (additional framework is not required)
    • Mock may be used for testing purpose (expected but not required)

Project stage 2 checklist

Etap 2 Checklist

  • Starting point
    • all UT are green
    • the program behaves as expected (intermediate approval test)
  • Data Layer
    • responsibility of this layer is to represent boundaries of the movement rectangle and balls
    • balls representation are independent and self-contained (no timer required)
    • balls implementation uses parallel programming if applicable (depends on the run time platform)
  • Logic Layer
    • responsibility of this layer is to manage movement rectangle boundaries and balls interaction (collisions)
    • prove that the protection of data integration is implemented
    • Logic uses only the abstract Data layer API
  • Presentation Layer (mvvm)
    • responsibility of this layer is to manage the graphical user interface (GUI)
    • user => GUI interoperability must be implemented using interactive programming only
    • GUI => the user interoperability must be implemented using reactive programming only (timer is not allowed)
    • interoperability of the GUI and underlying layers must be synchronized
  • Testing
    • Unit Test - layers are tested independently using dependency injection (additional framework is not required)
    • Mock may be used for testing purpose (expected but not required)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.