| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Each alert has text{1,2,3} for the three possible area | Santo Cariotti | 2024-09-12 | 1 | -2/+7 |
| | | | | | Alert level is moved to the notification struct | ||||
| * | Filter notifications by optional id and optional seen | Santo Cariotti | 2024-09-08 | 1 | -2/+3 |
| | | |||||
| * | Use submodules mutations and query for types | Santo Cariotti | 2024-09-07 | 1 | -6/+6 |
| | | |||||
| * | Notification must be filtered by seen field | Santo Cariotti | 2024-09-03 | 1 | -2/+3 |
| | | |||||
| * | Add notification type | Santo Cariotti | 2024-09-03 | 1 | -0/+21 |
| | | |||||
| * | Add user query used to find an user by id | Santo Cariotti | 2024-09-03 | 1 | -1/+18 |
| | | |||||
| * | Add name and address fields for users | Santo Cariotti | 2024-09-03 | 1 | -1/+1 |
| | | |||||
| * | Add examples on doc | Santo Cariotti | 2024-09-03 | 1 | -0/+32 |
| | | |||||
| * | Add filter for alert by id | Santo Cariotti | 2024-08-30 | 1 | -1/+2 |
| | | |||||
| * | Add alerts | Santo Cariotti | 2024-08-26 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | 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 `lastPositions` query with filter by `movingActivity` param | Santo Cariotti | 2024-08-23 | 1 | -0/+12 |
| | | |||||
| * | Add doc | Santo Cariotti | 2024-08-23 | 1 | -0/+2 |
| | | |||||
| * | Filter positions by user id | Santo Cariotti | 2024-08-23 | 1 | -1/+2 |
| | | |||||
| * | Add position type and query on it | Santo Cariotti | 2024-08-22 | 1 | -1/+11 |
| | | |||||
| * | Add pagination | Santo Cariotti | 2024-08-22 | 1 | -2/+7 |
| | | | | | Query is `users(limit: X offset Y)` with defaults X=20 Y=0 | ||||
| * | Authentication for endpoints | Santo Cariotti | 2024-08-21 | 1 | -1/+1 |
| | | |||||
| * | Reformat types mod | Santo Cariotti | 2024-08-21 | 1 | -21/+3 |
| | | |||||
| * | Add users | Santo Cariotti | 2024-08-21 | 1 | -23/+21 |
| | | | | | Query must be something like '{users { id, email, password, isAdmin }}' | ||||
| * | Reformat graphql mod | Santo Cariotti | 2024-08-21 | 1 | -0/+36 |
