Weather reports #9

Open
opened 2024-02-19 01:03:39 +02:00 by profitroll · 2 comments
Owner

Schedule OWM weather reports job per Channel per guild. For example:

"forecasts": [
    {
        "channel": 0,
        "time": "10:00:00",
        "locations": [
            0,
            1
        ]
    }
]
Schedule OWM weather reports job per Channel per guild. For example: ```json "forecasts": [ { "channel": 0, "time": "10:00:00", "locations": [ 0, 1 ] } ] ```
profitroll added the
Kind/Feature
Priority
Low
labels 2024-02-19 01:03:39 +02:00
profitroll self-assigned this 2024-02-19 01:03:39 +02:00
Author
Owner

Object concept has changed:

"forecasts": [
    {
        "channel": 0,
        "time": "10:00:00",
        "locations": [
            {
                "name": "Sample Location",
                "location": [10.000, 20.000]
            }
        ]
    }
]
Object concept has changed: ```json "forecasts": [ { "channel": 0, "time": "10:00:00", "locations": [ { "name": "Sample Location", "location": [10.000, 20.000] } ] } ] ```
Author
Owner
"delete_previous": true/false

needs to be implemented per-forecast too.

```json "delete_previous": true/false ``` needs to be implemented per-forecast too.
profitroll referenced this issue from a commit 2024-02-20 00:09:15 +02:00
profitroll added this to the Remake project 2024-07-27 11:51:25 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hessenuk/Javelina#9
No description provided.