Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send twit after a new course created #90

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    b033d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20aab3b View commit details
    Browse the repository at this point in the history
  3. remove unused reference

    mgzamora committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    62c56b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    144fa10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6766596 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    a83a424 View commit details
    Browse the repository at this point in the history
  2. added course created event

    mgzamora committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    f3b4434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21e77cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    641f4cc View commit details
    Browse the repository at this point in the history
  5. twit sender mock

    mgzamora committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    8916b19 View commit details
    Browse the repository at this point in the history
  6. test use case

    mgzamora committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    db95f79 View commit details
    Browse the repository at this point in the history
  7. inject created classes

    mgzamora committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    e235b5a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    d93c973 View commit details
    Browse the repository at this point in the history
  2. added finder use case

    mgzamora committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c41d634 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. added get controller

    mgzamora committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    8fc6dc8 View commit details
    Browse the repository at this point in the history
  2. added get course route

    mgzamora committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    707e9b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    816952d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c10e21b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51434cf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. added course finder tests

    mgzamora committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    fc1f07c View commit details
    Browse the repository at this point in the history
  2. added api test

    mgzamora committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    a1ddf94 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. added api test completed

    mgzamora committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    61ef769 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Feature/rename course (#1)

    * course finder refactor to domain layer
    
    * missing config
    
    * rename course mother function and update references
    
    * removed unused class
    
    * added rename to domain class and create course renamed event
    
    * added test to course rename
    
    * added test to course rename domain model
    
    * added rename course handler and tests
    
    * added controller and route
    
    * added dependency injection config
    
    * added test scenario
    mgzamora committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    1890909 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Cqrs/first command (#2)

    * added some semantic to rename course command handler test
    
    * added change description command
    
    * added description mother class and import where  necessary
    
    * added description to course class
    
    * modify tests to admit new course property
    mgzamora committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    03b0e01 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Cqrs/get all courses query (#3)

    * rename getCourseResponse to CourseResponse
    
    * added get courses query
    
    * added get courses controller and response
    
    * added add course to environment arranger
    
    * fix scenario tests
    
    * added course repository get all and tests
    
    * added get courses handler application uc
    
    * added get courses handler application tests
    
    * add course with id replace add course on arranger
    
    * add get courses test scenarios
    
    * added get courses route
    
    * added dependency injection config
    
    * fix test
    mgzamora committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    83ab0f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Feature/course like (#4)

    * added scenario, controller and command
    
    * added userId
    
    * added like functionality to course
    
    * added structure and tests
    
    * fix feature scenario
    mgzamora committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f499a30 View commit details
    Browse the repository at this point in the history