Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-17 | Sound as binary string | Santo Cariotti | |
2024-12-21 | Show possible error on app creation | Santo Cariotti | |
2024-11-29 | Use Expo on the AppState | Santo Cariotti | |
This because since Rust 1.83 it is suggested to not use the static reference cloning | |||
2024-09-16 | Use `AppState` instead of `String` using some traits | Santo Cariotti | |
2024-09-13 | Text-to-speach API for alert sound generation | Santo Cariotti | |
2024-09-11 | doc: Show readme.md in main.rs file | Santo Cariotti | |
2024-09-05 | Send notifications by Expo API | Santo Cariotti | |
2024-08-30 | Use timestamp for `created_at` field | Santo Cariotti | |
2024-08-29 | Add CORS | Santo Cariotti | |
2024-08-22 | Add position type and query on it | Santo Cariotti | |
2024-08-21 | Authentication for endpoints | Santo Cariotti | |
2024-08-21 | Add login | Santo Cariotti | |
Fields sent are ``` { "query": "mutation Login($input: LoginCredentials!) { login(input: $input) { accessToken tokenType } }", "variables": { "input": { "email": "....", "password": "..." } } } ``` | |||
2024-08-21 | Reformat graphql mod | Santo Cariotti | |
2024-08-20 | Add state for database | Santo Cariotti | |
2024-08-20 | Init | Santo Cariotti | |