You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-46Lines changed: 4 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,51 +183,9 @@ terraform show -json plan.out > plan.json
183
183
docker run --rm -it -p 9000:9000 -v $(pwd)/plan.json:/src/plan.json im2nguyen/rover:latest -planJSONPath=plan.json
184
184
```
185
185
186
-
Hello!
186
+
## Useful
187
187
188
-
I want to change how I work with reminders, before I have reminder offest and reminder message id, now I have changed the type in db into json and will use the following Reminder object
Now, to now that I need to send a message, event time + offset(might be negative) must be after last_at and before or equal now
219
-
220
-
Update the dispatcher code when setting reminder, the value will be set on soon.offset
221
-
222
-
add a today handler in reminder to send today's prayer message and delete previous one if any (using message_id)
223
-
224
-
Refactor the code in reminder so that we have checks for each reminder (today, soon, arrive), if check passed, send message and delete previous message_id and update last_at and message_id
225
-
226
-
---
227
-
228
-
I need you to improve this prompt instead of making changes
0 commit comments