From 3d745e4efe4545181a3a1e2e67c78139fea776f3 Mon Sep 17 00:00:00 2001 From: N E I L O H E N E <54632119+0xDVC@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:13:11 +0000 Subject: [PATCH] achieved goals --- GOALS.MD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GOALS.MD b/GOALS.MD index 7ee2f7f..84022c4 100644 --- a/GOALS.MD +++ b/GOALS.MD @@ -3,13 +3,13 @@ The major goal here is to port all [MNotify's APIs](https://readthedocs.mnotify. The following are things this project hopes to achieve along the line: -- [ ] Model all Mnotify's BMS Request and Response Objects +- [x] Model all Mnotify's BMS Request and Response Objects - [x] Message template - [x] Group - [x] Contact - - [ ] Campaign - - [ ] Reports and Stats - - [ ] Miscellaneous + - [x] Campaign + - [x] Reports and Stats + - [x] Miscellaneous - [ ] Unit Tests - [ ] Spring Boot Starter for the client built above