d0162cd415
renamed: serv_nginx/api_bb/Makefile -> serv_nginx/Makefile move Makefile and add bb_bb make
valitovgaziz2025-10-16 01:16:19 +05:00
6892fa8d23
modified: serv_nginx/api_bb/go.mod modified: serv_nginx/api_bb/go.sum modified: serv_nginx/api_bb/internal/handlers/review_handler.go modified: serv_nginx/api_bb/pkg/middleware/auth.go fix bag with not authrizen requwest from back change key String UserIDKey to middleware.UserIDKey
valitovgaziz2025-10-16 00:53:31 +05:00
6c9bff1c91
modified: serv_nginx/api_bb/Makefile modified: serv_nginx/api_bb/internal/repository/review_repository.go change or fix repo getStats function or method
valitovgaziz2025-10-15 05:12:37 +05:00
3e1efbea37
modified: begushiybashkir/bbvue/src/views/Reviews.vue fix bags with button cta and when login state can't set reviews
valitovgaziz2025-10-15 04:05:02 +05:00
b030c8d12a
modified: begushiybashkir/bbvue/src/stores/helpers/api.js modified: begushiybashkir/bbvue/src/views/Reviews.vue api client fix bag with import export api
valitovgaziz2025-10-15 03:33:42 +05:00
0be15f1eaa
modified: begushiybashkir/bbvue/src/views/Reviews.vue set import throught { api }
valitovgaziz2025-10-15 03:24:57 +05:00
8f02ad8a83
modified: serv_nginx/api_bb/Makefile modified: serv_nginx/api_bb/internal/database/migrate.go set auto migrate for api_bb reviews table
valitovgaziz2025-10-15 03:13:40 +05:00
c0c8c3392a
modified: .gitignore new file: serv_nginx/api_bb/Makefile new file: serv_nginx/serv_golang_rest_api/Makefile new file: yalarba/serv_spa/spa/vue/Makefile remove Makefile from .gitignore, set makes for api_bb
valitovgaziz2025-10-15 02:58:21 +05:00
6d8e179f90
modified: begushiybashkir/bbvue/src/views/Reviews.vue modified: serv_nginx/api_bb/internal/handlers/handlers.go new file: serv_nginx/api_bb/internal/handlers/review_handler.go new file: serv_nginx/api_bb/internal/models/review.go new file: serv_nginx/api_bb/internal/repository/review_repository.go modified: serv_nginx/api_bb/internal/routes/routes.go new file: serv_nginx/api_bb/internal/service/review_service.go set reviews router, handler, service, repository
valitovgaziz2025-10-15 02:48:41 +05:00
2327cd2f34
modified: README.md отзывы комменты добавилл что бы не потерять
valitovgaziz2025-10-15 00:14:27 +05:00
f5510d0b8c
modified: begushiybashkir/bbvue/src/components/AvatarUpload.vue full url path set to avatars
valitovgaziz2025-10-14 23:56:14 +05:00
07e0178516
modified: begushiybashkir/bbvue/src/views/Profile.vue set cool path for src img avatar but not laud becouse authorization
valitovgaziz2025-10-14 23:37:28 +05:00
fcccb34b86
modified: serv_nginx/api_bb/internal/service/avatar_service.go back to save full path into back
valitovgaziz2025-10-14 23:02:56 +05:00
af9dc82c58
modified: begushiybashkir/bbvue/src/components/AvatarUpload.vue modified: begushiybashkir/bbvue/src/stores/auth.js modified: serv_nginx/api_bb/.env modified: serv_nginx/api_bb/internal/config/config.go modified: serv_nginx/api_bb/internal/models/user.go modified: serv_nginx/api_bb/internal/routes/routes.go modified: serv_nginx/nginx/nginx-ssl.conf some for get photo from api_bb
valitovgaziz2025-10-13 03:12:42 +05:00
b5ebe138cf
modified: serv_nginx/docker-compose.yml add volume for upload data photo avatar
valitovgaziz2025-10-13 02:02:21 +05:00
39df128e1e
modified: serv_nginx/api_bb/internal/handlers/avatar.go add to response ok message
valitovgaziz2025-10-13 01:17:58 +05:00
e13545c5f1
new file: begushiybashkir/bbvue/src/components/AvatarUpload.vue modified: begushiybashkir/bbvue/src/stores/auth.js modified: begushiybashkir/bbvue/src/views/Profile.vue modified: begushiybashkir/bbvue/src/views/ProfileEdit.vue modified: serv_nginx/api_bb/go.mod modified: serv_nginx/api_bb/go.sum modified: serv_nginx/api_bb/internal/handlers/auth.go new file: serv_nginx/api_bb/internal/handlers/avatar.go modified: serv_nginx/api_bb/internal/handlers/news_handler.go modified: serv_nginx/api_bb/internal/handlers/user.go modified: serv_nginx/api_bb/internal/models/user.go modified: serv_nginx/api_bb/internal/repository/user_repository.go modified: serv_nginx/api_bb/internal/routes/routes.go modified: serv_nginx/api_bb/internal/service/auth_service.go new file: serv_nginx/api_bb/internal/service/avatar_service.go modified: serv_nginx/api_bb/internal/service/news_service.go modified: serv_nginx/api_bb/internal/service/user_service.go modified: serv_nginx/api_bb/pkg/logger/interface.go new file: serv_nginx/api_bb/pkg/logger/route_logger.go add structure fix, page, path, routes, component, authStore for upload, renew and delete avatar
valitovgaziz2025-10-13 00:51:13 +05:00
6bb475acb2
modified: begushiybashkir/bbvue/src/router/index.js modified: begushiybashkir/bbvue/src/views/Login.vue new file: begushiybashkir/bbvue/src/views/Logout.vue modified: begushiybashkir/bbvue/src/views/News.vue modified: begushiybashkir/bbvue/src/views/Profile.vue modified: serv_nginx/api_bb/cmd/main.go modified: serv_nginx/api_bb/go.mod modified: serv_nginx/api_bb/go.sum new file: serv_nginx/api_bb/internal/app/app.go new file: serv_nginx/api_bb/internal/database/database.go new file: serv_nginx/api_bb/internal/database/migrate.go new file: serv_nginx/api_bb/internal/handlers/news_handler.go new file: serv_nginx/api_bb/internal/models/news.go new file: serv_nginx/api_bb/internal/repository/comment_repository.go new file: serv_nginx/api_bb/internal/repository/news_repository.go modified: serv_nginx/api_bb/internal/routes/routes.go new file: serv_nginx/api_bb/internal/service/news_service.go modified: serv_nginx/api_bb/pkg/utils/utils.go save router paths to login logout profile from upsunction commit
valitovgaziz2025-10-12 21:38:50 +05:00
12f805f9e1
new file: begushiybashkir/bbvue/public/images/locations/1mayPark.webp new file: begushiybashkir/bbvue/public/images/locations/dinamo.jpg new file: begushiybashkir/bbvue/public/images/locations/riverSide.jpeg modified: begushiybashkir/bbvue/src/views/Training.vue modified: serv_nginx/api_bb/internal/handlers/handler_util.go modified: serv_nginx/api_bb/internal/handlers/user.go modified: serv_nginx/api_bb/internal/routes/routes.go modified: serv_nginx/api_bb/internal/service/auth_service.go modified: serv_nginx/api_bb/internal/service/user_service.go add photo location into trainings page
valitovgaziz2025-10-12 16:55:55 +05:00
ebe43e6617
modified: begushiybashkir/bbvue/src/views/Training.vue set traing's for chernayga
valitovgaziz2025-10-12 10:50:07 +05:00
389b3d8a19
modified: begushiybashkir/bbvue/src/views/ProfileEdit.vue fix bag with not upate info into pinia store
valitovgaziz2025-10-12 10:35:38 +05:00
556780fd28
modified: serv_nginx/api_bb/pkg/middleware/middleware.go new file: serv_nginx/api_bb/pkg/middleware/options.go delete one middleware
valitovgaziz2025-10-11 11:21:39 +05:00
3d921c01e0
modified: serv_nginx/api_bb/.env debug mod set
valitovgaziz2025-10-11 11:10:16 +05:00
2ccab0a17f
add middleware for perflite requests and delete cors from user and auth handlers
valitovgaziz2025-10-11 11:07:43 +05:00
6850701b47
modified: serv_nginx/api_bb/internal/handlers/user.go editProfile change method form put to post
valitovgaziz2025-10-11 10:11:21 +05:00
1e725dddbc
modified: serv_nginx/api_bb/internal/routes/routes.go chnage rounter and mounts for fix health & check
valitovgaziz2025-10-11 10:00:40 +05:00
a5ca98b549
update auth_service, add updateProfile method into interface change main package to api_bb
valitovgaziz2025-10-11 05:41:15 +05:00
62b0d4763d
modified: begushiybashkir/bbvue/src/views/ProfileEdit.vue modified: serv_nginx/api_bb/internal/handlers/auth.go change path to editProfile for updateProfile handler
valitovgaziz2025-10-11 05:17:13 +05:00
7eaddd9f37
modified: serv_nginx/api_bb/internal/handlers/auth.go modified: serv_nginx/api_bb/internal/service/auth_service.go add update user path to put:profile
valitovgaziz2025-10-11 05:11:21 +05:00
20d4913f50
modified: begushiybashkir/bbvue/src/components/NavigationMenu.vue modified: begushiybashkir/bbvue/src/main.js modified: begushiybashkir/bbvue/src/router/index.js modified: begushiybashkir/bbvue/src/stores/auth.js modified: begushiybashkir/bbvue/src/views/Profile.vue add profile link into header menu fix bag with save state
valitovgaziz2025-10-11 04:15:23 +05:00
fa38b1d487
add privacy polacy and TermsOfCervice pages and dowcuments for downloads
valitovgaziz2025-10-10 06:18:20 +05:00
3184445ebc
modified: serv_nginx/api_bb/internal/handlers/auth.go change into reqest last and first names into json
valitovgaziz2025-10-10 05:32:46 +05:00
fe28795b84
modified: serv_nginx/api_bb/internal/handlers/auth.go change request json to snake case form first_name to firstName and from last_name to lastName
valitovgaziz2025-10-10 05:24:53 +05:00