Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
1fddc2a
Add GitHub Action to prevent .env files in PRs to the main branch
sntntn Oct 1, 2025
ef136d7
Basic skeleton for Reservation Service. Relates to #74.
milanmitreski Feb 17, 2025
2a55df4
Reservation Controller and Repository methods changed and implemented…
milanmitreski Feb 17, 2025
898ed23
NotificationEvent implemented. NotificationService added to docker-co…
milanmitreski Feb 18, 2025
c4f68c2
Notification publishing finished. Relates to #76.
milanmitreski Feb 19, 2025
51f73e5
Extraction of Reservation logic from Client Service and Trainer Servi…
mmitreski Sep 27, 2025
f0debfb
Minor fix - removal of IPublishEndpoint fields in Client and Trainer …
mmitreski Sep 27, 2025
0c7854c
Group Training Reservationy - client view
sntntn Sep 28, 2025
0c50f8d
Individual Training Reservation - client view
sntntn Sep 28, 2025
0e36831
updated sidebar icons for group/individual training
sntntn Sep 28, 2025
5e4afa5
Group Trainings Setup - trainer view
sntntn Sep 28, 2025
a8d44ac
Add reservation API endpoints - Front
sntntn Sep 28, 2025
954a77e
Remove Authorization for Reservation Service + add some comments on
sntntn Sep 28, 2025
21d56f1
frontend - implement notifications dropdown
sntntn Sep 28, 2025
a709d34
Notification Service API integration in Front + Dropdown list
sntntn Sep 28, 2025
42df130
Added notification detail popup on dropdown click
sntntn Sep 28, 2025
0655e0f
Bug fix - Reservation Service not starting. Relates to #97
mmitreski Sep 28, 2025
49520eb
Minor fix -- addition of TrainingType information to entity classes. …
mmitreski Sep 28, 2025
0cd79d4
minor fix
sntntn Sep 28, 2025
8e5a581
ReservationService class added. Funcionalities extracted from Control…
mmitreski Sep 29, 2025
f7b36f8
Redundant queue constants and classes deleted. Relates to #100.
mmitreski Sep 28, 2025
421fba0
Notification refactoring. Relates to #99.
mmitreski Sep 28, 2025
cb2534b
Notification refactoring finished. Relates to #99.
mmitreski Sep 28, 2025
70dff3e
front - correct fields mapping and modal details in notification
sntntn Sep 28, 2025
7e9917c
Implement support for marking notifications as read (backend + frontend)
sntntn Sep 29, 2025
ea2cc26
Migration added. Relates to #100.
mmitreski Sep 29, 2025
9ff7635
Frontend and Backend for ReservationService additionaly implemented. …
mmitreski Sep 29, 2025
ab5145d
Improve client individual training frontend. Enable booking from the …
stemil01 Sep 30, 2025
ce6cb80
Finish the first version of client individual reservation frontend pa…
stemil01 Sep 30, 2025
74305ca
Complete client and trainer ground trainings frontend pages. Relates …
stemil01 Oct 4, 2025
d79a94a
Finish the frontend for reservations service. Relates to #103 and #104.
stemil01 Oct 5, 2025
9bc5621
PaymentService integrated with ReservationService and ChatService. Mi…
milanmitreski Oct 7, 2025
b0602d8
Add basic structure for analytics service
stemil01 Dec 9, 2024
f1d0e2c
Add create new training
stemil01 Jan 4, 2025
a037c29
Add comment field in Training
stemil01 Jan 12, 2025
df4ff7b
Add some statistics methods in Analytics.API
stemil01 Jan 12, 2025
b287702
Add grpc client. Related to #40
stemil01 Jan 20, 2025
d6621ad
Add training held event for consumer side in Analytics service. Relat…
stemil01 Jan 26, 2025
a762227
Resolve docker-compose image mongodb conflict
stemil01 Feb 8, 2025
b2abae0
Add client analytics page. Relates to #69
stemil01 Feb 18, 2025
2bd99d0
Add template for trainer analytics page. Relates to #69.
stemil01 Feb 18, 2025
fc709a4
Resolve navigation bug in client analytics page. Relates to #69.
stemil01 Feb 18, 2025
4665ff7
Nothing. Relates to #69.
stemil01 Feb 18, 2025
1a3b7ae
Create new file for Analytics data. Relates to #69.
stemil01 Feb 18, 2025
253632c
Add CORS in analytics service and first non-hardcoded data. Relates t…
stemil01 Feb 18, 2025
6d953e3
Add delete API call
stemil01 Feb 21, 2025
3f59a89
Create new API with appropriate object type along with the necessary …
stemil01 Feb 21, 2025
dd23d75
Complete the first version of client's page in the frontend. Relates …
stemil01 Feb 21, 2025
2f2fe1e
Rebasing analytics service on dev. Fixes.
milanmitreski Oct 8, 2025
988b137
Event modelling for Reservation/Review updates to Analytics Service f…
milanmitreski Oct 8, 2025
17a82f7
Review and Reservation Services refactored. Review frontend updated. …
milanmitreski Oct 11, 2025
b6d9828
Correct the GRPC settings string.
stemil01 Oct 11, 2025
9493df2
Minor email notification fix.
milanmitreski Oct 11, 2025
d24da66
Create the frontend template for trainer and client analytics. Relate…
stemil01 Sep 29, 2025
c96d86b
Create consumer part for reservations on analytics service and refact…
stemil01 Oct 12, 2025
0d78f20
Configure anlytics service consumer part for reviews. Relates to #114.
stemil01 Oct 12, 2025
58e8ff7
Add ClilentId and TrainerId for submitting reviews. Relates to #114.
stemil01 Oct 12, 2025
cfdf329
Minor review fix.
milanmitreski Oct 12, 2025
27b846c
ChatService migration
sntntn Oct 12, 2025
124c544
[videoTraining] feat: training generator with exercise videos
NataMata Dec 5, 2024
d1a58e9
Add: gitignore file changed
NataMata Dec 6, 2024
601ba1b
Feat: added data models
NataMata Dec 12, 2024
af8227c
Fix: field order changed
NataMata Dec 12, 2024
29c3f61
Feat: added context class and required settings
NataMata Dec 12, 2024
73544f8
Fix: changed files structure
NataMata Dec 14, 2024
97e9b28
New: added necessary classes and references for data access
NataMata Dec 14, 2024
66d4d4f
Fix: deleted generic code and modified to enable the project to work
NataMata Dec 14, 2024
a5650d3
New: added controller file and one basic request for testing
NataMata Dec 14, 2024
13bc73c
Fix: changed structure for training exercise
NataMata Dec 15, 2024
45e1ecb
Feat: implemented all required methods in controller
NataMata Dec 15, 2024
4fe3250
Fix: fixed response types
NataMata Dec 15, 2024
dee220a
Add: added necessary middleware.
NataMata Jan 12, 2025
e51764f
Refactor: refactoring HTTP request attributes.
NataMata Jan 12, 2025
9016c43
Fix: changed attributes due to routing error.
NataMata Jan 16, 2025
6516db8
New: service containerization.
NataMata Jan 20, 2025
caf576c
New: added navigation to blank pages for video training service for b…
NataMata Jan 30, 2025
226768f
Fix: name refactoring.
NataMata Feb 4, 2025
f77ed12
Test: checkout test.
NataMata Feb 4, 2025
eba6a83
New: client frontend first page
NataMata Feb 4, 2025
a38d34c
Fix: typo changes.
NataMata Feb 4, 2025
2acdf31
Delete: .idea file removed. #16
NataMata Feb 4, 2025
daae152
Change: changed icon for video training service.
NataMata Feb 22, 2025
91111d3
Refactor: separated client and trainer pages.
NataMata Feb 22, 2025
5f8e803
Necessary backend changes to enable exercise add and show functionality.
NataMata Oct 1, 2025
2a218a8
Add: frontend for exercise add and show functionality.
NataMata Oct 1, 2025
29f55b0
Added back and frontend for training functionalities.
NataMata Oct 5, 2025
b5cb646
Fix: frontend for both client and trainer.
NataMata Oct 6, 2025
9e3896f
Fix: fixed style for client side.
NataMata Oct 8, 2025
4366f2b
Add: added backend functionalities.
NataMata Oct 12, 2025
15af0a5
Rebased videoTrainingService on analyticsService. Payment integrated …
milanmitreski Oct 12, 2025
d9bfad7
Init NutritionService
anjaanjaa10 Sep 28, 2025
4222ee9
Added Food and Goals API with Mongo integration and calorie calculation
anjaanjaa10 Sep 28, 2025
67a1962
Added Nutrition Plan sidebar items and created routes in frontend Clo…
anjaanjaa10 Oct 1, 2025
82c2ca5
Added NutritionService with calorie and BMI calculation + frontend in…
anjaanjaa10 Oct 7, 2025
5dfa1ac
Implemented Food and MealPlan endpoints for NutritionService (refs #107)
anjaanjaa10 Oct 7, 2025
005ec80
Redesigned and added nutrition plan management, added frontend for tr…
anjaanjaa10 Oct 12, 2025
3e9f602
Added multiplans selection by trainers per client
anjaanjaa10 Oct 12, 2025
cb2ceb0
Rebased nutritionService on dev. Minor fix.
milanmitreski Oct 12, 2025
c88a24f
Correct the GRPC string for trainerservice.api.
stemil01 Oct 13, 2025
e050b28
Navigation bug fixed and refactored
anjaanjaa10 Oct 12, 2025
b353263
refactored by moving axios logic to js for client and trainer
anjaanjaa10 Oct 13, 2025
b1919da
bug fix
anjaanjaa10 Oct 13, 2025
7abb011
Add: added new feature for client view of exercise.
NataMata Oct 13, 2025
88d30e0
Connect the client-side analytics frontend with backend. Relates to #84.
stemil01 Oct 13, 2025
3bc44f7
Connect the trainer-side analytics frontend with backend. Relates to …
stemil01 Oct 13, 2025
0b564f8
Remove GRPC sevise from Analytics service since it is not used anywhere.
stemil01 Oct 13, 2025
1bab8c9
Remove unnecessary mapper in AnalyticsController.
stemil01 Oct 13, 2025
d49a492
Refactor review service to support group reviews submission via front…
stemil01 Oct 13, 2025
7023413
refactored by moving axios logic to js for client and trainer
anjaanjaa10 Oct 13, 2025
716c605
Added food addition on trainer side
anjaanjaa10 Oct 14, 2025
69588af
Authentication and authorization enabled on all microservices. Relate…
milanmitreski Oct 13, 2025
918d22f
Nutrition Service authorization roles changed. Relates to #119.
milanmitreski Oct 13, 2025
1ab9854
VideoTrainingService authorization roles changed. Relates to #119.
milanmitreski Oct 13, 2025
c0ef671
AnalyticsService integrated in authorization. Relates to #119.
milanmitreski Oct 14, 2025
4653bb2
Compose files cleaned-up. Gateway/Discovery integrated into Analytics…
milanmitreski Oct 13, 2025
7718087
Frontend integrated with Gateway. Relates to #120.
milanmitreski Oct 13, 2025
4bd1e5e
BugFix: Connect addFood API call to Gateway. Main branch merged.
milanmitreski Oct 14, 2025
cc07748
BugFix: Fix deleteTraining function in VideoTrainingTrainer.vue.
milanmitreski Oct 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/prevent-env-file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Prevent .env files in PRs

on:
pull_request:
branches:
- main

jobs:
check-env-files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Search for .env files
run: |
if git diff --name-only origin/main...HEAD | grep -E '(^|/)\.env'; then
echo "❌ PR contain .env file, merge is forbiden."
exit 1
else
echo "✅ There are no .env files in this PR-u."
fi
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# MacOS
.DS_Store
**/.DS_Store
**/.idea/**
Binary file not shown.
Binary file removed .vs/FitPlusPlus/v17/.wsuo
Binary file not shown.
12 changes: 0 additions & 12 deletions .vs/FitPlusPlus/v17/DocumentLayout.json

This file was deleted.

10 changes: 0 additions & 10 deletions .vs/VSWorkspaceState.json

This file was deleted.

Binary file removed .vs/slnx.sqlite
Binary file not shown.
13 changes: 13 additions & 0 deletions Fitness/Backend/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "9.0.0",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}
55 changes: 25 additions & 30 deletions Fitness/Backend/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
**/.classpath
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
!**/.gitignore
!.git/HEAD
!.git/config
!.git/packed-refs
!.git/refs/heads/**
**/.dockerignore
**/.env
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/.idea
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
5 changes: 5 additions & 0 deletions Fitness/Backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

.idea

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
Expand Down Expand Up @@ -56,6 +58,8 @@ out/
# mpeltonen/sbt-idea plugin
.idea_modules/

.idea/

# JIRA plugin
atlassian-ide-plugin.xml

Expand Down Expand Up @@ -487,3 +491,4 @@ FodyWeavers.xsd

# .env
**/.env
uploads/**
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ namespace EventBus.Messages.Constants
{
public static class EventBusConstants
{
public const string BookTrainingQueue = "bookingtraining-queue";
public const string CancellingTrainingQueue = "cancellingtraining-queue";
public const string NotificationQueue = "notification-queue";
public const string IndividualReservationQueue = "individual-reservation-queue";
public const string GroupReservationQueue = "group-reservation-queue";
public const string ReviewQueue = "review-queue";
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
namespace EventBus.Messages.Events;

public class GroupReservationEvent : IntegrationBaseEvent
{
public string ReservationId { get; set; }
public string? ClientId { get; set; }
public string? TrainerId { get; set; }
public string? TrainingName { get; set; }
public int? Capacity { get; set; }
public TimeOnly? StartTime { get; set; }
public TimeOnly? EndTime { get; set; }
public DateOnly? Date { get; set; }
public GroupReservationEventType EventType { get; set; }
}

public enum GroupReservationEventType
{
Added,
Removed,
ClientBooked,
ClientCancelled,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
namespace EventBus.Messages.Events;

public class IndividualReservationEvent : IntegrationBaseEvent
{
public string ReservationId { get; set; }
public string? ClientId { get; set; }
public string? TrainerId { get; set; }
public string? TrainingTypeId { get; set; }
public TimeOnly? StartTime { get; set; }
public TimeOnly? EndTime { get; set; }
public DateOnly? Date { get; set; }
public IndividualReservationEventType EventType { get; set; }
}

public enum IndividualReservationEventType
{
Booked,
CancelledByClient,
CancelledByTrainer,
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@ namespace EventBus.Messages.Events;

public class NotificationEvent : IntegrationBaseEvent
{
public string UserId { get; set; }
public UserType UType { get; set; }
public IDictionary<string, string> UserIdToUserType { get; set; }
public string Title { get; set; }
public string Content { get; set; }
public NotificationType NType { get; set; }
public NotificationType Type { get; set; }
public bool Email { get; set; }

public enum UserType
{
Client,
Trainer
}

public enum NotificationType
{
Expand Down
16 changes: 16 additions & 0 deletions Fitness/Backend/Common/EventBus.Messages/Events/ReviewEvent.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
namespace EventBus.Messages.Events;

public class ReviewEvent : IntegrationBaseEvent
{
public string ReservationId { get; set; }
public string? UserId { get; set; }
public string? Comment { get; set; }
public int? Rating { get; set; }
public ReviewEventType EventType { get; set; }
}

public enum ReviewEventType
{
ClientReview,
TrainerReview
}

This file was deleted.

38 changes: 37 additions & 1 deletion Fitness/Backend/Fitness.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventBus.Messages", "Common
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PaymentService.API", "Services\PaymentService\PaymentService.API\PaymentService.API.csproj", "{39B7B5E9-F9D8-4A1F-B4E5-216248755CCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyticsService.Common", "Services\AnalyticsService\AnalyticsService.Common\AnalyticsService.Common.csproj", "{64737429-3650-42B7-A1ED-AB7573B51278}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnalyticsService.API", "Services\AnalyticsService\AnalyticsService.API\AnalyticsService.API.csproj", "{29B1A1CD-24C1-41D5-B8C8-AD1CE3AE180A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReservationService.API", "Services\ReservationService\ReservationService.API\ReservationService.API.csproj", "{F3C942A5-0892-4451-9092-900F63365EC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotificationService.API", "Services\NotificationService\NotificationService.API\NotificationService.API.csproj", "{42D48CA2-5675-47F2-BAE7-91E595258CBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientService.Common", "Services\ClientService\ClientService.Common\ClientService.Common.csproj", "{FA536695-2D2D-4B71-8883-95B6EEF320F6}"
Expand All @@ -35,12 +41,20 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainerService.Common", "Se
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainerService.GRPC", "Services\TrainerService\TrainerService.GRPC\TrainerService.GRPC.csproj", "{8A41AB5B-51F7-4F30-9B49-19BF8E09FC5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatService.API", "Services\ChatService.API\ChatService.API.csproj", "{CE504321-77C1-4981-B815-489CA83FB163}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChatService.API", "Services\ChatService\ChatService.API\ChatService.API.csproj", "{CE504321-77C1-4981-B815-489CA83FB163}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GatewayService.API", "Services\GatewayService\GatewayService.API\GatewayService.API.csproj", "{0E6E9A4F-6271-45A4-BA0A-9468C6F15275}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsulConfig.Settings", "Common\ConsulConfig.Settings\ConsulConfig.Settings.csproj", "{E8032951-A2BF-4DA6-B433-C3004A2D1021}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{1D121431-9B0F-4592-9D0B-90B2E191AA64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NutritionService", "NutritionService", "{F2366384-2A1A-4EFE-8CDC-284F923B0A84}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NutritionService.API", "Services\NutritionService\NutritionService.API\NutritionService.API.csproj", "{7D625DE7-ABFB-4782-8F3F-5D9A701439D1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "videoTrainingService.API", "Services\videoTrainingService\videoTrainingService.API\videoTrainingService.API.csproj", "{5A3A398E-4133-43EF-A92C-338E8E13715C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -83,6 +97,10 @@ Global
{39B7B5E9-F9D8-4A1F-B4E5-216248755CCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39B7B5E9-F9D8-4A1F-B4E5-216248755CCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39B7B5E9-F9D8-4A1F-B4E5-216248755CCA}.Release|Any CPU.Build.0 = Release|Any CPU
{F3C942A5-0892-4451-9092-900F63365EC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C942A5-0892-4451-9092-900F63365EC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C942A5-0892-4451-9092-900F63365EC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C942A5-0892-4451-9092-900F63365EC1}.Release|Any CPU.Build.0 = Release|Any CPU
{42D48CA2-5675-47F2-BAE7-91E595258CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42D48CA2-5675-47F2-BAE7-91E595258CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42D48CA2-5675-47F2-BAE7-91E595258CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -115,6 +133,22 @@ Global
{E8032951-A2BF-4DA6-B433-C3004A2D1021}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8032951-A2BF-4DA6-B433-C3004A2D1021}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8032951-A2BF-4DA6-B433-C3004A2D1021}.Release|Any CPU.Build.0 = Release|Any CPU
{64737429-3650-42B7-A1ED-AB7573B51278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64737429-3650-42B7-A1ED-AB7573B51278}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64737429-3650-42B7-A1ED-AB7573B51278}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64737429-3650-42B7-A1ED-AB7573B51278}.Release|Any CPU.Build.0 = Release|Any CPU
{29B1A1CD-24C1-41D5-B8C8-AD1CE3AE180A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29B1A1CD-24C1-41D5-B8C8-AD1CE3AE180A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29B1A1CD-24C1-41D5-B8C8-AD1CE3AE180A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29B1A1CD-24C1-41D5-B8C8-AD1CE3AE180A}.Release|Any CPU.Build.0 = Release|Any CPU
{5A3A398E-4133-43EF-A92C-338E8E13715C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A3A398E-4133-43EF-A92C-338E8E13715C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A3A398E-4133-43EF-A92C-338E8E13715C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A3A398E-4133-43EF-A92C-338E8E13715C}.Release|Any CPU.Build.0 = Release|Any CPU
{7D625DE7-ABFB-4782-8F3F-5D9A701439D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D625DE7-ABFB-4782-8F3F-5D9A701439D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D625DE7-ABFB-4782-8F3F-5D9A701439D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D625DE7-ABFB-4782-8F3F-5D9A701439D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -123,6 +157,8 @@ Global
{DD1D07DE-12AA-437E-AC5C-B6F21A9D64C8} = {89F11E05-9275-456A-B680-9E47AEFC6A05}
{4E7EFF7C-F700-473B-9265-48C289A497BF} = {08A30FB7-C7FE-49F3-B26F-FB0F9945EF7A}
{E8032951-A2BF-4DA6-B433-C3004A2D1021} = {08A30FB7-C7FE-49F3-B26F-FB0F9945EF7A}
{F2366384-2A1A-4EFE-8CDC-284F923B0A84} = {1D121431-9B0F-4592-9D0B-90B2E191AA64}
{7D625DE7-ABFB-4782-8F3F-5D9A701439D1} = {F2366384-2A1A-4EFE-8CDC-284F923B0A84}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B317DCB6-F066-4D68-9E03-E9DF67260B22}
Expand Down
4 changes: 4 additions & 0 deletions Fitness/Backend/Security/IdentityServer/IdentityServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@
<ProjectReference Include="..\..\Common\ConsulConfig.Settings\ConsulConfig.Settings.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>

</Project>
Loading