From 324fa74b2c6c1cec799f3b61befe64e5d7128e1c Mon Sep 17 00:00:00 2001 From: Ichlasul Affan <ichlaffterlalu@gmail.com> Date: Mon, 1 Apr 2024 12:51:29 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 77e8dda..6597e45 100644 --- a/README.md +++ b/README.md @@ -49,29 +49,27 @@ You can install Postman via this website: https://www.postman.com/downloads/ ## Mandatory Checklists (Publisher) - [ ] Clone https://gitlab.com/ichlaffterlalu/bambangshop to a new repository. -- **STAGE 1: Implement models** +- **STAGE 1: Implement models and repositories** - [ ] Commit: `Create Subscriber model struct.` - [ ] Commit: `Create Notification model struct.` - - [ ] Write answers of your learning module's "Reflection Publisher-1" questions in this README. -- **STAGE 2: Implement repositories** - [ ] Commit: `Create Subscriber database and Subscriber repository struct skeleton.` - [ ] Commit: `Implement add function in Subscriber repository.` - [ ] Commit: `Implement list_all function in Subscriber repository.` - [ ] Commit: `Implement delete function in Subscriber repository.` - - [ ] Write answers of your learning module's "Reflection Publisher-2" questions in this README. -- **STAGE 3: Implement services and controllers** + - [ ] Write answers of your learning module's "Reflection Publisher-1" questions in this README. +- **STAGE 2: Implement services and controllers** - [ ] Commit: `Create Notification service struct skeleton.` - [ ] Commit: `Implement subscribe function in Notification service.` - [ ] Commit: `Implement subscribe function in Notification controller.` - - [ ] Commit: `Implement unsubscribe function in Subscriber service.` + - [ ] Commit: `Implement unsubscribe function in Notification service.` - [ ] Commit: `Implement unsubscribe function in Notification controller.` - - [ ] Write answers of your learning module's "Reflection Publisher-3" questions in this README. -- **STAGE 4: Implement notification mechanism** + - [ ] Write answers of your learning module's "Reflection Publisher-2" questions in this README. +- **STAGE 3: Implement notification mechanism** - [ ] Commit: `Implement update method in Subscriber model to send notification HTTP requests.` - [ ] Commit: `Implement notify function in Notification service to notify each Subscriber.` - [ ] Commit: `Implement publish function in Program service and Program controller.` - [ ] Commit: `Edit Product service methods to call notify after create/delete.` - - [ ] Write answers of your learning module's "Reflection Publisher-4" questions in this README. + - [ ] Write answers of your learning module's "Reflection Publisher-3" questions in this README. ## Your Reflections This is the place for you to write reflections: @@ -83,5 +81,3 @@ This is the place for you to write reflections: #### Reflection Publisher-2 #### Reflection Publisher-3 - -#### Reflection Publisher-4 -- GitLab