| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Save notification's position info | Santo Cariotti | 2024-10-20 | 1 | -3/+5 |
| | | | | | | Since we save the last user's position only, we can't be able to link a notification to a position. So, the better thing is to save a redundant lat/lng | ||||
| * | Fix typo :de: | Santo Cariotti | 2024-10-18 | 1 | -1/+1 |
| | | |||||
| * | Use only one position per user | Santo Cariotti | 2024-10-18 | 1 | -2/+7 |
| | | |||||
| * | Each alert has text{1,2,3} for the three possible area | Santo Cariotti | 2024-09-12 | 1 | -1/+4 |
| | | | | | Alert level is moved to the notification struct | ||||
| * | Remove `OnFoot` moving activity | Santo Cariotti | 2024-09-10 | 1 | -1/+1 |
| | | |||||
| * | Keep a device token for the user notification | Santo Cariotti | 2024-09-05 | 1 | -0/+1 |
| | | |||||
| * | Add notification type | Santo Cariotti | 2024-09-03 | 1 | -0/+13 |
| | | |||||
| * | Add name and address fields for users | Santo Cariotti | 2024-09-03 | 1 | -0/+2 |
| | | |||||
| * | Add alerts | Santo Cariotti | 2024-08-26 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | A payload for alert creation can be ``` { "query": "mutation NewAlert($input: AlertInput!) { newAlert(input: $input) { id createdAt level } }", "variables": { "input": { "points": [ { "latitude": 40.73061, "longitude": -73.935242 }, { "latitude": 40.741895, "longitude": -73.989308 }, { "latitude": 40.712776, "longitude": -74.005974 }, { "latitude": 40.73061, "longitude": -73.935242 }, ], "level": "TWO" } } } ``` | ||||
| * | Add field `moving activity` | Santo Cariotti | 2024-08-22 | 1 | -0/+3 |
| | | | | | Following https://developers.google.com/android/reference/com/google/android/gms/location/DetectedActivity | ||||
| * | Add position type and query on it | Santo Cariotti | 2024-08-22 | 1 | -0/+10 |
| | | |||||
| * | Add users | Santo Cariotti | 2024-08-21 | 1 | -0/+7 |
| Query must be something like '{users { id, email, password, isAdmin }}' | |||||
