-
Notifications
You must be signed in to change notification settings - Fork 0
- Prod #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
- Prod #51
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add api for profiles * Add avatars * code suggestions * update .env.ci * tests * tests * tests * tests * Update app/Actions/Profile/UpdateProfileAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/User.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update database/migrations/0001_01_01_000000_create_users_table.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Actions/Avatars/ChangeAvatarAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix birth_date * fix index profiles * Update app/Actions/Avatars/GetDefaultAvatarAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * change gender type in db * fix code style --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add api for profiles * Add avatars * code suggestions * update .env.ci * tests * tests * tests * tests * add activities * Update app/Actions/Profile/UpdateProfileAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/User.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update database/migrations/0001_01_01_000000_create_users_table.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Actions/Avatars/ChangeAvatarAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix birth_date * fix index profiles * add activities * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix route * Update app/Actions/Activities/GetActivityPhotoAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update Activity.php * update ActivitiesController.php * Update app/Http/Requests/StoreActivityRequest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * task fix * cr suggestions * fix code style * cr suggestions * ☝️🤓 * 💕 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add api for profiles * Add avatars * code suggestions * update .env.ci * tests * tests * tests * tests * add activities * Update app/Actions/Profile/UpdateProfileAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/User.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update database/migrations/0001_01_01_000000_create_users_table.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Actions/Avatars/ChangeAvatarAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix birth_date * fix index profiles * add activities * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix route * Update app/Actions/Activities/GetActivityPhotoAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update Activity.php * update ActivitiesController.php * Update app/Http/Requests/StoreActivityRequest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * task fix * get activity by id * Update app/Actions/Activities/CreateActivityAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * remove required photo from storeactivityrequest * add id to activityresource * add activitytype cast in activity model * only owner can view activity details * fix code style * cr suggestions --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add api for profiles * Add avatars * code suggestions * update .env.ci * tests * tests * tests * tests * add activities * Update app/Actions/Profile/UpdateProfileAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/User.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update database/migrations/0001_01_01_000000_create_users_table.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Actions/Avatars/ChangeAvatarAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix birth_date * fix index profiles * add activities * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix route * Update app/Actions/Activities/GetActivityPhotoAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update Activity.php * update ActivitiesController.php * Update app/Http/Requests/StoreActivityRequest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * task fix * get activity by id * statistics * fix type * only owner can see activity photo * fix code style * cr suggestions --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add api for profiles * Add avatars * code suggestions * update .env.ci * tests * tests * tests * tests * add activities * Update app/Actions/Profile/UpdateProfileAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/User.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update database/migrations/0001_01_01_000000_create_users_table.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Actions/Avatars/ChangeAvatarAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix birth_date * fix index profiles * add activities * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix route * Update app/Actions/Activities/GetActivityPhotoAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update Activity.php * update ActivitiesController.php * Update app/Http/Requests/StoreActivityRequest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * task fix * get activity by id * statistics * add leaderboard * fix route * cr suggestions * fix code style --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add api for profiles * Add avatars * code suggestions * update .env.ci * tests * tests * tests * tests * add activities * Update app/Actions/Profile/UpdateProfileAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/User.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update database/migrations/0001_01_01_000000_create_users_table.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Actions/Avatars/ChangeAvatarAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix birth_date * fix index profiles * add activities * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix route * Update app/Actions/Activities/GetActivityPhotoAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update app/Models/Activity.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * update Activity.php * update ActivitiesController.php * Update app/Http/Requests/StoreActivityRequest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * task fix * get activity by id * statistics * add leaderboard * fix route * init filament * add crud for users and activities * add activity statistics widget * fix code style * fix activity stats * add activity statistics * fix code style * fix statistics * add filter by distance and activity type * user statistics * fix code style --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* filter&sort * fix code style * add return type
* fix LogoutController.php * change port numbers in .env.example * Add tests * Fixes
* filter&sort * fix code style * add return type * add gps points * add type * Update app/Actions/Activities/StoreActivityGpsPointsAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * code suggestions * Add tests --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Oliwia Charyszczak <oliwia.charyszczak@studenci.collegiumwitelona.pl>
* filter&sort * fix code style * add return type * add gps points * add export gpx * add started_at to admin panel * add type * Update app/Actions/Activities/StoreActivityGpsPointsAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * code suggestions * code suggestions * merge * Fix tests and code + add one new test --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Oliwia Charyszczak <oliwia.charyszczak@studenci.collegiumwitelona.pl>
* filter&sort * fix code style * add return type * add gps points * add export gpx * add started_at to admin panel * add type * Update app/Actions/Activities/StoreActivityGpsPointsAction.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * code suggestions * code suggestions * merge * add api documentation * fix code style --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add ai summary * add has_premium to admin panel * fix code style
# Conflicts: # app/Filament/Resources/Users/Schemas/UserForm.php # app/Filament/Resources/Users/Schemas/UserInfolist.php # app/Filament/Resources/Users/Tables/UsersTable.php # app/Http/Controllers/ActivitiesController.php # app/Http/Controllers/Profile/ProfileController.php # app/Models/Activity.php # app/Models/User.php # composer.json # composer.lock # database/migrations/0001_01_01_000000_create_users_table.php # database/migrations/2025_12_21_173736_create_activities_table.php # database/seeders/DemoSeeder.php # routes/api.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.