Weather reports #9

Open
opened 2024-02-19 01:03:39 +02:00 by profitroll · 3 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 (deleted) project 2024-07-27 11:51:25 +03:00
Author
Owner

Current object concept would be:

"forecasts": [
    {
        "channel_id": 0,
        "time": "10:00:00",
        "delete_previous": true,
        "locations": [
            {
                "name": "Sample Location",
                "location": [10.000, 20.000]
            }
        ]
    }
]
Current object concept would be: ```json "forecasts": [ { "channel_id": 0, "time": "10:00:00", "delete_previous": true, "locations": [ { "name": "Sample Location", "location": [10.000, 20.000] } ] } ] ```
profitroll added reference dev 2025-02-21 00:17:51 +02:00
profitroll added a new dependency 2025-02-21 00:17:58 +02:00
profitroll added this to the v1.0.0 project 2025-02-21 00:18:16 +02:00
profitroll added this to the v1.0.0 milestone 2025-02-21 00:18:43 +02:00
Sign in to join this conversation.
No description provided.