18 Commits

Author SHA1 Message Date
Maxime Delporte
697e95f700 Add localStorage for tasks.
All checks were successful
Deploying Website / build (push) Successful in 1m8s
2025-04-27 08:29:57 -03:00
Maxime Delporte
dcae538e49 Make tasksService property used inside new-task and task components private.
All checks were successful
Deploying Website / build (push) Successful in 1m6s
2025-04-27 08:25:03 -03:00
Maxime Delporte
64e9693fdd Updating CI.
All checks were successful
Deploying Website / build (push) Successful in 1m53s
2025-04-22 07:40:04 -03:00
Maxime Delporte
ae322a38fb Using Dependency Injection inside task.component instead of using Output for tasks.components.
All checks were successful
Deploying Website / build (push) Successful in 1m1s
2025-04-22 07:36:25 -03:00
Maxime Delporte
73de5fedfe Using dependency injection inside new-task.component.
All checks were successful
Deploying Website / build (push) Successful in 1m3s
2025-04-22 07:14:12 -03:00
Maxime Delporte
b3d2a49ec9 Dependency Injection : Extracting tasks management system into tasks.service file. Using @Injectable to automatically instanciate our TasksComponent with the TasksService.
All checks were successful
Deploying Website / build (push) Successful in 1m3s
2025-04-22 06:55:43 -03:00
Maxime Delporte
fa12a866a0 Using Pipes to transform Data. Here, the task.dueDate string into date.
All checks were successful
Deploying Website / build (push) Successful in 1m6s
2025-04-22 06:33:26 -03:00
Maxime Delporte
1e0a493bf3 Use of ng-content: Use shared UI component. Here, card.component.
All checks were successful
Deploying Website / build (push) Successful in 1m4s
2025-04-22 06:29:32 -03:00
Maxime Delporte
c9aa8f647e Removing TaskContent new file. Renamming it as NewTaskData and adding it into task.model file.
All checks were successful
Deploying Website / build (push) Successful in 1m3s
2025-04-22 06:17:56 -03:00
Maxime Delporte
97d8a8ebc3 Adding 'Add Task' feature. Create a task-content model for better understanding.
All checks were successful
Deploying Website / build (push) Successful in 1m6s
2025-04-22 06:13:12 -03:00
Maxime Delporte
f91561db26 Updating naming functions and variables. Adding onCancel call when click on the background.
All checks were successful
Deploying Website / build (push) Successful in 1m2s
2025-04-21 21:44:20 -03:00
Maxime Delporte
234403c4c9 Adding pop-up when user wants to create a task : new-task.component. Handle cancel pop-up action.
All checks were successful
Deploying Website / build (push) Successful in 1m2s
2025-04-21 17:40:30 -03:00
Maxime Delporte
08173fbdc3 Adding add task functionnality: without personalisation right now.
All checks were successful
Deploying Website / build (push) Successful in 1m1s
2025-04-21 12:57:42 -03:00
Maxime Delporte
d4fe4db6ff Fixing assets.
All checks were successful
Deploying Website / build (push) Successful in 1m5s
2025-04-21 09:45:32 -03:00
Maxime Delporte
07186f2acd Current state of project : Section 2 - Chapter 49.
All checks were successful
Deploying Website / build (push) Successful in 1m5s
2025-04-21 09:44:07 -03:00
Maxime Delporte
89f22f491e Updating CI.
All checks were successful
Deploying Website / build (push) Successful in 2m54s
2025-04-21 09:25:22 -03:00
Maxime Delporte
890e2d528b Adding CI.
Some checks failed
Deploying Website / build (push) Has been cancelled
2025-04-21 09:06:15 -03:00
Maxime Delporte
fe014727f1 initial commit 2025-04-21 08:51:28 -03:00