From 8417d4a5f48da399d6920f0a72c9ae0385fd6fd7 Mon Sep 17 00:00:00 2001 From: Ichlasul Affan <ichlaffterlalu@gmail.com> Date: Mon, 1 Apr 2024 12:52:25 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9bfeca7..c29fe54 100644 --- a/README.md +++ b/README.md @@ -60,15 +60,13 @@ You can install Postman via this website: https://www.postman.com/downloads/ ## Mandatory Checklists (Subscriber) - [ ] Clone https://gitlab.com/ichlaffterlalu/bambangshop-receiver to a new repository. -- **STAGE 1: Implement models** +- **STAGE 1: Implement models and repositories** - [ ] Commit: `Create Notification model struct.` - [ ] Commit: `Create SubscriberRequest model struct.` - - [ ] Write answers of your learning module's "Reflection Subscriber-1" questions in this README. -- **STAGE 2: Implement repositories** - [ ] Commit: `Create Notification database and Notification repository struct skeleton.` - [ ] Commit: `Implement add function in Notification repository.` - [ ] Commit: `Implement list_all_as_string function in Notification repository.` - - [ ] Write answers of your learning module's "Reflection Subscriber-2" questions in this README. + - [ ] Write answers of your learning module's "Reflection Subscriber-1" questions in this README. - **STAGE 3: Implement services and controllers** - [ ] Commit: `Create Notification service struct skeleton.` - [ ] Commit: `Implement subscribe function in Notification service.` @@ -79,7 +77,7 @@ You can install Postman via this website: https://www.postman.com/downloads/ - [ ] Commit: `Implement receive function in Notification controller.` - [ ] Commit: `Implement list_messages function in Notification service.` - [ ] Commit: `Implement list function in Notification controller.` - - [ ] Write answers of your learning module's "Reflection Subscriber-3" questions in this README. + - [ ] Write answers of your learning module's "Reflection Subscriber-2" questions in this README. ## Your Reflections This is the place for you to write reflections: @@ -89,5 +87,3 @@ This is the place for you to write reflections: #### Reflection Subscriber-1 #### Reflection Subscriber-2 - -#### Reflection Subscriber-3 -- GitLab