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

My Solution #50

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

My Solution #50

wants to merge 33 commits into from

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    8dcea1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    058c68a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da2f1e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    c9987c1 View commit details
    Browse the repository at this point in the history
  2. Add OnInit interface to HomeComponent and populate

    listTasks on initialization.
    CarlosGomez-99 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    0e85ab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05a5d64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cabcc2 View commit details
    Browse the repository at this point in the history
  5. Change updateStateTask to changeStatusTask in

    TasksService
    CarlosGomez-99 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    abc6a2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65e4180 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    a925f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349a5c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e72ebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d56a95f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c34630a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a64ee90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f6bd3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e80ee6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    745d4be View commit details
    Browse the repository at this point in the history
  10. Add deleteCompletedTasks function to clear

    completed tasks
    CarlosGomez-99 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    4669bca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c5731c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64c2a6d View commit details
    Browse the repository at this point in the history
  13. Add getTasksByStatus method and change return

    types of some methods in TasksService
    CarlosGomez-99 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    b71a9b4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    30141b9 View commit details
    Browse the repository at this point in the history
  15. Add ActivatedRoute to HomeComponent constructor

    and refactor task methods.
    CarlosGomez-99 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    fae968c View commit details
    Browse the repository at this point in the history
  16. Fix updateNameTask method to only emit changeName

    event if newName is not empty
    CarlosGomez-99 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    b96378e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4c25774 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a2d3780 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fd0b584 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6fce3a6 View commit details
    Browse the repository at this point in the history
  21. Refactor app routing module to use dynamic

    filtering.
    CarlosGomez-99 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    040d62f View commit details
    Browse the repository at this point in the history
  22. Fix editing task bug in main component HTML and

    TypeScript files.
    CarlosGomez-99 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    554dd57 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    17abff5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    990704c View commit details
    Browse the repository at this point in the history