Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 324fa74b authored by Ichlasul Affan's avatar Ichlasul Affan
Browse files

Update README.md

parent dcd544b2
Branches
No related tags found
No related merge requests found
...@@ -49,29 +49,27 @@ You can install Postman via this website: https://www.postman.com/downloads/ ...@@ -49,29 +49,27 @@ You can install Postman via this website: https://www.postman.com/downloads/
## Mandatory Checklists (Publisher) ## Mandatory Checklists (Publisher)
- [ ] Clone https://gitlab.com/ichlaffterlalu/bambangshop to a new repository. - [ ] 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 Subscriber model struct.`
- [ ] Commit: `Create Notification 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: `Create Subscriber database and Subscriber repository struct skeleton.`
- [ ] Commit: `Implement add function in Subscriber repository.` - [ ] Commit: `Implement add function in Subscriber repository.`
- [ ] Commit: `Implement list_all function in Subscriber repository.` - [ ] Commit: `Implement list_all function in Subscriber repository.`
- [ ] Commit: `Implement delete 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. - [ ] Write answers of your learning module's "Reflection Publisher-1" questions in this README.
- **STAGE 3: Implement services and controllers** - **STAGE 2: Implement services and controllers**
- [ ] Commit: `Create Notification service struct skeleton.` - [ ] Commit: `Create Notification service struct skeleton.`
- [ ] Commit: `Implement subscribe function in Notification service.` - [ ] Commit: `Implement subscribe function in Notification service.`
- [ ] Commit: `Implement subscribe function in Notification controller.` - [ ] 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.` - [ ] Commit: `Implement unsubscribe function in Notification controller.`
- [ ] Write answers of your learning module's "Reflection Publisher-3" questions in this README. - [ ] Write answers of your learning module's "Reflection Publisher-2" questions in this README.
- **STAGE 4: Implement notification mechanism** - **STAGE 3: Implement notification mechanism**
- [ ] Commit: `Implement update method in Subscriber model to send notification HTTP requests.` - [ ] 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 notify function in Notification service to notify each Subscriber.`
- [ ] Commit: `Implement publish function in Program service and Program controller.` - [ ] Commit: `Implement publish function in Program service and Program controller.`
- [ ] Commit: `Edit Product service methods to call notify after create/delete.` - [ ] 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 ## Your Reflections
This is the place for you to write reflections: This is the place for you to write reflections:
...@@ -83,5 +81,3 @@ 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-2
#### Reflection Publisher-3 #### Reflection Publisher-3
#### Reflection Publisher-4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment