diff --git a/backend/CoralTime.BL/CoralTime.BL.csproj b/src/CoralTime.BL/CoralTime.BL.csproj similarity index 100% rename from backend/CoralTime.BL/CoralTime.BL.csproj rename to src/CoralTime.BL/CoralTime.BL.csproj diff --git a/backend/CoralTime.BL/Helpers/EmailChecker.cs b/src/CoralTime.BL/Helpers/EmailChecker.cs similarity index 100% rename from backend/CoralTime.BL/Helpers/EmailChecker.cs rename to src/CoralTime.BL/Helpers/EmailChecker.cs diff --git a/backend/CoralTime.BL/Helpers/ErrorsChecker.cs b/src/CoralTime.BL/Helpers/ErrorsChecker.cs similarity index 100% rename from backend/CoralTime.BL/Helpers/ErrorsChecker.cs rename to src/CoralTime.BL/Helpers/ErrorsChecker.cs diff --git a/backend/CoralTime.BL/Helpers/FileNameChecker.cs b/src/CoralTime.BL/Helpers/FileNameChecker.cs similarity index 100% rename from backend/CoralTime.BL/Helpers/FileNameChecker.cs rename to src/CoralTime.BL/Helpers/FileNameChecker.cs diff --git a/backend/CoralTime.BL/Helpers/StopTimeEntryTimer.cs b/src/CoralTime.BL/Helpers/StopTimeEntryTimer.cs similarity index 100% rename from backend/CoralTime.BL/Helpers/StopTimeEntryTimer.cs rename to src/CoralTime.BL/Helpers/StopTimeEntryTimer.cs diff --git a/backend/CoralTime.BL/Interfaces/IAdminService.cs b/src/CoralTime.BL/Interfaces/IAdminService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IAdminService.cs rename to src/CoralTime.BL/Interfaces/IAdminService.cs diff --git a/backend/CoralTime.BL/Interfaces/IClientService.cs b/src/CoralTime.BL/Interfaces/IClientService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IClientService.cs rename to src/CoralTime.BL/Interfaces/IClientService.cs diff --git a/backend/CoralTime.BL/Interfaces/IImageService.cs b/src/CoralTime.BL/Interfaces/IImageService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IImageService.cs rename to src/CoralTime.BL/Interfaces/IImageService.cs diff --git a/backend/CoralTime.BL/Interfaces/IMemberActionService.cs b/src/CoralTime.BL/Interfaces/IMemberActionService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IMemberActionService.cs rename to src/CoralTime.BL/Interfaces/IMemberActionService.cs diff --git a/backend/CoralTime.BL/Interfaces/IMemberProjectRolesService.cs b/src/CoralTime.BL/Interfaces/IMemberProjectRolesService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IMemberProjectRolesService.cs rename to src/CoralTime.BL/Interfaces/IMemberProjectRolesService.cs diff --git a/backend/CoralTime.BL/Interfaces/IMemberService.cs b/src/CoralTime.BL/Interfaces/IMemberService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IMemberService.cs rename to src/CoralTime.BL/Interfaces/IMemberService.cs diff --git a/backend/CoralTime.BL/Interfaces/INotificationService.cs b/src/CoralTime.BL/Interfaces/INotificationService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/INotificationService.cs rename to src/CoralTime.BL/Interfaces/INotificationService.cs diff --git a/backend/CoralTime.BL/Interfaces/IProfileService.cs b/src/CoralTime.BL/Interfaces/IProfileService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IProfileService.cs rename to src/CoralTime.BL/Interfaces/IProfileService.cs diff --git a/backend/CoralTime.BL/Interfaces/IProjectService.cs b/src/CoralTime.BL/Interfaces/IProjectService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IProjectService.cs rename to src/CoralTime.BL/Interfaces/IProjectService.cs diff --git a/backend/CoralTime.BL/Interfaces/IRefService.cs b/src/CoralTime.BL/Interfaces/IRefService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IRefService.cs rename to src/CoralTime.BL/Interfaces/IRefService.cs diff --git a/backend/CoralTime.BL/Interfaces/ITasksService.cs b/src/CoralTime.BL/Interfaces/ITasksService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/ITasksService.cs rename to src/CoralTime.BL/Interfaces/ITasksService.cs diff --git a/backend/CoralTime.BL/Interfaces/ITimeEntryService.cs b/src/CoralTime.BL/Interfaces/ITimeEntryService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/ITimeEntryService.cs rename to src/CoralTime.BL/Interfaces/ITimeEntryService.cs diff --git a/backend/CoralTime.BL/Interfaces/IVstsAdminService.cs b/src/CoralTime.BL/Interfaces/IVstsAdminService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IVstsAdminService.cs rename to src/CoralTime.BL/Interfaces/IVstsAdminService.cs diff --git a/backend/CoralTime.BL/Interfaces/IVstsService.cs b/src/CoralTime.BL/Interfaces/IVstsService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/IVstsService.cs rename to src/CoralTime.BL/Interfaces/IVstsService.cs diff --git a/backend/CoralTime.BL/Interfaces/Reports/IReportBaseService.cs b/src/CoralTime.BL/Interfaces/Reports/IReportBaseService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/Reports/IReportBaseService.cs rename to src/CoralTime.BL/Interfaces/Reports/IReportBaseService.cs diff --git a/backend/CoralTime.BL/Interfaces/Reports/IReportExportService.cs b/src/CoralTime.BL/Interfaces/Reports/IReportExportService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/Reports/IReportExportService.cs rename to src/CoralTime.BL/Interfaces/Reports/IReportExportService.cs diff --git a/backend/CoralTime.BL/Interfaces/Reports/IReportsService.cs b/src/CoralTime.BL/Interfaces/Reports/IReportsService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/Reports/IReportsService.cs rename to src/CoralTime.BL/Interfaces/Reports/IReportsService.cs diff --git a/backend/CoralTime.BL/Interfaces/Reports/IReportsSettingsService.cs b/src/CoralTime.BL/Interfaces/Reports/IReportsSettingsService.cs similarity index 100% rename from backend/CoralTime.BL/Interfaces/Reports/IReportsSettingsService.cs rename to src/CoralTime.BL/Interfaces/Reports/IReportsSettingsService.cs diff --git a/backend/CoralTime.BL/Services/AdminService.cs b/src/CoralTime.BL/Services/AdminService.cs similarity index 100% rename from backend/CoralTime.BL/Services/AdminService.cs rename to src/CoralTime.BL/Services/AdminService.cs diff --git a/backend/CoralTime.BL/Services/BaseService.cs b/src/CoralTime.BL/Services/BaseService.cs similarity index 100% rename from backend/CoralTime.BL/Services/BaseService.cs rename to src/CoralTime.BL/Services/BaseService.cs diff --git a/backend/CoralTime.BL/Services/ClientService.cs b/src/CoralTime.BL/Services/ClientService.cs similarity index 100% rename from backend/CoralTime.BL/Services/ClientService.cs rename to src/CoralTime.BL/Services/ClientService.cs diff --git a/backend/CoralTime.BL/Services/ImageService.cs b/src/CoralTime.BL/Services/ImageService.cs similarity index 100% rename from backend/CoralTime.BL/Services/ImageService.cs rename to src/CoralTime.BL/Services/ImageService.cs diff --git a/backend/CoralTime.BL/Services/MemberActionService.cs b/src/CoralTime.BL/Services/MemberActionService.cs similarity index 100% rename from backend/CoralTime.BL/Services/MemberActionService.cs rename to src/CoralTime.BL/Services/MemberActionService.cs diff --git a/backend/CoralTime.BL/Services/MemberProjectRolesService.cs b/src/CoralTime.BL/Services/MemberProjectRolesService.cs similarity index 100% rename from backend/CoralTime.BL/Services/MemberProjectRolesService.cs rename to src/CoralTime.BL/Services/MemberProjectRolesService.cs diff --git a/backend/CoralTime.BL/Services/MemberService.cs b/src/CoralTime.BL/Services/MemberService.cs similarity index 100% rename from backend/CoralTime.BL/Services/MemberService.cs rename to src/CoralTime.BL/Services/MemberService.cs diff --git a/backend/CoralTime.BL/Services/Notifications/NotificationsByProjectsSettingsService.cs b/src/CoralTime.BL/Services/Notifications/NotificationsByProjectsSettingsService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Notifications/NotificationsByProjectsSettingsService.cs rename to src/CoralTime.BL/Services/Notifications/NotificationsByProjectsSettingsService.cs diff --git a/backend/CoralTime.BL/Services/Notifications/NotificationsSendWeeklyTimeEntryUpdatesService.cs b/src/CoralTime.BL/Services/Notifications/NotificationsSendWeeklyTimeEntryUpdatesService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Notifications/NotificationsSendWeeklyTimeEntryUpdatesService.cs rename to src/CoralTime.BL/Services/Notifications/NotificationsSendWeeklyTimeEntryUpdatesService.cs diff --git a/backend/CoralTime.BL/Services/Notifications/NotificationsService.cs b/src/CoralTime.BL/Services/Notifications/NotificationsService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Notifications/NotificationsService.cs rename to src/CoralTime.BL/Services/Notifications/NotificationsService.cs diff --git a/backend/CoralTime.BL/Services/ProfileService.cs b/src/CoralTime.BL/Services/ProfileService.cs similarity index 100% rename from backend/CoralTime.BL/Services/ProfileService.cs rename to src/CoralTime.BL/Services/ProfileService.cs diff --git a/backend/CoralTime.BL/Services/ProjectService.cs b/src/CoralTime.BL/Services/ProjectService.cs similarity index 100% rename from backend/CoralTime.BL/Services/ProjectService.cs rename to src/CoralTime.BL/Services/ProjectService.cs diff --git a/backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsDropDownsService.cs b/src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsDropDownsService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsDropDownsService.cs rename to src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsDropDownsService.cs diff --git a/backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsGridService.cs b/src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsGridService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsGridService.cs rename to src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsGridService.cs diff --git a/backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsService.cs b/src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsService.cs rename to src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsService.cs diff --git a/backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsSettingsService.cs b/src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsSettingsService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsSettingsService.cs rename to src/CoralTime.BL/Services/Reports/DropDownsAndGrid/ReportsSettingsService.cs diff --git a/backend/CoralTime.BL/Services/Reports/Export/ReportsExportCSVService.cs b/src/CoralTime.BL/Services/Reports/Export/ReportsExportCSVService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/Export/ReportsExportCSVService.cs rename to src/CoralTime.BL/Services/Reports/Export/ReportsExportCSVService.cs diff --git a/backend/CoralTime.BL/Services/Reports/Export/ReportsExportEmailService.cs b/src/CoralTime.BL/Services/Reports/Export/ReportsExportEmailService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/Export/ReportsExportEmailService.cs rename to src/CoralTime.BL/Services/Reports/Export/ReportsExportEmailService.cs diff --git a/backend/CoralTime.BL/Services/Reports/Export/ReportsExportExcelService.cs b/src/CoralTime.BL/Services/Reports/Export/ReportsExportExcelService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/Export/ReportsExportExcelService.cs rename to src/CoralTime.BL/Services/Reports/Export/ReportsExportExcelService.cs diff --git a/backend/CoralTime.BL/Services/Reports/Export/ReportsExportPDFService.cs b/src/CoralTime.BL/Services/Reports/Export/ReportsExportPDFService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/Export/ReportsExportPDFService.cs rename to src/CoralTime.BL/Services/Reports/Export/ReportsExportPDFService.cs diff --git a/backend/CoralTime.BL/Services/Reports/Export/ReportsExportService.cs b/src/CoralTime.BL/Services/Reports/Export/ReportsExportService.cs similarity index 100% rename from backend/CoralTime.BL/Services/Reports/Export/ReportsExportService.cs rename to src/CoralTime.BL/Services/Reports/Export/ReportsExportService.cs diff --git a/backend/CoralTime.BL/Services/TasksService.cs b/src/CoralTime.BL/Services/TasksService.cs similarity index 100% rename from backend/CoralTime.BL/Services/TasksService.cs rename to src/CoralTime.BL/Services/TasksService.cs diff --git a/backend/CoralTime.BL/Services/TimeEntryService.cs b/src/CoralTime.BL/Services/TimeEntryService.cs similarity index 100% rename from backend/CoralTime.BL/Services/TimeEntryService.cs rename to src/CoralTime.BL/Services/TimeEntryService.cs diff --git a/backend/CoralTime.BL/Services/VstsService.cs b/src/CoralTime.BL/Services/VstsService.cs similarity index 100% rename from backend/CoralTime.BL/Services/VstsService.cs rename to src/CoralTime.BL/Services/VstsService.cs diff --git a/backend/CoralTime.Common/Attributes/BaseCheckSecureHeaderFilter.cs b/src/CoralTime.Common/Attributes/BaseCheckSecureHeaderFilter.cs similarity index 100% rename from backend/CoralTime.Common/Attributes/BaseCheckSecureHeaderFilter.cs rename to src/CoralTime.Common/Attributes/BaseCheckSecureHeaderFilter.cs diff --git a/backend/CoralTime.Common/Attributes/CheckSecureHeaderNotificationFilter.cs b/src/CoralTime.Common/Attributes/CheckSecureHeaderNotificationFilter.cs similarity index 100% rename from backend/CoralTime.Common/Attributes/CheckSecureHeaderNotificationFilter.cs rename to src/CoralTime.Common/Attributes/CheckSecureHeaderNotificationFilter.cs diff --git a/backend/CoralTime.Common/Attributes/CheckSecureHeaderServiceFilter.cs b/src/CoralTime.Common/Attributes/CheckSecureHeaderServiceFilter.cs similarity index 100% rename from backend/CoralTime.Common/Attributes/CheckSecureHeaderServiceFilter.cs rename to src/CoralTime.Common/Attributes/CheckSecureHeaderServiceFilter.cs diff --git a/backend/CoralTime.Common/Constants/Constants.cs b/src/CoralTime.Common/Constants/Constants.cs similarity index 100% rename from backend/CoralTime.Common/Constants/Constants.cs rename to src/CoralTime.Common/Constants/Constants.cs diff --git a/backend/CoralTime.Common/CoralTime.Common.csproj b/src/CoralTime.Common/CoralTime.Common.csproj similarity index 100% rename from backend/CoralTime.Common/CoralTime.Common.csproj rename to src/CoralTime.Common/CoralTime.Common.csproj diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeAlreadyExistsException.cs b/src/CoralTime.Common/Exceptions/CoralTimeAlreadyExistsException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeAlreadyExistsException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeAlreadyExistsException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeDangerException.cs b/src/CoralTime.Common/Exceptions/CoralTimeDangerException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeDangerException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeDangerException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeEntityNotFoundSafeException.cs b/src/CoralTime.Common/Exceptions/CoralTimeEntityNotFoundSafeException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeEntityNotFoundSafeException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeEntityNotFoundSafeException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeForbiddenException.cs b/src/CoralTime.Common/Exceptions/CoralTimeForbiddenException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeForbiddenException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeForbiddenException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeIncorrectPasswordException.cs b/src/CoralTime.Common/Exceptions/CoralTimeIncorrectPasswordException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeIncorrectPasswordException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeIncorrectPasswordException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeInsertDublicateException.cs b/src/CoralTime.Common/Exceptions/CoralTimeInsertDublicateException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeInsertDublicateException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeInsertDublicateException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeSafeEntityException.cs b/src/CoralTime.Common/Exceptions/CoralTimeSafeEntityException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeSafeEntityException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeSafeEntityException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeUnauthorizedException.cs b/src/CoralTime.Common/Exceptions/CoralTimeUnauthorizedException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeUnauthorizedException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeUnauthorizedException.cs diff --git a/backend/CoralTime.Common/Exceptions/CoralTimeUpdateException.cs b/src/CoralTime.Common/Exceptions/CoralTimeUpdateException.cs similarity index 100% rename from backend/CoralTime.Common/Exceptions/CoralTimeUpdateException.cs rename to src/CoralTime.Common/Exceptions/CoralTimeUpdateException.cs diff --git a/backend/CoralTime.Common/Helpers/ArrayConverters.cs b/src/CoralTime.Common/Helpers/ArrayConverters.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/ArrayConverters.cs rename to src/CoralTime.Common/Helpers/ArrayConverters.cs diff --git a/backend/CoralTime.Common/Helpers/CheckEditPeriodForTimeEntry.cs b/src/CoralTime.Common/Helpers/CheckEditPeriodForTimeEntry.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/CheckEditPeriodForTimeEntry.cs rename to src/CoralTime.Common/Helpers/CheckEditPeriodForTimeEntry.cs diff --git a/backend/CoralTime.Common/Helpers/ClaimsCreator.cs b/src/CoralTime.Common/Helpers/ClaimsCreator.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/ClaimsCreator.cs rename to src/CoralTime.Common/Helpers/ClaimsCreator.cs diff --git a/backend/CoralTime.Common/Helpers/ConverterBitMask.cs b/src/CoralTime.Common/Helpers/ConverterBitMask.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/ConverterBitMask.cs rename to src/CoralTime.Common/Helpers/ConverterBitMask.cs diff --git a/backend/CoralTime.Common/Helpers/DateFormatsStorage.cs b/src/CoralTime.Common/Helpers/DateFormatsStorage.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/DateFormatsStorage.cs rename to src/CoralTime.Common/Helpers/DateFormatsStorage.cs diff --git a/backend/CoralTime.Common/Helpers/EmailSender.cs b/src/CoralTime.Common/Helpers/EmailSender.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/EmailSender.cs rename to src/CoralTime.Common/Helpers/EmailSender.cs diff --git a/backend/CoralTime.Common/Helpers/SetRangeDaysByDate.cs b/src/CoralTime.Common/Helpers/SetRangeDaysByDate.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/SetRangeDaysByDate.cs rename to src/CoralTime.Common/Helpers/SetRangeDaysByDate.cs diff --git a/backend/CoralTime.Common/Helpers/StringHandler.cs b/src/CoralTime.Common/Helpers/StringHandler.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/StringHandler.cs rename to src/CoralTime.Common/Helpers/StringHandler.cs diff --git a/backend/CoralTime.Common/Helpers/UpdateService.cs b/src/CoralTime.Common/Helpers/UpdateService.cs similarity index 100% rename from backend/CoralTime.Common/Helpers/UpdateService.cs rename to src/CoralTime.Common/Helpers/UpdateService.cs diff --git a/backend/CoralTime.Common/Middlewares/ErrorHandlingMiddleware.cs b/src/CoralTime.Common/Middlewares/ErrorHandlingMiddleware.cs similarity index 100% rename from backend/CoralTime.Common/Middlewares/ErrorHandlingMiddleware.cs rename to src/CoralTime.Common/Middlewares/ErrorHandlingMiddleware.cs diff --git a/backend/CoralTime.Common/Middlewares/ExceptionsChecker.cs b/src/CoralTime.Common/Middlewares/ExceptionsChecker.cs similarity index 100% rename from backend/CoralTime.Common/Middlewares/ExceptionsChecker.cs rename to src/CoralTime.Common/Middlewares/ExceptionsChecker.cs diff --git a/backend/CoralTime.DAL/AppDbContext/AppDbContext.cs b/src/CoralTime.DAL/AppDbContext/AppDbContext.cs similarity index 100% rename from backend/CoralTime.DAL/AppDbContext/AppDbContext.cs rename to src/CoralTime.DAL/AppDbContext/AppDbContext.cs diff --git a/backend/CoralTime.DAL/AppDbContext/DbContextInitializer.cs b/src/CoralTime.DAL/AppDbContext/DbContextInitializer.cs similarity index 100% rename from backend/CoralTime.DAL/AppDbContext/DbContextInitializer.cs rename to src/CoralTime.DAL/AppDbContext/DbContextInitializer.cs diff --git a/backend/CoralTime.DAL/Cache/CacheManagerInProcess.cs b/src/CoralTime.DAL/Cache/CacheManagerInProcess.cs similarity index 100% rename from backend/CoralTime.DAL/Cache/CacheManagerInProcess.cs rename to src/CoralTime.DAL/Cache/CacheManagerInProcess.cs diff --git a/backend/CoralTime.DAL/Cache/CacheMemoryFactory.cs b/src/CoralTime.DAL/Cache/CacheMemoryFactory.cs similarity index 100% rename from backend/CoralTime.DAL/Cache/CacheMemoryFactory.cs rename to src/CoralTime.DAL/Cache/CacheMemoryFactory.cs diff --git a/backend/CoralTime.DAL/Cache/CancelationTokenSources.cs b/src/CoralTime.DAL/Cache/CancelationTokenSources.cs similarity index 100% rename from backend/CoralTime.DAL/Cache/CancelationTokenSources.cs rename to src/CoralTime.DAL/Cache/CancelationTokenSources.cs diff --git a/backend/CoralTime.DAL/Cache/ICacheManager.cs b/src/CoralTime.DAL/Cache/ICacheManager.cs similarity index 100% rename from backend/CoralTime.DAL/Cache/ICacheManager.cs rename to src/CoralTime.DAL/Cache/ICacheManager.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/ClientView/ClientView.cs b/src/CoralTime.DAL/ConvertModelToView/ClientView/ClientView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/ClientView/ClientView.cs rename to src/CoralTime.DAL/ConvertModelToView/ClientView/ClientView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/MemberProjectRoleView/MemberProjectRoleView.cs b/src/CoralTime.DAL/ConvertModelToView/MemberProjectRoleView/MemberProjectRoleView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/MemberProjectRoleView/MemberProjectRoleView.cs rename to src/CoralTime.DAL/ConvertModelToView/MemberProjectRoleView/MemberProjectRoleView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/MemberView/MemberView.cs b/src/CoralTime.DAL/ConvertModelToView/MemberView/MemberView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/MemberView/MemberView.cs rename to src/CoralTime.DAL/ConvertModelToView/MemberView/MemberView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/Profile/ProfileProjectView.cs b/src/CoralTime.DAL/ConvertModelToView/Profile/ProfileProjectView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/Profile/ProfileProjectView.cs rename to src/CoralTime.DAL/ConvertModelToView/Profile/ProfileProjectView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectNameView.cs b/src/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectNameView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectNameView.cs rename to src/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectNameView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectRoleView.cs b/src/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectRoleView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectRoleView.cs rename to src/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectRoleView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectView.cs b/src/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectView.cs rename to src/CoralTime.DAL/ConvertModelToView/ProjectView/ProjectView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/ReportView/ReportTimeTotalItemsGroupedByView.cs b/src/CoralTime.DAL/ConvertModelToView/ReportView/ReportTimeTotalItemsGroupedByView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/ReportView/ReportTimeTotalItemsGroupedByView.cs rename to src/CoralTime.DAL/ConvertModelToView/ReportView/ReportTimeTotalItemsGroupedByView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/ReportView/ReportUsersView.cs b/src/CoralTime.DAL/ConvertModelToView/ReportView/ReportUsersView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/ReportView/ReportUsersView.cs rename to src/CoralTime.DAL/ConvertModelToView/ReportView/ReportUsersView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/ReportView/ReportsSettingsView.cs b/src/CoralTime.DAL/ConvertModelToView/ReportView/ReportsSettingsView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/ReportView/ReportsSettingsView.cs rename to src/CoralTime.DAL/ConvertModelToView/ReportView/ReportsSettingsView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/TaskTypeView/TaskTypeView.cs b/src/CoralTime.DAL/ConvertModelToView/TaskTypeView/TaskTypeView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/TaskTypeView/TaskTypeView.cs rename to src/CoralTime.DAL/ConvertModelToView/TaskTypeView/TaskTypeView.cs diff --git a/backend/CoralTime.DAL/ConvertModelToView/TimeEntryView/TimeEntryView.cs b/src/CoralTime.DAL/ConvertModelToView/TimeEntryView/TimeEntryView.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertModelToView/TimeEntryView/TimeEntryView.cs rename to src/CoralTime.DAL/ConvertModelToView/TimeEntryView/TimeEntryView.cs diff --git a/backend/CoralTime.DAL/ConvertViewToModel/MemberImageModel.cs b/src/CoralTime.DAL/ConvertViewToModel/MemberImageModel.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertViewToModel/MemberImageModel.cs rename to src/CoralTime.DAL/ConvertViewToModel/MemberImageModel.cs diff --git a/backend/CoralTime.DAL/ConvertViewToModel/MemberModel.cs b/src/CoralTime.DAL/ConvertViewToModel/MemberModel.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertViewToModel/MemberModel.cs rename to src/CoralTime.DAL/ConvertViewToModel/MemberModel.cs diff --git a/backend/CoralTime.DAL/ConvertViewToModel/ReportModel/ReportsSettingsModel.cs b/src/CoralTime.DAL/ConvertViewToModel/ReportModel/ReportsSettingsModel.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertViewToModel/ReportModel/ReportsSettingsModel.cs rename to src/CoralTime.DAL/ConvertViewToModel/ReportModel/ReportsSettingsModel.cs diff --git a/backend/CoralTime.DAL/ConvertViewToModel/TaskTypeModel.cs b/src/CoralTime.DAL/ConvertViewToModel/TaskTypeModel.cs similarity index 100% rename from backend/CoralTime.DAL/ConvertViewToModel/TaskTypeModel.cs rename to src/CoralTime.DAL/ConvertViewToModel/TaskTypeModel.cs diff --git a/backend/CoralTime.DAL/CoralTime.DAL.csproj b/src/CoralTime.DAL/CoralTime.DAL.csproj similarity index 100% rename from backend/CoralTime.DAL/CoralTime.DAL.csproj rename to src/CoralTime.DAL/CoralTime.DAL.csproj diff --git a/backend/CoralTime.DAL/Helpers/PersistedGrantStore.cs b/src/CoralTime.DAL/Helpers/PersistedGrantStore.cs similarity index 100% rename from backend/CoralTime.DAL/Helpers/PersistedGrantStore.cs rename to src/CoralTime.DAL/Helpers/PersistedGrantStore.cs diff --git a/backend/CoralTime.DAL/Mapper/MappingProfile.cs b/src/CoralTime.DAL/Mapper/MappingProfile.cs similarity index 100% rename from backend/CoralTime.DAL/Mapper/MappingProfile.cs rename to src/CoralTime.DAL/Mapper/MappingProfile.cs diff --git a/backend/CoralTime.DAL/Migrations/20180103132856_Initial.Designer.cs b/src/CoralTime.DAL/Migrations/20180103132856_Initial.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180103132856_Initial.Designer.cs rename to src/CoralTime.DAL/Migrations/20180103132856_Initial.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180103132856_Initial.cs b/src/CoralTime.DAL/Migrations/20180103132856_Initial.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180103132856_Initial.cs rename to src/CoralTime.DAL/Migrations/20180103132856_Initial.cs diff --git a/backend/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.Designer.cs b/src/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.Designer.cs rename to src/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.cs b/src/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.cs rename to src/CoralTime.DAL/Migrations/20180122121602_Remove Excess fields for TimeEntry.cs diff --git a/backend/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.Designer.cs b/src/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.Designer.cs rename to src/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.cs b/src/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.cs rename to src/CoralTime.DAL/Migrations/20180122121703_Add ReportsSettings table.cs diff --git a/backend/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.Designer.cs b/src/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.Designer.cs rename to src/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.cs b/src/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.cs rename to src/CoralTime.DAL/Migrations/20180122160732_Update ReportsSettings types values.cs diff --git a/backend/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.Designer.cs b/src/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.Designer.cs rename to src/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.cs b/src/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.cs rename to src/CoralTime.DAL/Migrations/20180124161827_Update dates type in ReportsSettings.cs diff --git a/backend/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.Designer.cs b/src/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.Designer.cs rename to src/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.cs b/src/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.cs rename to src/CoralTime.DAL/Migrations/20180124163243_Update type for GroupById in Reports Settings.cs diff --git a/backend/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.Designer.cs b/src/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.Designer.cs rename to src/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.cs b/src/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.cs rename to src/CoralTime.DAL/Migrations/20180125181800_Update relation between Member and ReportsSettings to one-to-many.cs diff --git a/backend/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.Designer.cs b/src/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.Designer.cs rename to src/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.cs b/src/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.cs rename to src/CoralTime.DAL/Migrations/20180125202516_Add bool field IsDefaultQuery in ReportsSettings.cs diff --git a/backend/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.Designer.cs b/src/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.Designer.cs rename to src/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.cs b/src/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.cs rename to src/CoralTime.DAL/Migrations/20180126153028_Update property name for ReportsSettings from 'Name' to 'QueryName'.cs diff --git a/backend/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.Designer.cs b/src/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.Designer.cs rename to src/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.cs b/src/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.cs rename to src/CoralTime.DAL/Migrations/20180126154252_Update property name for ReportsSettings.cs diff --git a/backend/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.Designer.cs b/src/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.Designer.cs rename to src/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.cs b/src/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.cs rename to src/CoralTime.DAL/Migrations/20180131145133_Add bool IsCurrentQuery in reports settings and add it to unique key.cs diff --git a/backend/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.Designer.cs b/src/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.Designer.cs rename to src/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.cs b/src/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.cs rename to src/CoralTime.DAL/Migrations/20180201133054_Remove isDefaultQuery from ReportsSettings.cs diff --git a/backend/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.Designer.cs b/src/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.Designer.cs rename to src/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.cs b/src/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.cs rename to src/CoralTime.DAL/Migrations/20180207121556_Update length to 1000 chars Description field in TimeEntry.cs diff --git a/backend/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.Designer.cs b/src/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.Designer.cs rename to src/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.cs b/src/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.cs rename to src/CoralTime.DAL/Migrations/20180213101419_Set unique 'Name' for Clients.cs diff --git a/backend/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.Designer.cs b/src/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.Designer.cs rename to src/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.cs b/src/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.cs rename to src/CoralTime.DAL/Migrations/20180302041138_Rename MemberAvatar to MemberImage.cs diff --git a/backend/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.Designer.cs b/src/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.Designer.cs rename to src/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.cs b/src/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.cs rename to src/CoralTime.DAL/Migrations/20180302042344_add revert link from MemberImage To Member.cs diff --git a/backend/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.Designer.cs b/src/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.Designer.cs rename to src/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.cs b/src/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.cs rename to src/CoralTime.DAL/Migrations/20180315105001_Rename TimeValues for TimeEntry.cs diff --git a/backend/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.Designer.cs b/src/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.Designer.cs rename to src/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.cs b/src/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.cs rename to src/CoralTime.DAL/Migrations/20180323133916_Remove TimeZone from Member.cs diff --git a/backend/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.Designer.cs b/src/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.Designer.cs rename to src/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.cs b/src/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.cs rename to src/CoralTime.DAL/Migrations/20180407090946_Add DateStaticId in ReportSettings.cs diff --git a/backend/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.Designer.cs b/src/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.Designer.cs rename to src/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.cs b/src/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.cs rename to src/CoralTime.DAL/Migrations/20180815142525_AddMemberActions.cs diff --git a/backend/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.Designer.cs b/src/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.Designer.cs rename to src/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.cs b/src/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.cs rename to src/CoralTime.DAL/Migrations/20180918140203_Add_WorkingHoursPerDay.cs diff --git a/backend/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.Designer.cs b/src/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.Designer.cs rename to src/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.cs b/src/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.cs rename to src/CoralTime.DAL/Migrations/20180927083235_Add index in TimeEntry table.cs diff --git a/backend/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.Designer.cs b/src/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.Designer.cs rename to src/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.cs b/src/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.cs rename to src/CoralTime.DAL/Migrations/20181106095339_Add VSTS tables.cs diff --git a/backend/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.Designer.cs b/src/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.Designer.cs rename to src/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.cs b/src/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.cs rename to src/CoralTime.DAL/Migrations/20181106151738_Add WorkItemId in TimeEntry.cs diff --git a/backend/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.Designer.cs b/src/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.Designer.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.Designer.cs rename to src/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.Designer.cs diff --git a/backend/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.cs b/src/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.cs rename to src/CoralTime.DAL/Migrations/20181128162025_Add VstsProjectUsers.cs diff --git a/backend/CoralTime.DAL/Migrations/AppDbContextModelSnapshot.cs b/src/CoralTime.DAL/Migrations/AppDbContextModelSnapshot.cs similarity index 100% rename from backend/CoralTime.DAL/Migrations/AppDbContextModelSnapshot.cs rename to src/CoralTime.DAL/Migrations/AppDbContextModelSnapshot.cs diff --git a/backend/CoralTime.DAL/Models/ApplicationUser.cs b/src/CoralTime.DAL/Models/ApplicationUser.cs similarity index 100% rename from backend/CoralTime.DAL/Models/ApplicationUser.cs rename to src/CoralTime.DAL/Models/ApplicationUser.cs diff --git a/backend/CoralTime.DAL/Models/Client.cs b/src/CoralTime.DAL/Models/Client.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Client.cs rename to src/CoralTime.DAL/Models/Client.cs diff --git a/backend/CoralTime.DAL/Models/IInitializeByName.cs b/src/CoralTime.DAL/Models/IInitializeByName.cs similarity index 100% rename from backend/CoralTime.DAL/Models/IInitializeByName.cs rename to src/CoralTime.DAL/Models/IInitializeByName.cs diff --git a/backend/CoralTime.DAL/Models/LogChanges/ILogChanges.cs b/src/CoralTime.DAL/Models/LogChanges/ILogChanges.cs similarity index 100% rename from backend/CoralTime.DAL/Models/LogChanges/ILogChanges.cs rename to src/CoralTime.DAL/Models/LogChanges/ILogChanges.cs diff --git a/backend/CoralTime.DAL/Models/LogChanges/LogChanges.cs b/src/CoralTime.DAL/Models/LogChanges/LogChanges.cs similarity index 100% rename from backend/CoralTime.DAL/Models/LogChanges/LogChanges.cs rename to src/CoralTime.DAL/Models/LogChanges/LogChanges.cs diff --git a/backend/CoralTime.DAL/Models/LogChanges/MemberAction.cs b/src/CoralTime.DAL/Models/LogChanges/MemberAction.cs similarity index 100% rename from backend/CoralTime.DAL/Models/LogChanges/MemberAction.cs rename to src/CoralTime.DAL/Models/LogChanges/MemberAction.cs diff --git a/backend/CoralTime.DAL/Models/Member/Member.cs b/src/CoralTime.DAL/Models/Member/Member.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Member/Member.cs rename to src/CoralTime.DAL/Models/Member/Member.cs diff --git a/backend/CoralTime.DAL/Models/Member/MemberImage.cs b/src/CoralTime.DAL/Models/Member/MemberImage.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Member/MemberImage.cs rename to src/CoralTime.DAL/Models/Member/MemberImage.cs diff --git a/backend/CoralTime.DAL/Models/Member/MemberProjectRole.cs b/src/CoralTime.DAL/Models/Member/MemberProjectRole.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Member/MemberProjectRole.cs rename to src/CoralTime.DAL/Models/Member/MemberProjectRole.cs diff --git a/backend/CoralTime.DAL/Models/Project.cs b/src/CoralTime.DAL/Models/Project.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Project.cs rename to src/CoralTime.DAL/Models/Project.cs diff --git a/backend/CoralTime.DAL/Models/ProjectRole.cs b/src/CoralTime.DAL/Models/ProjectRole.cs similarity index 100% rename from backend/CoralTime.DAL/Models/ProjectRole.cs rename to src/CoralTime.DAL/Models/ProjectRole.cs diff --git a/backend/CoralTime.DAL/Models/ReportsSettings/IReportsSettings.cs b/src/CoralTime.DAL/Models/ReportsSettings/IReportsSettings.cs similarity index 100% rename from backend/CoralTime.DAL/Models/ReportsSettings/IReportsSettings.cs rename to src/CoralTime.DAL/Models/ReportsSettings/IReportsSettings.cs diff --git a/backend/CoralTime.DAL/Models/ReportsSettings/ReportsSettings.cs b/src/CoralTime.DAL/Models/ReportsSettings/ReportsSettings.cs similarity index 100% rename from backend/CoralTime.DAL/Models/ReportsSettings/ReportsSettings.cs rename to src/CoralTime.DAL/Models/ReportsSettings/ReportsSettings.cs diff --git a/backend/CoralTime.DAL/Models/Setting.cs b/src/CoralTime.DAL/Models/Setting.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Setting.cs rename to src/CoralTime.DAL/Models/Setting.cs diff --git a/backend/CoralTime.DAL/Models/TaskType.cs b/src/CoralTime.DAL/Models/TaskType.cs similarity index 100% rename from backend/CoralTime.DAL/Models/TaskType.cs rename to src/CoralTime.DAL/Models/TaskType.cs diff --git a/backend/CoralTime.DAL/Models/TimeEntry.cs b/src/CoralTime.DAL/Models/TimeEntry.cs similarity index 100% rename from backend/CoralTime.DAL/Models/TimeEntry.cs rename to src/CoralTime.DAL/Models/TimeEntry.cs diff --git a/backend/CoralTime.DAL/Models/TimeValues/ITimeValues.cs b/src/CoralTime.DAL/Models/TimeValues/ITimeValues.cs similarity index 100% rename from backend/CoralTime.DAL/Models/TimeValues/ITimeValues.cs rename to src/CoralTime.DAL/Models/TimeValues/ITimeValues.cs diff --git a/backend/CoralTime.DAL/Models/TimeValues/TimeValues.cs b/src/CoralTime.DAL/Models/TimeValues/TimeValues.cs similarity index 100% rename from backend/CoralTime.DAL/Models/TimeValues/TimeValues.cs rename to src/CoralTime.DAL/Models/TimeValues/TimeValues.cs diff --git a/backend/CoralTime.DAL/Models/UserForgotPassRequest.cs b/src/CoralTime.DAL/Models/UserForgotPassRequest.cs similarity index 100% rename from backend/CoralTime.DAL/Models/UserForgotPassRequest.cs rename to src/CoralTime.DAL/Models/UserForgotPassRequest.cs diff --git a/backend/CoralTime.DAL/Models/Vsts/VstsProject.cs b/src/CoralTime.DAL/Models/Vsts/VstsProject.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Vsts/VstsProject.cs rename to src/CoralTime.DAL/Models/Vsts/VstsProject.cs diff --git a/backend/CoralTime.DAL/Models/Vsts/VstsProjectUser.cs b/src/CoralTime.DAL/Models/Vsts/VstsProjectUser.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Vsts/VstsProjectUser.cs rename to src/CoralTime.DAL/Models/Vsts/VstsProjectUser.cs diff --git a/backend/CoralTime.DAL/Models/Vsts/VstsUser.cs b/src/CoralTime.DAL/Models/Vsts/VstsUser.cs similarity index 100% rename from backend/CoralTime.DAL/Models/Vsts/VstsUser.cs rename to src/CoralTime.DAL/Models/Vsts/VstsUser.cs diff --git a/backend/CoralTime.DAL/PersistedGrantStore/PersistedGrantStore.cs b/src/CoralTime.DAL/PersistedGrantStore/PersistedGrantStore.cs similarity index 100% rename from backend/CoralTime.DAL/PersistedGrantStore/PersistedGrantStore.cs rename to src/CoralTime.DAL/PersistedGrantStore/PersistedGrantStore.cs diff --git a/backend/CoralTime.DAL/Repositories/ClientRepository.cs b/src/CoralTime.DAL/Repositories/ClientRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/ClientRepository.cs rename to src/CoralTime.DAL/Repositories/ClientRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/GenericRepository.cs b/src/CoralTime.DAL/Repositories/GenericRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/GenericRepository.cs rename to src/CoralTime.DAL/Repositories/GenericRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/Member/MemberImageRepository.cs b/src/CoralTime.DAL/Repositories/Member/MemberImageRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/Member/MemberImageRepository.cs rename to src/CoralTime.DAL/Repositories/Member/MemberImageRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/Member/MemberProjectRoleRepository.cs b/src/CoralTime.DAL/Repositories/Member/MemberProjectRoleRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/Member/MemberProjectRoleRepository.cs rename to src/CoralTime.DAL/Repositories/Member/MemberProjectRoleRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/Member/MemberRepository.cs b/src/CoralTime.DAL/Repositories/Member/MemberRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/Member/MemberRepository.cs rename to src/CoralTime.DAL/Repositories/Member/MemberRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/MemberActionRepository.cs b/src/CoralTime.DAL/Repositories/MemberActionRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/MemberActionRepository.cs rename to src/CoralTime.DAL/Repositories/MemberActionRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/ProjectRepository.cs b/src/CoralTime.DAL/Repositories/ProjectRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/ProjectRepository.cs rename to src/CoralTime.DAL/Repositories/ProjectRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/ProjectRoleRepository.cs b/src/CoralTime.DAL/Repositories/ProjectRoleRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/ProjectRoleRepository.cs rename to src/CoralTime.DAL/Repositories/ProjectRoleRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/ReportsSettingsRepository.cs b/src/CoralTime.DAL/Repositories/ReportsSettingsRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/ReportsSettingsRepository.cs rename to src/CoralTime.DAL/Repositories/ReportsSettingsRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/TaskTypeRepository.cs b/src/CoralTime.DAL/Repositories/TaskTypeRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/TaskTypeRepository.cs rename to src/CoralTime.DAL/Repositories/TaskTypeRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/TimeEntryRepository.cs b/src/CoralTime.DAL/Repositories/TimeEntryRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/TimeEntryRepository.cs rename to src/CoralTime.DAL/Repositories/TimeEntryRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/UnitOfWork.Repositories.cs b/src/CoralTime.DAL/Repositories/UnitOfWork.Repositories.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/UnitOfWork.Repositories.cs rename to src/CoralTime.DAL/Repositories/UnitOfWork.Repositories.cs diff --git a/backend/CoralTime.DAL/Repositories/UnitOfWork.cs b/src/CoralTime.DAL/Repositories/UnitOfWork.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/UnitOfWork.cs rename to src/CoralTime.DAL/Repositories/UnitOfWork.cs diff --git a/backend/CoralTime.DAL/Repositories/User/UserForgotPassRequestRepository.cs b/src/CoralTime.DAL/Repositories/User/UserForgotPassRequestRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/User/UserForgotPassRequestRepository.cs rename to src/CoralTime.DAL/Repositories/User/UserForgotPassRequestRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/User/UserRepository.cs b/src/CoralTime.DAL/Repositories/User/UserRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/User/UserRepository.cs rename to src/CoralTime.DAL/Repositories/User/UserRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/Vsts/VstsProjectRepository.cs b/src/CoralTime.DAL/Repositories/Vsts/VstsProjectRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/Vsts/VstsProjectRepository.cs rename to src/CoralTime.DAL/Repositories/Vsts/VstsProjectRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/Vsts/VstsProjectUserRepository.cs b/src/CoralTime.DAL/Repositories/Vsts/VstsProjectUserRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/Vsts/VstsProjectUserRepository.cs rename to src/CoralTime.DAL/Repositories/Vsts/VstsProjectUserRepository.cs diff --git a/backend/CoralTime.DAL/Repositories/Vsts/VstsUserRepository.cs b/src/CoralTime.DAL/Repositories/Vsts/VstsUserRepository.cs similarity index 100% rename from backend/CoralTime.DAL/Repositories/Vsts/VstsUserRepository.cs rename to src/CoralTime.DAL/Repositories/Vsts/VstsUserRepository.cs diff --git a/backend/CoralTime.MySqlMigrations/CoralTime.MySqlMigrations.csproj b/src/CoralTime.MySqlMigrations/CoralTime.MySqlMigrations.csproj similarity index 100% rename from backend/CoralTime.MySqlMigrations/CoralTime.MySqlMigrations.csproj rename to src/CoralTime.MySqlMigrations/CoralTime.MySqlMigrations.csproj diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.Designer.cs b/src/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.Designer.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.Designer.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.Designer.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.cs b/src/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180410191751_Initial.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.Designer.cs b/src/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.Designer.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.Designer.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.Designer.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.cs b/src/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180815142903_AddMemberActions.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.Designer.cs b/src/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.Designer.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.Designer.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.Designer.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.cs b/src/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180918141713_Add_WorkingHoursPerDay.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.Designer.cs b/src/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.Designer.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.Designer.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.Designer.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.cs b/src/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.cs rename to src/CoralTime.MySqlMigrations/Migrations/20180927083754_Add index in TimeEntry table.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.Designer.cs b/src/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.Designer.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.Designer.cs rename to src/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.Designer.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.cs b/src/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.cs rename to src/CoralTime.MySqlMigrations/Migrations/20181106095447_Add VSTS tables.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.Designer.cs b/src/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.Designer.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.Designer.cs rename to src/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.Designer.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.cs b/src/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.cs rename to src/CoralTime.MySqlMigrations/Migrations/20181106153047_Add WorkItemId in TimeEntry.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.Designer.cs b/src/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.Designer.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.Designer.cs rename to src/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.Designer.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.cs b/src/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.cs rename to src/CoralTime.MySqlMigrations/Migrations/20181128172336_Add VstsProjectUsers.cs diff --git a/backend/CoralTime.MySqlMigrations/Migrations/AppDbContextModelSnapshot.cs b/src/CoralTime.MySqlMigrations/Migrations/AppDbContextModelSnapshot.cs similarity index 100% rename from backend/CoralTime.MySqlMigrations/Migrations/AppDbContextModelSnapshot.cs rename to src/CoralTime.MySqlMigrations/Migrations/AppDbContextModelSnapshot.cs diff --git a/backend/CoralTime.Tests/CoralTime.Tests.csproj b/src/CoralTime.Tests/CoralTime.Tests.csproj similarity index 100% rename from backend/CoralTime.Tests/CoralTime.Tests.csproj rename to src/CoralTime.Tests/CoralTime.Tests.csproj diff --git a/backend/CoralTime.Tests/TestStartupConfigurationService.cs b/src/CoralTime.Tests/TestStartupConfigurationService.cs similarity index 100% rename from backend/CoralTime.Tests/TestStartupConfigurationService.cs rename to src/CoralTime.Tests/TestStartupConfigurationService.cs diff --git a/backend/CoralTime.Tests/UnitTest1.cs b/src/CoralTime.Tests/UnitTest1.cs similarity index 100% rename from backend/CoralTime.Tests/UnitTest1.cs rename to src/CoralTime.Tests/UnitTest1.cs diff --git a/backend/CoralTime.Tests/coraltime.pfx b/src/CoralTime.Tests/coraltime.pfx similarity index 100% rename from backend/CoralTime.Tests/coraltime.pfx rename to src/CoralTime.Tests/coraltime.pfx diff --git a/backend/CoralTime.ViewModels/Azure/CertificateKeys.cs b/src/CoralTime.ViewModels/Azure/CertificateKeys.cs similarity index 100% rename from backend/CoralTime.ViewModels/Azure/CertificateKeys.cs rename to src/CoralTime.ViewModels/Azure/CertificateKeys.cs diff --git a/backend/CoralTime.ViewModels/Clients/ClientView.cs b/src/CoralTime.ViewModels/Clients/ClientView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Clients/ClientView.cs rename to src/CoralTime.ViewModels/Clients/ClientView.cs diff --git a/backend/CoralTime.ViewModels/CoralTime.ViewModels.csproj b/src/CoralTime.ViewModels/CoralTime.ViewModels.csproj similarity index 100% rename from backend/CoralTime.ViewModels/CoralTime.ViewModels.csproj rename to src/CoralTime.ViewModels/CoralTime.ViewModels.csproj diff --git a/backend/CoralTime.ViewModels/DateFormat/DateConvert.cs b/src/CoralTime.ViewModels/DateFormat/DateConvert.cs similarity index 100% rename from backend/CoralTime.ViewModels/DateFormat/DateConvert.cs rename to src/CoralTime.ViewModels/DateFormat/DateConvert.cs diff --git a/backend/CoralTime.ViewModels/Errors/ErrorODataView.cs b/src/CoralTime.ViewModels/Errors/ErrorODataView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Errors/ErrorODataView.cs rename to src/CoralTime.ViewModels/Errors/ErrorODataView.cs diff --git a/backend/CoralTime.ViewModels/Errors/IdentityErrorView.cs b/src/CoralTime.ViewModels/Errors/IdentityErrorView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Errors/IdentityErrorView.cs rename to src/CoralTime.ViewModels/Errors/IdentityErrorView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberImage/IMemberImageIconView.cs b/src/CoralTime.ViewModels/Member/MemberImage/IMemberImageIconView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberImage/IMemberImageIconView.cs rename to src/CoralTime.ViewModels/Member/MemberImage/IMemberImageIconView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberNotificationView/IMemberNotificationView.cs b/src/CoralTime.ViewModels/Member/MemberNotificationView/IMemberNotificationView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberNotificationView/IMemberNotificationView.cs rename to src/CoralTime.ViewModels/Member/MemberNotificationView/IMemberNotificationView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberNotificationView/MemberNotificationView.cs b/src/CoralTime.ViewModels/Member/MemberNotificationView/MemberNotificationView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberNotificationView/MemberNotificationView.cs rename to src/CoralTime.ViewModels/Member/MemberNotificationView/MemberNotificationView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPasswordView/ChangePasswordResultView.cs b/src/CoralTime.ViewModels/Member/MemberPasswordView/ChangePasswordResultView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPasswordView/ChangePasswordResultView.cs rename to src/CoralTime.ViewModels/Member/MemberPasswordView/ChangePasswordResultView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPasswordView/CheckForgotPasswordTokenResultView.cs b/src/CoralTime.ViewModels/Member/MemberPasswordView/CheckForgotPasswordTokenResultView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPasswordView/CheckForgotPasswordTokenResultView.cs rename to src/CoralTime.ViewModels/Member/MemberPasswordView/CheckForgotPasswordTokenResultView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordByTokenView.cs b/src/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordByTokenView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordByTokenView.cs rename to src/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordByTokenView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordView.cs b/src/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordView.cs rename to src/CoralTime.ViewModels/Member/MemberPasswordView/MemberChangePasswordView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPasswordView/PasswordForgotEmailResultView.cs b/src/CoralTime.ViewModels/Member/MemberPasswordView/PasswordForgotEmailResultView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPasswordView/PasswordForgotEmailResultView.cs rename to src/CoralTime.ViewModels/Member/MemberPasswordView/PasswordForgotEmailResultView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPersonalInfoView/IMemberPersonalInfoView.cs b/src/CoralTime.ViewModels/Member/MemberPersonalInfoView/IMemberPersonalInfoView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPersonalInfoView/IMemberPersonalInfoView.cs rename to src/CoralTime.ViewModels/Member/MemberPersonalInfoView/IMemberPersonalInfoView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPersonalInfoView/MemberPersonalInfoView.cs b/src/CoralTime.ViewModels/Member/MemberPersonalInfoView/MemberPersonalInfoView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPersonalInfoView/MemberPersonalInfoView.cs rename to src/CoralTime.ViewModels/Member/MemberPersonalInfoView/MemberPersonalInfoView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPreferencesView/IMemberPreferencesView.cs b/src/CoralTime.ViewModels/Member/MemberPreferencesView/IMemberPreferencesView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPreferencesView/IMemberPreferencesView.cs rename to src/CoralTime.ViewModels/Member/MemberPreferencesView/IMemberPreferencesView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberPreferencesView/MemberPreferencesView.cs b/src/CoralTime.ViewModels/Member/MemberPreferencesView/MemberPreferencesView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberPreferencesView/MemberPreferencesView.cs rename to src/CoralTime.ViewModels/Member/MemberPreferencesView/MemberPreferencesView.cs diff --git a/backend/CoralTime.ViewModels/Member/MemberView.cs b/src/CoralTime.ViewModels/Member/MemberView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/MemberView.cs rename to src/CoralTime.ViewModels/Member/MemberView.cs diff --git a/backend/CoralTime.ViewModels/Member/ProjectMemberView.cs b/src/CoralTime.ViewModels/Member/ProjectMemberView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Member/ProjectMemberView.cs rename to src/CoralTime.ViewModels/Member/ProjectMemberView.cs diff --git a/backend/CoralTime.ViewModels/MemberActions/MemberActionView.cs b/src/CoralTime.ViewModels/MemberActions/MemberActionView.cs similarity index 100% rename from backend/CoralTime.ViewModels/MemberActions/MemberActionView.cs rename to src/CoralTime.ViewModels/MemberActions/MemberActionView.cs diff --git a/backend/CoralTime.ViewModels/MemberProjectRoles/MemberProjectRoleView.cs b/src/CoralTime.ViewModels/MemberProjectRoles/MemberProjectRoleView.cs similarity index 100% rename from backend/CoralTime.ViewModels/MemberProjectRoles/MemberProjectRoleView.cs rename to src/CoralTime.ViewModels/MemberProjectRoles/MemberProjectRoleView.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Request/MemberWithProjectsLightIds/MemberWithProjectsIdsView.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Request/MemberWithProjectsLightIds/MemberWithProjectsIdsView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Request/MemberWithProjectsLightIds/MemberWithProjectsIdsView.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Request/MemberWithProjectsLightIds/MemberWithProjectsIdsView.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjecsNotifications.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjecsNotifications.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjecsNotifications.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjecsNotifications.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberLightView.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberLightView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberLightView.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberLightView.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberWithProjectLightVIew.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberWithProjectLightVIew.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberWithProjectLightVIew.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/MemberWithProjectLightVIew.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/ProjectLightView.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/ProjectLightView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/ProjectLightView.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/MemberWithProjectsLight/ProjectLightView.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectEditionDays.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectEditionDays.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectEditionDays.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectEditionDays.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectWithNotifications.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectWithNotifications.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectWithNotifications.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectWithNotifications.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectsWithDatesEditing.cs b/src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectsWithDatesEditing.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectsWithDatesEditing.cs rename to src/CoralTime.ViewModels/Notifications/ByProjectSettings/Responce/ProjectsWithDatesEditing.cs diff --git a/backend/CoralTime.ViewModels/Notifications/ByWeeklyUpdates/MemberWeeklyNotificationView.cs b/src/CoralTime.ViewModels/Notifications/ByWeeklyUpdates/MemberWeeklyNotificationView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Notifications/ByWeeklyUpdates/MemberWeeklyNotificationView.cs rename to src/CoralTime.ViewModels/Notifications/ByWeeklyUpdates/MemberWeeklyNotificationView.cs diff --git a/backend/CoralTime.ViewModels/ProjectRole/ProjectRoleView.cs b/src/CoralTime.ViewModels/ProjectRole/ProjectRoleView.cs similarity index 100% rename from backend/CoralTime.ViewModels/ProjectRole/ProjectRoleView.cs rename to src/CoralTime.ViewModels/ProjectRole/ProjectRoleView.cs diff --git a/backend/CoralTime.ViewModels/Projects/ManagerProjectsView.cs b/src/CoralTime.ViewModels/Projects/ManagerProjectsView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Projects/ManagerProjectsView.cs rename to src/CoralTime.ViewModels/Projects/ManagerProjectsView.cs diff --git a/backend/CoralTime.ViewModels/Projects/Profile/ProfileProjectView.cs b/src/CoralTime.ViewModels/Projects/Profile/ProfileProjectView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Projects/Profile/ProfileProjectView.cs rename to src/CoralTime.ViewModels/Projects/Profile/ProfileProjectView.cs diff --git a/backend/CoralTime.ViewModels/Projects/ProjectNameView.cs b/src/CoralTime.ViewModels/Projects/ProjectNameView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Projects/ProjectNameView.cs rename to src/CoralTime.ViewModels/Projects/ProjectNameView.cs diff --git a/backend/CoralTime.ViewModels/Projects/ProjectView.cs b/src/CoralTime.ViewModels/Projects/ProjectView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Projects/ProjectView.cs rename to src/CoralTime.ViewModels/Projects/ProjectView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Request/Emails/ReportsExportSendView.cs b/src/CoralTime.ViewModels/Reports/Request/Emails/ReportsExportSendView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Request/Emails/ReportsExportSendView.cs rename to src/CoralTime.ViewModels/Reports/Request/Emails/ReportsExportSendView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Request/Grid/ReportsGridView.cs b/src/CoralTime.ViewModels/Reports/Request/Grid/ReportsGridView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Request/Grid/ReportsGridView.cs rename to src/CoralTime.ViewModels/Reports/Request/Grid/ReportsGridView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/IReportsSettingsView.cs b/src/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/IReportsSettingsView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/IReportsSettingsView.cs rename to src/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/IReportsSettingsView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/ReportsSettingsView.cs b/src/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/ReportsSettingsView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/ReportsSettingsView.cs rename to src/CoralTime.ViewModels/Reports/Request/ReportsSettingsView/ReportsSettingsView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportClientView.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportClientView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportClientView.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportClientView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportCommonDropDownsView.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportCommonDropDownsView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportCommonDropDownsView.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportCommonDropDownsView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownValues.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownValues.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownValues.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownValues.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownView.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownView.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDowns.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDowns.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDowns.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDowns.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownsDateStaticView.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownsDateStaticView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownsDateStaticView.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportDropDownsDateStaticView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportProjectView.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportProjectView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportProjectView.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportProjectView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUserDetails.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUserDetails.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUserDetails.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUserDetails.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUsersView.cs b/src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUsersView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUsersView.cs rename to src/CoralTime.ViewModels/Reports/Responce/DropDowns/ReportUsersView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Export/ReportExportPDFView.cs b/src/CoralTime.ViewModels/Reports/Responce/Export/ReportExportPDFView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Export/ReportExportPDFView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Export/ReportExportPDFView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportGroupByType.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportGroupByType.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportGroupByType.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportGroupByType.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/ReportItemsView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/ReportItemsView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/ReportItemsView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/ReportItemsView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/ITimeValuesView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/ITimeValuesView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/ITimeValuesView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/ITimeValuesView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/TimeValuesView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/TimeValuesView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/TimeValuesView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/Items/TimeValues/TimeValuesView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/ReportTotalForView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/ReportTotalForView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/ReportTotalForView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/ReportTotalForView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/TimeTotalFor/TimeTotalForView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/TimeTotalFor/TimeTotalForView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/TimeTotalFor/TimeTotalForView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalFor/TimeTotalFor/TimeTotalForView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalForGroupTypeView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalForGroupTypeView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalForGroupTypeView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/GroupedItems/ReportTotalForGroupTypeView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportDisplayNames.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportDisplayNames.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportDisplayNames.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportDisplayNames.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportPeriodView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportPeriodView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportPeriodView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportPeriodView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportTotalView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportTotalView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportTotalView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/ReportTotalView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/ITimeTotalView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/ITimeTotalView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/ITimeTotalView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/ITimeTotalView.cs diff --git a/backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/TimeTotalView.cs b/src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/TimeTotalView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/TimeTotalView.cs rename to src/CoralTime.ViewModels/Reports/Responce/Grid/ReportTotal/TimeTotal/TimeTotalView.cs diff --git a/backend/CoralTime.ViewModels/Settings/AuthenticationSettings.cs b/src/CoralTime.ViewModels/Settings/AuthenticationSettings.cs similarity index 100% rename from backend/CoralTime.ViewModels/Settings/AuthenticationSettings.cs rename to src/CoralTime.ViewModels/Settings/AuthenticationSettings.cs diff --git a/backend/CoralTime.ViewModels/Settings/ProjectSettingsView.cs b/src/CoralTime.ViewModels/Settings/ProjectSettingsView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Settings/ProjectSettingsView.cs rename to src/CoralTime.ViewModels/Settings/ProjectSettingsView.cs diff --git a/backend/CoralTime.ViewModels/Tasks/TaskTypeView.cs b/src/CoralTime.ViewModels/Tasks/TaskTypeView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Tasks/TaskTypeView.cs rename to src/CoralTime.ViewModels/Tasks/TaskTypeView.cs diff --git a/backend/CoralTime.ViewModels/TimeEntries/TimeEntryTimeCommon.cs b/src/CoralTime.ViewModels/TimeEntries/TimeEntryTimeCommon.cs similarity index 100% rename from backend/CoralTime.ViewModels/TimeEntries/TimeEntryTimeCommon.cs rename to src/CoralTime.ViewModels/TimeEntries/TimeEntryTimeCommon.cs diff --git a/backend/CoralTime.ViewModels/TimeEntries/TimeEntryView.cs b/src/CoralTime.ViewModels/TimeEntries/TimeEntryView.cs similarity index 100% rename from backend/CoralTime.ViewModels/TimeEntries/TimeEntryView.cs rename to src/CoralTime.ViewModels/TimeEntries/TimeEntryView.cs diff --git a/backend/CoralTime.ViewModels/TimeEntries/TimerView.cs b/src/CoralTime.ViewModels/TimeEntries/TimerView.cs similarity index 100% rename from backend/CoralTime.ViewModels/TimeEntries/TimerView.cs rename to src/CoralTime.ViewModels/TimeEntries/TimerView.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsMember.cs b/src/CoralTime.ViewModels/Vsts/VstsMember.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsMember.cs rename to src/CoralTime.ViewModels/Vsts/VstsMember.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsMemberView.cs b/src/CoralTime.ViewModels/Vsts/VstsMemberView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsMemberView.cs rename to src/CoralTime.ViewModels/Vsts/VstsMemberView.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsProject.cs b/src/CoralTime.ViewModels/Vsts/VstsProject.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsProject.cs rename to src/CoralTime.ViewModels/Vsts/VstsProject.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsProjectIntegrationView.cs b/src/CoralTime.ViewModels/Vsts/VstsProjectIntegrationView.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsProjectIntegrationView.cs rename to src/CoralTime.ViewModels/Vsts/VstsProjectIntegrationView.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsSetup.cs b/src/CoralTime.ViewModels/Vsts/VstsSetup.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsSetup.cs rename to src/CoralTime.ViewModels/Vsts/VstsSetup.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsTasks.cs b/src/CoralTime.ViewModels/Vsts/VstsTasks.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsTasks.cs rename to src/CoralTime.ViewModels/Vsts/VstsTasks.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsTeam.cs b/src/CoralTime.ViewModels/Vsts/VstsTeam.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsTeam.cs rename to src/CoralTime.ViewModels/Vsts/VstsTeam.cs diff --git a/backend/CoralTime.ViewModels/Vsts/VstsTimeEntry.cs b/src/CoralTime.ViewModels/Vsts/VstsTimeEntry.cs similarity index 100% rename from backend/CoralTime.ViewModels/Vsts/VstsTimeEntry.cs rename to src/CoralTime.ViewModels/Vsts/VstsTimeEntry.cs diff --git a/backend/CoralTime.sln b/src/CoralTime.sln similarity index 100% rename from backend/CoralTime.sln rename to src/CoralTime.sln diff --git a/backend/CoralTime/Api/v1/AdminController.cs b/src/CoralTime/Api/v1/AdminController.cs similarity index 100% rename from backend/CoralTime/Api/v1/AdminController.cs rename to src/CoralTime/Api/v1/AdminController.cs diff --git a/backend/CoralTime/Api/v1/AuthenticationSettingsController.cs b/src/CoralTime/Api/v1/AuthenticationSettingsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/AuthenticationSettingsController.cs rename to src/CoralTime/Api/v1/AuthenticationSettingsController.cs diff --git a/backend/CoralTime/Api/v1/BaseController.cs b/src/CoralTime/Api/v1/BaseController.cs similarity index 100% rename from backend/CoralTime/Api/v1/BaseController.cs rename to src/CoralTime/Api/v1/BaseController.cs diff --git a/backend/CoralTime/Api/v1/BaseODataController.cs b/src/CoralTime/Api/v1/BaseODataController.cs similarity index 100% rename from backend/CoralTime/Api/v1/BaseODataController.cs rename to src/CoralTime/Api/v1/BaseODataController.cs diff --git a/backend/CoralTime/Api/v1/NotificationsController.cs b/src/CoralTime/Api/v1/NotificationsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/NotificationsController.cs rename to src/CoralTime/Api/v1/NotificationsController.cs diff --git a/backend/CoralTime/Api/v1/Odata/ClientsController.cs b/src/CoralTime/Api/v1/Odata/ClientsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/ClientsController.cs rename to src/CoralTime/Api/v1/Odata/ClientsController.cs diff --git a/backend/CoralTime/Api/v1/Odata/MemberActionsController.cs b/src/CoralTime/Api/v1/Odata/MemberActionsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/MemberActionsController.cs rename to src/CoralTime/Api/v1/Odata/MemberActionsController.cs diff --git a/backend/CoralTime/Api/v1/Odata/Members/MemberProjectRolesController.cs b/src/CoralTime/Api/v1/Odata/Members/MemberProjectRolesController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/Members/MemberProjectRolesController.cs rename to src/CoralTime/Api/v1/Odata/Members/MemberProjectRolesController.cs diff --git a/backend/CoralTime/Api/v1/Odata/Members/MembersController.cs b/src/CoralTime/Api/v1/Odata/Members/MembersController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/Members/MembersController.cs rename to src/CoralTime/Api/v1/Odata/Members/MembersController.cs diff --git a/backend/CoralTime/Api/v1/Odata/Projects/ManagerProjectsController.cs b/src/CoralTime/Api/v1/Odata/Projects/ManagerProjectsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/Projects/ManagerProjectsController.cs rename to src/CoralTime/Api/v1/Odata/Projects/ManagerProjectsController.cs diff --git a/backend/CoralTime/Api/v1/Odata/Projects/ProjectRolesController.cs b/src/CoralTime/Api/v1/Odata/Projects/ProjectRolesController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/Projects/ProjectRolesController.cs rename to src/CoralTime/Api/v1/Odata/Projects/ProjectRolesController.cs diff --git a/backend/CoralTime/Api/v1/Odata/Projects/ProjectsController.cs b/src/CoralTime/Api/v1/Odata/Projects/ProjectsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/Projects/ProjectsController.cs rename to src/CoralTime/Api/v1/Odata/Projects/ProjectsController.cs diff --git a/backend/CoralTime/Api/v1/Odata/Projects/ProjectsNamesController.cs b/src/CoralTime/Api/v1/Odata/Projects/ProjectsNamesController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/Projects/ProjectsNamesController.cs rename to src/CoralTime/Api/v1/Odata/Projects/ProjectsNamesController.cs diff --git a/backend/CoralTime/Api/v1/Odata/TasksController.cs b/src/CoralTime/Api/v1/Odata/TasksController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/TasksController.cs rename to src/CoralTime/Api/v1/Odata/TasksController.cs diff --git a/backend/CoralTime/Api/v1/Odata/VstsProjectIntegrationController.cs b/src/CoralTime/Api/v1/Odata/VstsProjectIntegrationController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Odata/VstsProjectIntegrationController.cs rename to src/CoralTime/Api/v1/Odata/VstsProjectIntegrationController.cs diff --git a/backend/CoralTime/Api/v1/PasswordController.cs b/src/CoralTime/Api/v1/PasswordController.cs similarity index 100% rename from backend/CoralTime/Api/v1/PasswordController.cs rename to src/CoralTime/Api/v1/PasswordController.cs diff --git a/backend/CoralTime/Api/v1/ProfileController.cs b/src/CoralTime/Api/v1/ProfileController.cs similarity index 100% rename from backend/CoralTime/Api/v1/ProfileController.cs rename to src/CoralTime/Api/v1/ProfileController.cs diff --git a/backend/CoralTime/Api/v1/Reports/Export/ReportsExportEmailController.cs b/src/CoralTime/Api/v1/Reports/Export/ReportsExportEmailController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Reports/Export/ReportsExportEmailController.cs rename to src/CoralTime/Api/v1/Reports/Export/ReportsExportEmailController.cs diff --git a/backend/CoralTime/Api/v1/Reports/Export/ReportsExportFileController.cs b/src/CoralTime/Api/v1/Reports/Export/ReportsExportFileController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Reports/Export/ReportsExportFileController.cs rename to src/CoralTime/Api/v1/Reports/Export/ReportsExportFileController.cs diff --git a/backend/CoralTime/Api/v1/Reports/ReportsController.cs b/src/CoralTime/Api/v1/Reports/ReportsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Reports/ReportsController.cs rename to src/CoralTime/Api/v1/Reports/ReportsController.cs diff --git a/backend/CoralTime/Api/v1/Reports/ReportsSettingsController.cs b/src/CoralTime/Api/v1/Reports/ReportsSettingsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/Reports/ReportsSettingsController.cs rename to src/CoralTime/Api/v1/Reports/ReportsSettingsController.cs diff --git a/backend/CoralTime/Api/v1/TestController.cs b/src/CoralTime/Api/v1/TestController.cs similarity index 100% rename from backend/CoralTime/Api/v1/TestController.cs rename to src/CoralTime/Api/v1/TestController.cs diff --git a/backend/CoralTime/Api/v1/TimeEntriesController.cs b/src/CoralTime/Api/v1/TimeEntriesController.cs similarity index 100% rename from backend/CoralTime/Api/v1/TimeEntriesController.cs rename to src/CoralTime/Api/v1/TimeEntriesController.cs diff --git a/backend/CoralTime/Api/v1/VstsController.cs b/src/CoralTime/Api/v1/VstsController.cs similarity index 100% rename from backend/CoralTime/Api/v1/VstsController.cs rename to src/CoralTime/Api/v1/VstsController.cs diff --git a/frontend/.angular-cli.json b/src/CoralTime/ClientApp/.angular-cli.json similarity index 100% rename from frontend/.angular-cli.json rename to src/CoralTime/ClientApp/.angular-cli.json diff --git a/frontend/.gitignore b/src/CoralTime/ClientApp/.gitignore similarity index 100% rename from frontend/.gitignore rename to src/CoralTime/ClientApp/.gitignore diff --git a/frontend/README.md b/src/CoralTime/ClientApp/README.md similarity index 100% rename from frontend/README.md rename to src/CoralTime/ClientApp/README.md diff --git a/frontend/e2e/app.e2e-spec.ts b/src/CoralTime/ClientApp/e2e/app.e2e-spec.ts similarity index 100% rename from frontend/e2e/app.e2e-spec.ts rename to src/CoralTime/ClientApp/e2e/app.e2e-spec.ts diff --git a/frontend/e2e/app.po.ts b/src/CoralTime/ClientApp/e2e/app.po.ts similarity index 100% rename from frontend/e2e/app.po.ts rename to src/CoralTime/ClientApp/e2e/app.po.ts diff --git a/frontend/e2e/tsconfig.e2e.json b/src/CoralTime/ClientApp/e2e/tsconfig.e2e.json similarity index 100% rename from frontend/e2e/tsconfig.e2e.json rename to src/CoralTime/ClientApp/e2e/tsconfig.e2e.json diff --git a/frontend/e2e/tsconfig.json b/src/CoralTime/ClientApp/e2e/tsconfig.json similarity index 100% rename from frontend/e2e/tsconfig.json rename to src/CoralTime/ClientApp/e2e/tsconfig.json diff --git a/frontend/karma.conf.js b/src/CoralTime/ClientApp/karma.conf.js similarity index 100% rename from frontend/karma.conf.js rename to src/CoralTime/ClientApp/karma.conf.js diff --git a/frontend/package-lock.json b/src/CoralTime/ClientApp/package-lock.json similarity index 100% rename from frontend/package-lock.json rename to src/CoralTime/ClientApp/package-lock.json diff --git a/frontend/package.json b/src/CoralTime/ClientApp/package.json similarity index 100% rename from frontend/package.json rename to src/CoralTime/ClientApp/package.json diff --git a/frontend/protractor.conf.js b/src/CoralTime/ClientApp/protractor.conf.js similarity index 100% rename from frontend/protractor.conf.js rename to src/CoralTime/ClientApp/protractor.conf.js diff --git a/frontend/proxy.conf.json b/src/CoralTime/ClientApp/proxy.conf.json similarity index 100% rename from frontend/proxy.conf.json rename to src/CoralTime/ClientApp/proxy.conf.json diff --git a/frontend/qa.proxy.conf.json b/src/CoralTime/ClientApp/qa.proxy.conf.json similarity index 100% rename from frontend/qa.proxy.conf.json rename to src/CoralTime/ClientApp/qa.proxy.conf.json diff --git a/frontend/src/app/app-routing.module.ts b/src/CoralTime/ClientApp/src/app/app-routing.module.ts similarity index 100% rename from frontend/src/app/app-routing.module.ts rename to src/CoralTime/ClientApp/src/app/app-routing.module.ts diff --git a/frontend/src/app/app.component.html b/src/CoralTime/ClientApp/src/app/app.component.html similarity index 100% rename from frontend/src/app/app.component.html rename to src/CoralTime/ClientApp/src/app/app.component.html diff --git a/frontend/src/app/app.component.ts b/src/CoralTime/ClientApp/src/app/app.component.ts similarity index 100% rename from frontend/src/app/app.component.ts rename to src/CoralTime/ClientApp/src/app/app.component.ts diff --git a/frontend/src/app/app.module.ts b/src/CoralTime/ClientApp/src/app/app.module.ts similarity index 100% rename from frontend/src/app/app.module.ts rename to src/CoralTime/ClientApp/src/app/app.module.ts diff --git a/frontend/src/app/core/app-insights.interceptor.ts b/src/CoralTime/ClientApp/src/app/core/app-insights.interceptor.ts similarity index 100% rename from frontend/src/app/core/app-insights.interceptor.ts rename to src/CoralTime/ClientApp/src/app/core/app-insights.interceptor.ts diff --git a/frontend/src/app/core/apply-token.interceptor.ts b/src/CoralTime/ClientApp/src/app/core/apply-token.interceptor.ts similarity index 100% rename from frontend/src/app/core/apply-token.interceptor.ts rename to src/CoralTime/ClientApp/src/app/core/apply-token.interceptor.ts diff --git a/frontend/src/app/core/auth/acl.service.ts b/src/CoralTime/ClientApp/src/app/core/auth/acl.service.ts similarity index 100% rename from frontend/src/app/core/auth/acl.service.ts rename to src/CoralTime/ClientApp/src/app/core/auth/acl.service.ts diff --git a/frontend/src/app/core/auth/auth-guard.service.ts b/src/CoralTime/ClientApp/src/app/core/auth/auth-guard.service.ts similarity index 100% rename from frontend/src/app/core/auth/auth-guard.service.ts rename to src/CoralTime/ClientApp/src/app/core/auth/auth-guard.service.ts diff --git a/frontend/src/app/core/auth/auth-user.ts b/src/CoralTime/ClientApp/src/app/core/auth/auth-user.ts similarity index 100% rename from frontend/src/app/core/auth/auth-user.ts rename to src/CoralTime/ClientApp/src/app/core/auth/auth-user.ts diff --git a/frontend/src/app/core/auth/auth.service.ts b/src/CoralTime/ClientApp/src/app/core/auth/auth.service.ts similarity index 100% rename from frontend/src/app/core/auth/auth.service.ts rename to src/CoralTime/ClientApp/src/app/core/auth/auth.service.ts diff --git a/frontend/src/app/core/auth/not-auth-guard.service.ts b/src/CoralTime/ClientApp/src/app/core/auth/not-auth-guard.service.ts similarity index 100% rename from frontend/src/app/core/auth/not-auth-guard.service.ts rename to src/CoralTime/ClientApp/src/app/core/auth/not-auth-guard.service.ts diff --git a/frontend/src/app/core/auth/permissions.ts b/src/CoralTime/ClientApp/src/app/core/auth/permissions.ts similarity index 100% rename from frontend/src/app/core/auth/permissions.ts rename to src/CoralTime/ClientApp/src/app/core/auth/permissions.ts diff --git a/frontend/src/app/core/auth/user-info-resolve.service.ts b/src/CoralTime/ClientApp/src/app/core/auth/user-info-resolve.service.ts similarity index 100% rename from frontend/src/app/core/auth/user-info-resolve.service.ts rename to src/CoralTime/ClientApp/src/app/core/auth/user-info-resolve.service.ts diff --git a/frontend/src/app/core/constant.service.ts b/src/CoralTime/ClientApp/src/app/core/constant.service.ts similarity index 100% rename from frontend/src/app/core/constant.service.ts rename to src/CoralTime/ClientApp/src/app/core/constant.service.ts diff --git a/frontend/src/app/core/core.module.ts b/src/CoralTime/ClientApp/src/app/core/core.module.ts similarity index 100% rename from frontend/src/app/core/core.module.ts rename to src/CoralTime/ClientApp/src/app/core/core.module.ts diff --git a/frontend/src/app/core/loading-bar.interceptor.ts b/src/CoralTime/ClientApp/src/app/core/loading-bar.interceptor.ts similarity index 100% rename from frontend/src/app/core/loading-bar.interceptor.ts rename to src/CoralTime/ClientApp/src/app/core/loading-bar.interceptor.ts diff --git a/frontend/src/app/core/notification.service.ts b/src/CoralTime/ClientApp/src/app/core/notification.service.ts similarity index 100% rename from frontend/src/app/core/notification.service.ts rename to src/CoralTime/ClientApp/src/app/core/notification.service.ts diff --git a/frontend/src/app/core/object-utils.ts b/src/CoralTime/ClientApp/src/app/core/object-utils.ts similarity index 100% rename from frontend/src/app/core/object-utils.ts rename to src/CoralTime/ClientApp/src/app/core/object-utils.ts diff --git a/frontend/src/app/core/odata-config.factory.ts b/src/CoralTime/ClientApp/src/app/core/odata-config.factory.ts similarity index 100% rename from frontend/src/app/core/odata-config.factory.ts rename to src/CoralTime/ClientApp/src/app/core/odata-config.factory.ts diff --git a/frontend/src/app/core/raven-error-handler.ts b/src/CoralTime/ClientApp/src/app/core/raven-error-handler.ts similarity index 100% rename from frontend/src/app/core/raven-error-handler.ts rename to src/CoralTime/ClientApp/src/app/core/raven-error-handler.ts diff --git a/frontend/src/app/core/refresh-token.interceptor.ts b/src/CoralTime/ClientApp/src/app/core/refresh-token.interceptor.ts similarity index 100% rename from frontend/src/app/core/refresh-token.interceptor.ts rename to src/CoralTime/ClientApp/src/app/core/refresh-token.interceptor.ts diff --git a/frontend/src/app/models/calendar.ts b/src/CoralTime/ClientApp/src/app/models/calendar.ts similarity index 100% rename from frontend/src/app/models/calendar.ts rename to src/CoralTime/ClientApp/src/app/models/calendar.ts diff --git a/frontend/src/app/models/client.ts b/src/CoralTime/ClientApp/src/app/models/client.ts similarity index 100% rename from frontend/src/app/models/client.ts rename to src/CoralTime/ClientApp/src/app/models/client.ts diff --git a/frontend/src/app/models/member-action.ts b/src/CoralTime/ClientApp/src/app/models/member-action.ts similarity index 100% rename from frontend/src/app/models/member-action.ts rename to src/CoralTime/ClientApp/src/app/models/member-action.ts diff --git a/frontend/src/app/models/project-role.ts b/src/CoralTime/ClientApp/src/app/models/project-role.ts similarity index 100% rename from frontend/src/app/models/project-role.ts rename to src/CoralTime/ClientApp/src/app/models/project-role.ts diff --git a/frontend/src/app/models/project.ts b/src/CoralTime/ClientApp/src/app/models/project.ts similarity index 100% rename from frontend/src/app/models/project.ts rename to src/CoralTime/ClientApp/src/app/models/project.ts diff --git a/frontend/src/app/models/reports.ts b/src/CoralTime/ClientApp/src/app/models/reports.ts similarity index 100% rename from frontend/src/app/models/reports.ts rename to src/CoralTime/ClientApp/src/app/models/reports.ts diff --git a/frontend/src/app/models/task.ts b/src/CoralTime/ClientApp/src/app/models/task.ts similarity index 100% rename from frontend/src/app/models/task.ts rename to src/CoralTime/ClientApp/src/app/models/task.ts diff --git a/frontend/src/app/models/user-project.ts b/src/CoralTime/ClientApp/src/app/models/user-project.ts similarity index 100% rename from frontend/src/app/models/user-project.ts rename to src/CoralTime/ClientApp/src/app/models/user-project.ts diff --git a/frontend/src/app/models/user.ts b/src/CoralTime/ClientApp/src/app/models/user.ts similarity index 100% rename from frontend/src/app/models/user.ts rename to src/CoralTime/ClientApp/src/app/models/user.ts diff --git a/frontend/src/app/models/vsts-project-connection.ts b/src/CoralTime/ClientApp/src/app/models/vsts-project-connection.ts similarity index 100% rename from frontend/src/app/models/vsts-project-connection.ts rename to src/CoralTime/ClientApp/src/app/models/vsts-project-connection.ts diff --git a/frontend/src/app/pages/about/about-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/about/about-routing.module.ts similarity index 100% rename from frontend/src/app/pages/about/about-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/about/about-routing.module.ts diff --git a/frontend/src/app/pages/about/about.component.html b/src/CoralTime/ClientApp/src/app/pages/about/about.component.html similarity index 100% rename from frontend/src/app/pages/about/about.component.html rename to src/CoralTime/ClientApp/src/app/pages/about/about.component.html diff --git a/frontend/src/app/pages/about/about.component.ts b/src/CoralTime/ClientApp/src/app/pages/about/about.component.ts similarity index 100% rename from frontend/src/app/pages/about/about.component.ts rename to src/CoralTime/ClientApp/src/app/pages/about/about.component.ts diff --git a/frontend/src/app/pages/about/about.module.ts b/src/CoralTime/ClientApp/src/app/pages/about/about.module.ts similarity index 100% rename from frontend/src/app/pages/about/about.module.ts rename to src/CoralTime/ClientApp/src/app/pages/about/about.module.ts diff --git a/frontend/src/app/pages/admin/admin-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/admin/admin-routing.module.ts similarity index 100% rename from frontend/src/app/pages/admin/admin-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/admin/admin-routing.module.ts diff --git a/frontend/src/app/pages/admin/admin.component.html b/src/CoralTime/ClientApp/src/app/pages/admin/admin.component.html similarity index 100% rename from frontend/src/app/pages/admin/admin.component.html rename to src/CoralTime/ClientApp/src/app/pages/admin/admin.component.html diff --git a/frontend/src/app/pages/admin/admin.component.ts b/src/CoralTime/ClientApp/src/app/pages/admin/admin.component.ts similarity index 100% rename from frontend/src/app/pages/admin/admin.component.ts rename to src/CoralTime/ClientApp/src/app/pages/admin/admin.component.ts diff --git a/frontend/src/app/pages/admin/admin.module.ts b/src/CoralTime/ClientApp/src/app/pages/admin/admin.module.ts similarity index 100% rename from frontend/src/app/pages/admin/admin.module.ts rename to src/CoralTime/ClientApp/src/app/pages/admin/admin.module.ts diff --git a/frontend/src/app/pages/admin/member-actions-data/member-actions-grid.component.html b/src/CoralTime/ClientApp/src/app/pages/admin/member-actions-data/member-actions-grid.component.html similarity index 100% rename from frontend/src/app/pages/admin/member-actions-data/member-actions-grid.component.html rename to src/CoralTime/ClientApp/src/app/pages/admin/member-actions-data/member-actions-grid.component.html diff --git a/frontend/src/app/pages/admin/member-actions-data/member-actions.component.ts b/src/CoralTime/ClientApp/src/app/pages/admin/member-actions-data/member-actions.component.ts similarity index 100% rename from frontend/src/app/pages/admin/member-actions-data/member-actions.component.ts rename to src/CoralTime/ClientApp/src/app/pages/admin/member-actions-data/member-actions.component.ts diff --git a/frontend/src/app/pages/calendar/calendar-projects.service.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-projects.service.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar-projects.service.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-projects.service.ts diff --git a/frontend/src/app/pages/calendar/calendar-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-routing.module.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-routing.module.ts diff --git a/frontend/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.html similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.html diff --git a/frontend/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-day/calendar-day.component.ts diff --git a/frontend/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.html similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.html diff --git a/frontend/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/calendar-task/calendar-task.component.ts diff --git a/frontend/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.html similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.html diff --git a/frontend/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/daily-view/daily-view.component.ts diff --git a/frontend/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.html similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.html diff --git a/frontend/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar-views/weekly-view/weekly-view.component.ts diff --git a/frontend/src/app/pages/calendar/calendar.animation.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar.animation.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar.animation.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar.animation.ts diff --git a/frontend/src/app/pages/calendar/calendar.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar.component.html similarity index 100% rename from frontend/src/app/pages/calendar/calendar.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar.component.html diff --git a/frontend/src/app/pages/calendar/calendar.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar.component.ts diff --git a/frontend/src/app/pages/calendar/calendar.module.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/calendar.module.ts similarity index 100% rename from frontend/src/app/pages/calendar/calendar.module.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/calendar.module.ts diff --git a/frontend/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.html similarity index 100% rename from frontend/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.html diff --git a/frontend/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time-form/entry-time-form.component.ts diff --git a/frontend/src/app/pages/calendar/entry-time/entry-time.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time.component.html similarity index 100% rename from frontend/src/app/pages/calendar/entry-time/entry-time.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time.component.html diff --git a/frontend/src/app/pages/calendar/entry-time/entry-time.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/entry-time/entry-time.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time.component.ts diff --git a/frontend/src/app/pages/calendar/entry-time/entry-time.module.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time.module.ts similarity index 100% rename from frontend/src/app/pages/calendar/entry-time/entry-time.module.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/entry-time.module.ts diff --git a/frontend/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.html similarity index 100% rename from frontend/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.html diff --git a/frontend/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/entry-time/multiple-datepicker/multiple-datepicker.component.ts diff --git a/frontend/src/app/pages/calendar/timer/timer.component.html b/src/CoralTime/ClientApp/src/app/pages/calendar/timer/timer.component.html similarity index 100% rename from frontend/src/app/pages/calendar/timer/timer.component.html rename to src/CoralTime/ClientApp/src/app/pages/calendar/timer/timer.component.html diff --git a/frontend/src/app/pages/calendar/timer/timer.component.ts b/src/CoralTime/ClientApp/src/app/pages/calendar/timer/timer.component.ts similarity index 100% rename from frontend/src/app/pages/calendar/timer/timer.component.ts rename to src/CoralTime/ClientApp/src/app/pages/calendar/timer/timer.component.ts diff --git a/frontend/src/app/pages/clients/clients-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/clients/clients-routing.module.ts similarity index 100% rename from frontend/src/app/pages/clients/clients-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/clients/clients-routing.module.ts diff --git a/frontend/src/app/pages/clients/clients.component.html b/src/CoralTime/ClientApp/src/app/pages/clients/clients.component.html similarity index 100% rename from frontend/src/app/pages/clients/clients.component.html rename to src/CoralTime/ClientApp/src/app/pages/clients/clients.component.html diff --git a/frontend/src/app/pages/clients/clients.component.ts b/src/CoralTime/ClientApp/src/app/pages/clients/clients.component.ts similarity index 100% rename from frontend/src/app/pages/clients/clients.component.ts rename to src/CoralTime/ClientApp/src/app/pages/clients/clients.component.ts diff --git a/frontend/src/app/pages/clients/clients.module.ts b/src/CoralTime/ClientApp/src/app/pages/clients/clients.module.ts similarity index 100% rename from frontend/src/app/pages/clients/clients.module.ts rename to src/CoralTime/ClientApp/src/app/pages/clients/clients.module.ts diff --git a/frontend/src/app/pages/clients/form/client-form.component.html b/src/CoralTime/ClientApp/src/app/pages/clients/form/client-form.component.html similarity index 100% rename from frontend/src/app/pages/clients/form/client-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/clients/form/client-form.component.html diff --git a/frontend/src/app/pages/clients/form/client-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/clients/form/client-form.component.ts similarity index 100% rename from frontend/src/app/pages/clients/form/client-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/clients/form/client-form.component.ts diff --git a/frontend/src/app/pages/clients/project-assignment/project-assignment.component.html b/src/CoralTime/ClientApp/src/app/pages/clients/project-assignment/project-assignment.component.html similarity index 100% rename from frontend/src/app/pages/clients/project-assignment/project-assignment.component.html rename to src/CoralTime/ClientApp/src/app/pages/clients/project-assignment/project-assignment.component.html diff --git a/frontend/src/app/pages/clients/project-assignment/project-assignment.component.ts b/src/CoralTime/ClientApp/src/app/pages/clients/project-assignment/project-assignment.component.ts similarity index 100% rename from frontend/src/app/pages/clients/project-assignment/project-assignment.component.ts rename to src/CoralTime/ClientApp/src/app/pages/clients/project-assignment/project-assignment.component.ts diff --git a/frontend/src/app/pages/errors/components/forbidden/forbidden.component.html b/src/CoralTime/ClientApp/src/app/pages/errors/components/forbidden/forbidden.component.html similarity index 100% rename from frontend/src/app/pages/errors/components/forbidden/forbidden.component.html rename to src/CoralTime/ClientApp/src/app/pages/errors/components/forbidden/forbidden.component.html diff --git a/frontend/src/app/pages/errors/components/forbidden/forbidden.component.ts b/src/CoralTime/ClientApp/src/app/pages/errors/components/forbidden/forbidden.component.ts similarity index 100% rename from frontend/src/app/pages/errors/components/forbidden/forbidden.component.ts rename to src/CoralTime/ClientApp/src/app/pages/errors/components/forbidden/forbidden.component.ts diff --git a/frontend/src/app/pages/errors/components/server-error/server-error.component.html b/src/CoralTime/ClientApp/src/app/pages/errors/components/server-error/server-error.component.html similarity index 100% rename from frontend/src/app/pages/errors/components/server-error/server-error.component.html rename to src/CoralTime/ClientApp/src/app/pages/errors/components/server-error/server-error.component.html diff --git a/frontend/src/app/pages/errors/components/server-error/server-error.component.ts b/src/CoralTime/ClientApp/src/app/pages/errors/components/server-error/server-error.component.ts similarity index 100% rename from frontend/src/app/pages/errors/components/server-error/server-error.component.ts rename to src/CoralTime/ClientApp/src/app/pages/errors/components/server-error/server-error.component.ts diff --git a/frontend/src/app/pages/errors/components/unauthorized/unauthorized.component.html b/src/CoralTime/ClientApp/src/app/pages/errors/components/unauthorized/unauthorized.component.html similarity index 100% rename from frontend/src/app/pages/errors/components/unauthorized/unauthorized.component.html rename to src/CoralTime/ClientApp/src/app/pages/errors/components/unauthorized/unauthorized.component.html diff --git a/frontend/src/app/pages/errors/components/unauthorized/unauthorized.component.ts b/src/CoralTime/ClientApp/src/app/pages/errors/components/unauthorized/unauthorized.component.ts similarity index 100% rename from frontend/src/app/pages/errors/components/unauthorized/unauthorized.component.ts rename to src/CoralTime/ClientApp/src/app/pages/errors/components/unauthorized/unauthorized.component.ts diff --git a/frontend/src/app/pages/errors/errors-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/errors/errors-routing.module.ts similarity index 100% rename from frontend/src/app/pages/errors/errors-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/errors/errors-routing.module.ts diff --git a/frontend/src/app/pages/errors/errors.component.html b/src/CoralTime/ClientApp/src/app/pages/errors/errors.component.html similarity index 100% rename from frontend/src/app/pages/errors/errors.component.html rename to src/CoralTime/ClientApp/src/app/pages/errors/errors.component.html diff --git a/frontend/src/app/pages/errors/errors.component.ts b/src/CoralTime/ClientApp/src/app/pages/errors/errors.component.ts similarity index 100% rename from frontend/src/app/pages/errors/errors.component.ts rename to src/CoralTime/ClientApp/src/app/pages/errors/errors.component.ts diff --git a/frontend/src/app/pages/errors/errors.module.ts b/src/CoralTime/ClientApp/src/app/pages/errors/errors.module.ts similarity index 100% rename from frontend/src/app/pages/errors/errors.module.ts rename to src/CoralTime/ClientApp/src/app/pages/errors/errors.module.ts diff --git a/frontend/src/app/pages/home/home-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/home/home-routing.module.ts similarity index 100% rename from frontend/src/app/pages/home/home-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/home/home-routing.module.ts diff --git a/frontend/src/app/pages/home/home.component.html b/src/CoralTime/ClientApp/src/app/pages/home/home.component.html similarity index 100% rename from frontend/src/app/pages/home/home.component.html rename to src/CoralTime/ClientApp/src/app/pages/home/home.component.html diff --git a/frontend/src/app/pages/home/home.component.ts b/src/CoralTime/ClientApp/src/app/pages/home/home.component.ts similarity index 100% rename from frontend/src/app/pages/home/home.component.ts rename to src/CoralTime/ClientApp/src/app/pages/home/home.component.ts diff --git a/frontend/src/app/pages/home/home.module.ts b/src/CoralTime/ClientApp/src/app/pages/home/home.module.ts similarity index 100% rename from frontend/src/app/pages/home/home.module.ts rename to src/CoralTime/ClientApp/src/app/pages/home/home.module.ts diff --git a/frontend/src/app/pages/layout/layout.module.ts b/src/CoralTime/ClientApp/src/app/pages/layout/layout.module.ts similarity index 100% rename from frontend/src/app/pages/layout/layout.module.ts rename to src/CoralTime/ClientApp/src/app/pages/layout/layout.module.ts diff --git a/frontend/src/app/pages/layout/navigation/navigation.component.html b/src/CoralTime/ClientApp/src/app/pages/layout/navigation/navigation.component.html similarity index 100% rename from frontend/src/app/pages/layout/navigation/navigation.component.html rename to src/CoralTime/ClientApp/src/app/pages/layout/navigation/navigation.component.html diff --git a/frontend/src/app/pages/layout/navigation/navigation.component.ts b/src/CoralTime/ClientApp/src/app/pages/layout/navigation/navigation.component.ts similarity index 100% rename from frontend/src/app/pages/layout/navigation/navigation.component.ts rename to src/CoralTime/ClientApp/src/app/pages/layout/navigation/navigation.component.ts diff --git a/frontend/src/app/pages/login/login-resolve.service.ts b/src/CoralTime/ClientApp/src/app/pages/login/login-resolve.service.ts similarity index 100% rename from frontend/src/app/pages/login/login-resolve.service.ts rename to src/CoralTime/ClientApp/src/app/pages/login/login-resolve.service.ts diff --git a/frontend/src/app/pages/login/login-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/login/login-routing.module.ts similarity index 100% rename from frontend/src/app/pages/login/login-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/login/login-routing.module.ts diff --git a/frontend/src/app/pages/login/login.component.html b/src/CoralTime/ClientApp/src/app/pages/login/login.component.html similarity index 100% rename from frontend/src/app/pages/login/login.component.html rename to src/CoralTime/ClientApp/src/app/pages/login/login.component.html diff --git a/frontend/src/app/pages/login/login.component.ts b/src/CoralTime/ClientApp/src/app/pages/login/login.component.ts similarity index 100% rename from frontend/src/app/pages/login/login.component.ts rename to src/CoralTime/ClientApp/src/app/pages/login/login.component.ts diff --git a/frontend/src/app/pages/login/login.module.ts b/src/CoralTime/ClientApp/src/app/pages/login/login.module.ts similarity index 100% rename from frontend/src/app/pages/login/login.module.ts rename to src/CoralTime/ClientApp/src/app/pages/login/login.module.ts diff --git a/frontend/src/app/pages/login/login.service.ts b/src/CoralTime/ClientApp/src/app/pages/login/login.service.ts similarity index 100% rename from frontend/src/app/pages/login/login.service.ts rename to src/CoralTime/ClientApp/src/app/pages/login/login.service.ts diff --git a/frontend/src/app/pages/profile/profile-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/profile/profile-routing.module.ts similarity index 100% rename from frontend/src/app/pages/profile/profile-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/profile/profile-routing.module.ts diff --git a/frontend/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.html b/src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.html similarity index 100% rename from frontend/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.html rename to src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.html diff --git a/frontend/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.ts b/src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.ts similarity index 100% rename from frontend/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.ts rename to src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-photo/profile-photo.component.ts diff --git a/frontend/src/app/pages/profile/profile-settings/profile-settings.component.html b/src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-settings.component.html similarity index 100% rename from frontend/src/app/pages/profile/profile-settings/profile-settings.component.html rename to src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-settings.component.html diff --git a/frontend/src/app/pages/profile/profile-settings/profile-settings.component.ts b/src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-settings.component.ts similarity index 100% rename from frontend/src/app/pages/profile/profile-settings/profile-settings.component.ts rename to src/CoralTime/ClientApp/src/app/pages/profile/profile-settings/profile-settings.component.ts diff --git a/frontend/src/app/pages/profile/profile.component.html b/src/CoralTime/ClientApp/src/app/pages/profile/profile.component.html similarity index 100% rename from frontend/src/app/pages/profile/profile.component.html rename to src/CoralTime/ClientApp/src/app/pages/profile/profile.component.html diff --git a/frontend/src/app/pages/profile/profile.component.ts b/src/CoralTime/ClientApp/src/app/pages/profile/profile.component.ts similarity index 100% rename from frontend/src/app/pages/profile/profile.component.ts rename to src/CoralTime/ClientApp/src/app/pages/profile/profile.component.ts diff --git a/frontend/src/app/pages/profile/profile.module.ts b/src/CoralTime/ClientApp/src/app/pages/profile/profile.module.ts similarity index 100% rename from frontend/src/app/pages/profile/profile.module.ts rename to src/CoralTime/ClientApp/src/app/pages/profile/profile.module.ts diff --git a/frontend/src/app/pages/projects/project-form/project-form.component.html b/src/CoralTime/ClientApp/src/app/pages/projects/project-form/project-form.component.html similarity index 100% rename from frontend/src/app/pages/projects/project-form/project-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/projects/project-form/project-form.component.html diff --git a/frontend/src/app/pages/projects/project-form/project-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/projects/project-form/project-form.component.ts similarity index 100% rename from frontend/src/app/pages/projects/project-form/project-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/project-form/project-form.component.ts diff --git a/frontend/src/app/pages/projects/project-members-form/project-members.component.html b/src/CoralTime/ClientApp/src/app/pages/projects/project-members-form/project-members.component.html similarity index 100% rename from frontend/src/app/pages/projects/project-members-form/project-members.component.html rename to src/CoralTime/ClientApp/src/app/pages/projects/project-members-form/project-members.component.html diff --git a/frontend/src/app/pages/projects/project-members-form/project-members.component.ts b/src/CoralTime/ClientApp/src/app/pages/projects/project-members-form/project-members.component.ts similarity index 100% rename from frontend/src/app/pages/projects/project-members-form/project-members.component.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/project-members-form/project-members.component.ts diff --git a/frontend/src/app/pages/projects/project-settings-form/project-settings-form.component.html b/src/CoralTime/ClientApp/src/app/pages/projects/project-settings-form/project-settings-form.component.html similarity index 100% rename from frontend/src/app/pages/projects/project-settings-form/project-settings-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/projects/project-settings-form/project-settings-form.component.html diff --git a/frontend/src/app/pages/projects/project-settings-form/project-settings-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/projects/project-settings-form/project-settings-form.component.ts similarity index 100% rename from frontend/src/app/pages/projects/project-settings-form/project-settings-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/project-settings-form/project-settings-form.component.ts diff --git a/frontend/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.html b/src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.html similarity index 100% rename from frontend/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.html diff --git a/frontend/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.ts similarity index 100% rename from frontend/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/form/project-tasks-form.component.ts diff --git a/frontend/src/app/pages/projects/project-tasks-form/form/task-equal-validator.directive.ts b/src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/form/task-equal-validator.directive.ts similarity index 100% rename from frontend/src/app/pages/projects/project-tasks-form/form/task-equal-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/form/task-equal-validator.directive.ts diff --git a/frontend/src/app/pages/projects/project-tasks-form/project-tasks.component.html b/src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/project-tasks.component.html similarity index 100% rename from frontend/src/app/pages/projects/project-tasks-form/project-tasks.component.html rename to src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/project-tasks.component.html diff --git a/frontend/src/app/pages/projects/project-tasks-form/project-tasks.component.ts b/src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/project-tasks.component.ts similarity index 100% rename from frontend/src/app/pages/projects/project-tasks-form/project-tasks.component.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/project-tasks-form/project-tasks.component.ts diff --git a/frontend/src/app/pages/projects/projects-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/projects/projects-routing.module.ts similarity index 100% rename from frontend/src/app/pages/projects/projects-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/projects-routing.module.ts diff --git a/frontend/src/app/pages/projects/projects.component.html b/src/CoralTime/ClientApp/src/app/pages/projects/projects.component.html similarity index 100% rename from frontend/src/app/pages/projects/projects.component.html rename to src/CoralTime/ClientApp/src/app/pages/projects/projects.component.html diff --git a/frontend/src/app/pages/projects/projects.component.ts b/src/CoralTime/ClientApp/src/app/pages/projects/projects.component.ts similarity index 100% rename from frontend/src/app/pages/projects/projects.component.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/projects.component.ts diff --git a/frontend/src/app/pages/projects/projects.module.ts b/src/CoralTime/ClientApp/src/app/pages/projects/projects.module.ts similarity index 100% rename from frontend/src/app/pages/projects/projects.module.ts rename to src/CoralTime/ClientApp/src/app/pages/projects/projects.module.ts diff --git a/frontend/src/app/pages/reports/range-datepicker/range-datepicker.component.html b/src/CoralTime/ClientApp/src/app/pages/reports/range-datepicker/range-datepicker.component.html similarity index 100% rename from frontend/src/app/pages/reports/range-datepicker/range-datepicker.component.html rename to src/CoralTime/ClientApp/src/app/pages/reports/range-datepicker/range-datepicker.component.html diff --git a/frontend/src/app/pages/reports/range-datepicker/range-datepicker.component.ts b/src/CoralTime/ClientApp/src/app/pages/reports/range-datepicker/range-datepicker.component.ts similarity index 100% rename from frontend/src/app/pages/reports/range-datepicker/range-datepicker.component.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/range-datepicker/range-datepicker.component.ts diff --git a/frontend/src/app/pages/reports/range-datepicker/range-datepicker.service.ts b/src/CoralTime/ClientApp/src/app/pages/reports/range-datepicker/range-datepicker.service.ts similarity index 100% rename from frontend/src/app/pages/reports/range-datepicker/range-datepicker.service.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/range-datepicker/range-datepicker.service.ts diff --git a/frontend/src/app/pages/reports/reports-data/reports-grid.component.html b/src/CoralTime/ClientApp/src/app/pages/reports/reports-data/reports-grid.component.html similarity index 100% rename from frontend/src/app/pages/reports/reports-data/reports-grid.component.html rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-data/reports-grid.component.html diff --git a/frontend/src/app/pages/reports/reports-data/reports-grid.component.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports-data/reports-grid.component.ts similarity index 100% rename from frontend/src/app/pages/reports/reports-data/reports-grid.component.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-data/reports-grid.component.ts diff --git a/frontend/src/app/pages/reports/reports-query-form/reports-query-form.component.html b/src/CoralTime/ClientApp/src/app/pages/reports/reports-query-form/reports-query-form.component.html similarity index 100% rename from frontend/src/app/pages/reports/reports-query-form/reports-query-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-query-form/reports-query-form.component.html diff --git a/frontend/src/app/pages/reports/reports-query-form/reports-query-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports-query-form/reports-query-form.component.ts similarity index 100% rename from frontend/src/app/pages/reports/reports-query-form/reports-query-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-query-form/reports-query-form.component.ts diff --git a/frontend/src/app/pages/reports/reports-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports-routing.module.ts similarity index 100% rename from frontend/src/app/pages/reports/reports-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-routing.module.ts diff --git a/frontend/src/app/pages/reports/reports-send/form/email-invalid-validator.directive.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/email-invalid-validator.directive.ts similarity index 100% rename from frontend/src/app/pages/reports/reports-send/form/email-invalid-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/email-invalid-validator.directive.ts diff --git a/frontend/src/app/pages/reports/reports-send/form/emails-equal-validator.directive.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/emails-equal-validator.directive.ts similarity index 100% rename from frontend/src/app/pages/reports/reports-send/form/emails-equal-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/emails-equal-validator.directive.ts diff --git a/frontend/src/app/pages/reports/reports-send/form/reports-send-form.component.html b/src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/reports-send-form.component.html similarity index 100% rename from frontend/src/app/pages/reports/reports-send/form/reports-send-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/reports-send-form.component.html diff --git a/frontend/src/app/pages/reports/reports-send/form/reports-send-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/reports-send-form.component.ts similarity index 100% rename from frontend/src/app/pages/reports/reports-send/form/reports-send-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-send/form/reports-send-form.component.ts diff --git a/frontend/src/app/pages/reports/reports-send/reports-send.component.html b/src/CoralTime/ClientApp/src/app/pages/reports/reports-send/reports-send.component.html similarity index 100% rename from frontend/src/app/pages/reports/reports-send/reports-send.component.html rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-send/reports-send.component.html diff --git a/frontend/src/app/pages/reports/reports-send/reports-send.component.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports-send/reports-send.component.ts similarity index 100% rename from frontend/src/app/pages/reports/reports-send/reports-send.component.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports-send/reports-send.component.ts diff --git a/frontend/src/app/pages/reports/reports.component.html b/src/CoralTime/ClientApp/src/app/pages/reports/reports.component.html similarity index 100% rename from frontend/src/app/pages/reports/reports.component.html rename to src/CoralTime/ClientApp/src/app/pages/reports/reports.component.html diff --git a/frontend/src/app/pages/reports/reports.component.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports.component.ts similarity index 100% rename from frontend/src/app/pages/reports/reports.component.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports.component.ts diff --git a/frontend/src/app/pages/reports/reports.module.ts b/src/CoralTime/ClientApp/src/app/pages/reports/reports.module.ts similarity index 100% rename from frontend/src/app/pages/reports/reports.module.ts rename to src/CoralTime/ClientApp/src/app/pages/reports/reports.module.ts diff --git a/frontend/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.html b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.html similarity index 100% rename from frontend/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.html diff --git a/frontend/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.ts similarity index 100% rename from frontend/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email-form/enter-email-form.component.ts diff --git a/frontend/src/app/pages/set-password/enter-email/enter-email.component.html b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email.component.html similarity index 100% rename from frontend/src/app/pages/set-password/enter-email/enter-email.component.html rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email.component.html diff --git a/frontend/src/app/pages/set-password/enter-email/enter-email.component.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email.component.ts similarity index 100% rename from frontend/src/app/pages/set-password/enter-email/enter-email.component.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email.component.ts diff --git a/frontend/src/app/pages/set-password/enter-email/enter-email.service.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email.service.ts similarity index 100% rename from frontend/src/app/pages/set-password/enter-email/enter-email.service.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-email/enter-email.service.ts diff --git a/frontend/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.html b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.html similarity index 100% rename from frontend/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.html diff --git a/frontend/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.ts similarity index 100% rename from frontend/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password-form/enter-new-password-form.component.ts diff --git a/frontend/src/app/pages/set-password/enter-new-password/enter-new-password.component.html b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password.component.html similarity index 100% rename from frontend/src/app/pages/set-password/enter-new-password/enter-new-password.component.html rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password.component.html diff --git a/frontend/src/app/pages/set-password/enter-new-password/enter-new-password.component.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password.component.ts similarity index 100% rename from frontend/src/app/pages/set-password/enter-new-password/enter-new-password.component.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/enter-new-password.component.ts diff --git a/frontend/src/app/pages/set-password/enter-new-password/set-password.service.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/set-password.service.ts similarity index 100% rename from frontend/src/app/pages/set-password/enter-new-password/set-password.service.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/set-password.service.ts diff --git a/frontend/src/app/pages/set-password/enter-new-password/validate-activation-code-resolve.service.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/validate-activation-code-resolve.service.ts similarity index 100% rename from frontend/src/app/pages/set-password/enter-new-password/validate-activation-code-resolve.service.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/enter-new-password/validate-activation-code-resolve.service.ts diff --git a/frontend/src/app/pages/set-password/set-password-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/set-password-routing.module.ts similarity index 100% rename from frontend/src/app/pages/set-password/set-password-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/set-password-routing.module.ts diff --git a/frontend/src/app/pages/set-password/set-password.component.html b/src/CoralTime/ClientApp/src/app/pages/set-password/set-password.component.html similarity index 100% rename from frontend/src/app/pages/set-password/set-password.component.html rename to src/CoralTime/ClientApp/src/app/pages/set-password/set-password.component.html diff --git a/frontend/src/app/pages/set-password/set-password.component.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/set-password.component.ts similarity index 100% rename from frontend/src/app/pages/set-password/set-password.component.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/set-password.component.ts diff --git a/frontend/src/app/pages/set-password/set-password.module.ts b/src/CoralTime/ClientApp/src/app/pages/set-password/set-password.module.ts similarity index 100% rename from frontend/src/app/pages/set-password/set-password.module.ts rename to src/CoralTime/ClientApp/src/app/pages/set-password/set-password.module.ts diff --git a/frontend/src/app/pages/signin-oidc/signin-oidc-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc-routing.module.ts similarity index 100% rename from frontend/src/app/pages/signin-oidc/signin-oidc-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc-routing.module.ts diff --git a/frontend/src/app/pages/signin-oidc/signin-oidc.component.html b/src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc.component.html similarity index 100% rename from frontend/src/app/pages/signin-oidc/signin-oidc.component.html rename to src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc.component.html diff --git a/frontend/src/app/pages/signin-oidc/signin-oidc.component.ts b/src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc.component.ts similarity index 100% rename from frontend/src/app/pages/signin-oidc/signin-oidc.component.ts rename to src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc.component.ts diff --git a/frontend/src/app/pages/signin-oidc/signin-oidc.module.ts b/src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc.module.ts similarity index 100% rename from frontend/src/app/pages/signin-oidc/signin-oidc.module.ts rename to src/CoralTime/ClientApp/src/app/pages/signin-oidc/signin-oidc.module.ts diff --git a/frontend/src/app/pages/tasks/form/tasks-form.component.html b/src/CoralTime/ClientApp/src/app/pages/tasks/form/tasks-form.component.html similarity index 100% rename from frontend/src/app/pages/tasks/form/tasks-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/tasks/form/tasks-form.component.html diff --git a/frontend/src/app/pages/tasks/form/tasks-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/tasks/form/tasks-form.component.ts similarity index 100% rename from frontend/src/app/pages/tasks/form/tasks-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/tasks/form/tasks-form.component.ts diff --git a/frontend/src/app/pages/tasks/tasks-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/tasks/tasks-routing.module.ts similarity index 100% rename from frontend/src/app/pages/tasks/tasks-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/tasks/tasks-routing.module.ts diff --git a/frontend/src/app/pages/tasks/tasks.component.html b/src/CoralTime/ClientApp/src/app/pages/tasks/tasks.component.html similarity index 100% rename from frontend/src/app/pages/tasks/tasks.component.html rename to src/CoralTime/ClientApp/src/app/pages/tasks/tasks.component.html diff --git a/frontend/src/app/pages/tasks/tasks.component.ts b/src/CoralTime/ClientApp/src/app/pages/tasks/tasks.component.ts similarity index 100% rename from frontend/src/app/pages/tasks/tasks.component.ts rename to src/CoralTime/ClientApp/src/app/pages/tasks/tasks.component.ts diff --git a/frontend/src/app/pages/tasks/tasks.module.ts b/src/CoralTime/ClientApp/src/app/pages/tasks/tasks.module.ts similarity index 100% rename from frontend/src/app/pages/tasks/tasks.module.ts rename to src/CoralTime/ClientApp/src/app/pages/tasks/tasks.module.ts diff --git a/frontend/src/app/pages/users/form/users-form.component.html b/src/CoralTime/ClientApp/src/app/pages/users/form/users-form.component.html similarity index 100% rename from frontend/src/app/pages/users/form/users-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/users/form/users-form.component.html diff --git a/frontend/src/app/pages/users/form/users-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/users/form/users-form.component.ts similarity index 100% rename from frontend/src/app/pages/users/form/users-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/users/form/users-form.component.ts diff --git a/frontend/src/app/pages/users/project-assignment/project-assignment.component.html b/src/CoralTime/ClientApp/src/app/pages/users/project-assignment/project-assignment.component.html similarity index 100% rename from frontend/src/app/pages/users/project-assignment/project-assignment.component.html rename to src/CoralTime/ClientApp/src/app/pages/users/project-assignment/project-assignment.component.html diff --git a/frontend/src/app/pages/users/project-assignment/project-assignment.component.ts b/src/CoralTime/ClientApp/src/app/pages/users/project-assignment/project-assignment.component.ts similarity index 100% rename from frontend/src/app/pages/users/project-assignment/project-assignment.component.ts rename to src/CoralTime/ClientApp/src/app/pages/users/project-assignment/project-assignment.component.ts diff --git a/frontend/src/app/pages/users/users-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/users/users-routing.module.ts similarity index 100% rename from frontend/src/app/pages/users/users-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/users/users-routing.module.ts diff --git a/frontend/src/app/pages/users/users.component.html b/src/CoralTime/ClientApp/src/app/pages/users/users.component.html similarity index 100% rename from frontend/src/app/pages/users/users.component.html rename to src/CoralTime/ClientApp/src/app/pages/users/users.component.html diff --git a/frontend/src/app/pages/users/users.component.ts b/src/CoralTime/ClientApp/src/app/pages/users/users.component.ts similarity index 100% rename from frontend/src/app/pages/users/users.component.ts rename to src/CoralTime/ClientApp/src/app/pages/users/users.component.ts diff --git a/frontend/src/app/pages/users/users.module.ts b/src/CoralTime/ClientApp/src/app/pages/users/users.module.ts similarity index 100% rename from frontend/src/app/pages/users/users.module.ts rename to src/CoralTime/ClientApp/src/app/pages/users/users.module.ts diff --git a/frontend/src/app/pages/vsts-integration/form/vsts-integration-form.component.html b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/form/vsts-integration-form.component.html similarity index 100% rename from frontend/src/app/pages/vsts-integration/form/vsts-integration-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/form/vsts-integration-form.component.html diff --git a/frontend/src/app/pages/vsts-integration/form/vsts-integration-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/form/vsts-integration-form.component.ts similarity index 100% rename from frontend/src/app/pages/vsts-integration/form/vsts-integration-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/form/vsts-integration-form.component.ts diff --git a/frontend/src/app/pages/vsts-integration/project-users-form/project-users-form.component.html b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/project-users-form/project-users-form.component.html similarity index 100% rename from frontend/src/app/pages/vsts-integration/project-users-form/project-users-form.component.html rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/project-users-form/project-users-form.component.html diff --git a/frontend/src/app/pages/vsts-integration/project-users-form/project-users-form.component.ts b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/project-users-form/project-users-form.component.ts similarity index 100% rename from frontend/src/app/pages/vsts-integration/project-users-form/project-users-form.component.ts rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/project-users-form/project-users-form.component.ts diff --git a/frontend/src/app/pages/vsts-integration/vsts-integration-routing.module.ts b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration-routing.module.ts similarity index 100% rename from frontend/src/app/pages/vsts-integration/vsts-integration-routing.module.ts rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration-routing.module.ts diff --git a/frontend/src/app/pages/vsts-integration/vsts-integration.component.html b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration.component.html similarity index 100% rename from frontend/src/app/pages/vsts-integration/vsts-integration.component.html rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration.component.html diff --git a/frontend/src/app/pages/vsts-integration/vsts-integration.component.ts b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration.component.ts similarity index 100% rename from frontend/src/app/pages/vsts-integration/vsts-integration.component.ts rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration.component.ts diff --git a/frontend/src/app/pages/vsts-integration/vsts-integration.module.ts b/src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration.module.ts similarity index 100% rename from frontend/src/app/pages/vsts-integration/vsts-integration.module.ts rename to src/CoralTime/ClientApp/src/app/pages/vsts-integration/vsts-integration.module.ts diff --git a/frontend/src/app/services/admin.service.ts b/src/CoralTime/ClientApp/src/app/services/admin.service.ts similarity index 100% rename from frontend/src/app/services/admin.service.ts rename to src/CoralTime/ClientApp/src/app/services/admin.service.ts diff --git a/frontend/src/app/services/calendar.service.ts b/src/CoralTime/ClientApp/src/app/services/calendar.service.ts similarity index 100% rename from frontend/src/app/services/calendar.service.ts rename to src/CoralTime/ClientApp/src/app/services/calendar.service.ts diff --git a/frontend/src/app/services/clients.service.ts b/src/CoralTime/ClientApp/src/app/services/clients.service.ts similarity index 100% rename from frontend/src/app/services/clients.service.ts rename to src/CoralTime/ClientApp/src/app/services/clients.service.ts diff --git a/frontend/src/app/services/impersonation.service.ts b/src/CoralTime/ClientApp/src/app/services/impersonation.service.ts similarity index 100% rename from frontend/src/app/services/impersonation.service.ts rename to src/CoralTime/ClientApp/src/app/services/impersonation.service.ts diff --git a/frontend/src/app/services/member-action.service.ts b/src/CoralTime/ClientApp/src/app/services/member-action.service.ts similarity index 100% rename from frontend/src/app/services/member-action.service.ts rename to src/CoralTime/ClientApp/src/app/services/member-action.service.ts diff --git a/frontend/src/app/services/odata/config.ts b/src/CoralTime/ClientApp/src/app/services/odata/config.ts similarity index 100% rename from frontend/src/app/services/odata/config.ts rename to src/CoralTime/ClientApp/src/app/services/odata/config.ts diff --git a/frontend/src/app/services/odata/index.ts b/src/CoralTime/ClientApp/src/app/services/odata/index.ts similarity index 100% rename from frontend/src/app/services/odata/index.ts rename to src/CoralTime/ClientApp/src/app/services/odata/index.ts diff --git a/frontend/src/app/services/odata/odata.ts b/src/CoralTime/ClientApp/src/app/services/odata/odata.ts similarity index 100% rename from frontend/src/app/services/odata/odata.ts rename to src/CoralTime/ClientApp/src/app/services/odata/odata.ts diff --git a/frontend/src/app/services/odata/odataservicefactory.ts b/src/CoralTime/ClientApp/src/app/services/odata/odataservicefactory.ts similarity index 100% rename from frontend/src/app/services/odata/odataservicefactory.ts rename to src/CoralTime/ClientApp/src/app/services/odata/odataservicefactory.ts diff --git a/frontend/src/app/services/odata/query.ts b/src/CoralTime/ClientApp/src/app/services/odata/query.ts similarity index 100% rename from frontend/src/app/services/odata/query.ts rename to src/CoralTime/ClientApp/src/app/services/odata/query.ts diff --git a/frontend/src/app/services/profile.service.ts b/src/CoralTime/ClientApp/src/app/services/profile.service.ts similarity index 100% rename from frontend/src/app/services/profile.service.ts rename to src/CoralTime/ClientApp/src/app/services/profile.service.ts diff --git a/frontend/src/app/services/project-roles.service.ts b/src/CoralTime/ClientApp/src/app/services/project-roles.service.ts similarity index 100% rename from frontend/src/app/services/project-roles.service.ts rename to src/CoralTime/ClientApp/src/app/services/project-roles.service.ts diff --git a/frontend/src/app/services/projects.service.ts b/src/CoralTime/ClientApp/src/app/services/projects.service.ts similarity index 100% rename from frontend/src/app/services/projects.service.ts rename to src/CoralTime/ClientApp/src/app/services/projects.service.ts diff --git a/frontend/src/app/services/reposts.service.ts b/src/CoralTime/ClientApp/src/app/services/reposts.service.ts similarity index 100% rename from frontend/src/app/services/reposts.service.ts rename to src/CoralTime/ClientApp/src/app/services/reposts.service.ts diff --git a/frontend/src/app/services/settings.service.ts b/src/CoralTime/ClientApp/src/app/services/settings.service.ts similarity index 100% rename from frontend/src/app/services/settings.service.ts rename to src/CoralTime/ClientApp/src/app/services/settings.service.ts diff --git a/frontend/src/app/services/tasks.service.ts b/src/CoralTime/ClientApp/src/app/services/tasks.service.ts similarity index 100% rename from frontend/src/app/services/tasks.service.ts rename to src/CoralTime/ClientApp/src/app/services/tasks.service.ts diff --git a/frontend/src/app/services/user-pic.service.ts b/src/CoralTime/ClientApp/src/app/services/user-pic.service.ts similarity index 100% rename from frontend/src/app/services/user-pic.service.ts rename to src/CoralTime/ClientApp/src/app/services/user-pic.service.ts diff --git a/frontend/src/app/services/users.service.ts b/src/CoralTime/ClientApp/src/app/services/users.service.ts similarity index 100% rename from frontend/src/app/services/users.service.ts rename to src/CoralTime/ClientApp/src/app/services/users.service.ts diff --git a/frontend/src/app/services/vsts-integration.service.ts b/src/CoralTime/ClientApp/src/app/services/vsts-integration.service.ts similarity index 100% rename from frontend/src/app/services/vsts-integration.service.ts rename to src/CoralTime/ClientApp/src/app/services/vsts-integration.service.ts diff --git a/frontend/src/app/shared/chart/chart.component.ts b/src/CoralTime/ClientApp/src/app/shared/chart/chart.component.ts similarity index 100% rename from frontend/src/app/shared/chart/chart.component.ts rename to src/CoralTime/ClientApp/src/app/shared/chart/chart.component.ts diff --git a/frontend/src/app/shared/confirmation/confirmation.component.html b/src/CoralTime/ClientApp/src/app/shared/confirmation/confirmation.component.html similarity index 100% rename from frontend/src/app/shared/confirmation/confirmation.component.html rename to src/CoralTime/ClientApp/src/app/shared/confirmation/confirmation.component.html diff --git a/frontend/src/app/shared/confirmation/confirmation.component.ts b/src/CoralTime/ClientApp/src/app/shared/confirmation/confirmation.component.ts similarity index 100% rename from frontend/src/app/shared/confirmation/confirmation.component.ts rename to src/CoralTime/ClientApp/src/app/shared/confirmation/confirmation.component.ts diff --git a/frontend/src/app/shared/datatable/datatable.ts b/src/CoralTime/ClientApp/src/app/shared/datatable/datatable.ts similarity index 100% rename from frontend/src/app/shared/datatable/datatable.ts rename to src/CoralTime/ClientApp/src/app/shared/datatable/datatable.ts diff --git a/frontend/src/app/shared/datatable/scrollable-view.html b/src/CoralTime/ClientApp/src/app/shared/datatable/scrollable-view.html similarity index 100% rename from frontend/src/app/shared/datatable/scrollable-view.html rename to src/CoralTime/ClientApp/src/app/shared/datatable/scrollable-view.html diff --git a/frontend/src/app/shared/directives/autofocus.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/autofocus.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/autofocus.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/autofocus.directive.ts diff --git a/frontend/src/app/shared/directives/click-close.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/click-close.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/click-close.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/click-close.directive.ts diff --git a/frontend/src/app/shared/directives/click-outside.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/click-outside.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/click-outside.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/click-outside.directive.ts diff --git a/frontend/src/app/shared/directives/client-name-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/client-name-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/client-name-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/client-name-validator.directive.ts diff --git a/frontend/src/app/shared/directives/directives.module.ts b/src/CoralTime/ClientApp/src/app/shared/directives/directives.module.ts similarity index 100% rename from frontend/src/app/shared/directives/directives.module.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/directives.module.ts diff --git a/frontend/src/app/shared/directives/disable-when-request.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/disable-when-request.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/disable-when-request.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/disable-when-request.directive.ts diff --git a/frontend/src/app/shared/directives/email-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/email-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/email-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/email-validator.directive.ts diff --git a/frontend/src/app/shared/directives/entry-time-filled-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/entry-time-filled-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/entry-time-filled-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/entry-time-filled-validator.directive.ts diff --git a/frontend/src/app/shared/directives/equal-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/equal-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/equal-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/equal-validator.directive.ts diff --git a/frontend/src/app/shared/directives/focus-input.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/focus-input.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/focus-input.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/focus-input.directive.ts diff --git a/frontend/src/app/shared/directives/is-granted.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/is-granted.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/is-granted.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/is-granted.directive.ts diff --git a/frontend/src/app/shared/directives/ngForIn.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/ngForIn.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/ngForIn.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/ngForIn.directive.ts diff --git a/frontend/src/app/shared/directives/number-only.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/number-only.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/number-only.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/number-only.directive.ts diff --git a/frontend/src/app/shared/directives/password-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/password-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/password-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/password-validator.directive.ts diff --git a/frontend/src/app/shared/directives/project-name-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/project-name-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/project-name-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/project-name-validator.directive.ts diff --git a/frontend/src/app/shared/directives/slimscroll-arrows.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/slimscroll-arrows.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/slimscroll-arrows.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/slimscroll-arrows.directive.ts diff --git a/frontend/src/app/shared/directives/task-name.validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/task-name.validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/task-name.validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/task-name.validator.directive.ts diff --git a/frontend/src/app/shared/directives/time.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/time.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/time.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/time.directive.ts diff --git a/frontend/src/app/shared/directives/username-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/username-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/username-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/username-validator.directive.ts diff --git a/frontend/src/app/shared/directives/validation-onblur.directive.ts b/src/CoralTime/ClientApp/src/app/shared/directives/validation-onblur.directive.ts similarity index 100% rename from frontend/src/app/shared/directives/validation-onblur.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/directives/validation-onblur.directive.ts diff --git a/frontend/src/app/shared/form/color-picker/color-picker.component.html b/src/CoralTime/ClientApp/src/app/shared/form/color-picker/color-picker.component.html similarity index 100% rename from frontend/src/app/shared/form/color-picker/color-picker.component.html rename to src/CoralTime/ClientApp/src/app/shared/form/color-picker/color-picker.component.html diff --git a/frontend/src/app/shared/form/color-picker/color-picker.component.ts b/src/CoralTime/ClientApp/src/app/shared/form/color-picker/color-picker.component.ts similarity index 100% rename from frontend/src/app/shared/form/color-picker/color-picker.component.ts rename to src/CoralTime/ClientApp/src/app/shared/form/color-picker/color-picker.component.ts diff --git a/frontend/src/app/shared/form/color-picker/color-picker.module.ts b/src/CoralTime/ClientApp/src/app/shared/form/color-picker/color-picker.module.ts similarity index 100% rename from frontend/src/app/shared/form/color-picker/color-picker.module.ts rename to src/CoralTime/ClientApp/src/app/shared/form/color-picker/color-picker.module.ts diff --git a/frontend/src/app/shared/form/datepicker/datepicker.component.html b/src/CoralTime/ClientApp/src/app/shared/form/datepicker/datepicker.component.html similarity index 100% rename from frontend/src/app/shared/form/datepicker/datepicker.component.html rename to src/CoralTime/ClientApp/src/app/shared/form/datepicker/datepicker.component.html diff --git a/frontend/src/app/shared/form/datepicker/datepicker.component.ts b/src/CoralTime/ClientApp/src/app/shared/form/datepicker/datepicker.component.ts similarity index 100% rename from frontend/src/app/shared/form/datepicker/datepicker.component.ts rename to src/CoralTime/ClientApp/src/app/shared/form/datepicker/datepicker.component.ts diff --git a/frontend/src/app/shared/form/datepicker/datepicker.module.ts b/src/CoralTime/ClientApp/src/app/shared/form/datepicker/datepicker.module.ts similarity index 100% rename from frontend/src/app/shared/form/datepicker/datepicker.module.ts rename to src/CoralTime/ClientApp/src/app/shared/form/datepicker/datepicker.module.ts diff --git a/frontend/src/app/shared/form/input-list/input-list.component.html b/src/CoralTime/ClientApp/src/app/shared/form/input-list/input-list.component.html similarity index 100% rename from frontend/src/app/shared/form/input-list/input-list.component.html rename to src/CoralTime/ClientApp/src/app/shared/form/input-list/input-list.component.html diff --git a/frontend/src/app/shared/form/input-list/input-list.component.ts b/src/CoralTime/ClientApp/src/app/shared/form/input-list/input-list.component.ts similarity index 100% rename from frontend/src/app/shared/form/input-list/input-list.component.ts rename to src/CoralTime/ClientApp/src/app/shared/form/input-list/input-list.component.ts diff --git a/frontend/src/app/shared/form/multiselect/multiselect.component.html b/src/CoralTime/ClientApp/src/app/shared/form/multiselect/multiselect.component.html similarity index 100% rename from frontend/src/app/shared/form/multiselect/multiselect.component.html rename to src/CoralTime/ClientApp/src/app/shared/form/multiselect/multiselect.component.html diff --git a/frontend/src/app/shared/form/multiselect/multiselect.component.ts b/src/CoralTime/ClientApp/src/app/shared/form/multiselect/multiselect.component.ts similarity index 100% rename from frontend/src/app/shared/form/multiselect/multiselect.component.ts rename to src/CoralTime/ClientApp/src/app/shared/form/multiselect/multiselect.component.ts diff --git a/frontend/src/app/shared/form/not-empy-input-list-validator.directive.ts b/src/CoralTime/ClientApp/src/app/shared/form/not-empy-input-list-validator.directive.ts similarity index 100% rename from frontend/src/app/shared/form/not-empy-input-list-validator.directive.ts rename to src/CoralTime/ClientApp/src/app/shared/form/not-empy-input-list-validator.directive.ts diff --git a/frontend/src/app/shared/form/select/select.component.html b/src/CoralTime/ClientApp/src/app/shared/form/select/select.component.html similarity index 100% rename from frontend/src/app/shared/form/select/select.component.html rename to src/CoralTime/ClientApp/src/app/shared/form/select/select.component.html diff --git a/frontend/src/app/shared/form/select/select.component.ts b/src/CoralTime/ClientApp/src/app/shared/form/select/select.component.ts similarity index 100% rename from frontend/src/app/shared/form/select/select.component.ts rename to src/CoralTime/ClientApp/src/app/shared/form/select/select.component.ts diff --git a/frontend/src/app/shared/form/shared-form.module.ts b/src/CoralTime/ClientApp/src/app/shared/form/shared-form.module.ts similarity index 100% rename from frontend/src/app/shared/form/shared-form.module.ts rename to src/CoralTime/ClientApp/src/app/shared/form/shared-form.module.ts diff --git a/frontend/src/app/shared/form/textarea/textarea.component.html b/src/CoralTime/ClientApp/src/app/shared/form/textarea/textarea.component.html similarity index 100% rename from frontend/src/app/shared/form/textarea/textarea.component.html rename to src/CoralTime/ClientApp/src/app/shared/form/textarea/textarea.component.html diff --git a/frontend/src/app/shared/form/textarea/textarea.component.ts b/src/CoralTime/ClientApp/src/app/shared/form/textarea/textarea.component.ts similarity index 100% rename from frontend/src/app/shared/form/textarea/textarea.component.ts rename to src/CoralTime/ClientApp/src/app/shared/form/textarea/textarea.component.ts diff --git a/frontend/src/app/shared/loading-indicator/loading-mask.component.html b/src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.component.html similarity index 100% rename from frontend/src/app/shared/loading-indicator/loading-mask.component.html rename to src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.component.html diff --git a/frontend/src/app/shared/loading-indicator/loading-mask.component.ts b/src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.component.ts similarity index 100% rename from frontend/src/app/shared/loading-indicator/loading-mask.component.ts rename to src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.component.ts diff --git a/frontend/src/app/shared/loading-indicator/loading-mask.module.ts b/src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.module.ts similarity index 100% rename from frontend/src/app/shared/loading-indicator/loading-mask.module.ts rename to src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.module.ts diff --git a/frontend/src/app/shared/loading-indicator/loading-mask.service.ts b/src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.service.ts similarity index 100% rename from frontend/src/app/shared/loading-indicator/loading-mask.service.ts rename to src/CoralTime/ClientApp/src/app/shared/loading-indicator/loading-mask.service.ts diff --git a/frontend/src/app/shared/material.module.ts b/src/CoralTime/ClientApp/src/app/shared/material.module.ts similarity index 100% rename from frontend/src/app/shared/material.module.ts rename to src/CoralTime/ClientApp/src/app/shared/material.module.ts diff --git a/frontend/src/app/shared/menu/menu-item/menu-item.component.html b/src/CoralTime/ClientApp/src/app/shared/menu/menu-item/menu-item.component.html similarity index 100% rename from frontend/src/app/shared/menu/menu-item/menu-item.component.html rename to src/CoralTime/ClientApp/src/app/shared/menu/menu-item/menu-item.component.html diff --git a/frontend/src/app/shared/menu/menu-item/menu-item.component.ts b/src/CoralTime/ClientApp/src/app/shared/menu/menu-item/menu-item.component.ts similarity index 100% rename from frontend/src/app/shared/menu/menu-item/menu-item.component.ts rename to src/CoralTime/ClientApp/src/app/shared/menu/menu-item/menu-item.component.ts diff --git a/frontend/src/app/shared/menu/menu.component.html b/src/CoralTime/ClientApp/src/app/shared/menu/menu.component.html similarity index 100% rename from frontend/src/app/shared/menu/menu.component.html rename to src/CoralTime/ClientApp/src/app/shared/menu/menu.component.html diff --git a/frontend/src/app/shared/menu/menu.component.ts b/src/CoralTime/ClientApp/src/app/shared/menu/menu.component.ts similarity index 100% rename from frontend/src/app/shared/menu/menu.component.ts rename to src/CoralTime/ClientApp/src/app/shared/menu/menu.component.ts diff --git a/frontend/src/app/shared/menu/menu.module.ts b/src/CoralTime/ClientApp/src/app/shared/menu/menu.module.ts similarity index 100% rename from frontend/src/app/shared/menu/menu.module.ts rename to src/CoralTime/ClientApp/src/app/shared/menu/menu.module.ts diff --git a/frontend/src/app/shared/read-more/read-more.component.ts b/src/CoralTime/ClientApp/src/app/shared/read-more/read-more.component.ts similarity index 100% rename from frontend/src/app/shared/read-more/read-more.component.ts rename to src/CoralTime/ClientApp/src/app/shared/read-more/read-more.component.ts diff --git a/frontend/src/app/shared/shared.module.ts b/src/CoralTime/ClientApp/src/app/shared/shared.module.ts similarity index 100% rename from frontend/src/app/shared/shared.module.ts rename to src/CoralTime/ClientApp/src/app/shared/shared.module.ts diff --git a/frontend/src/app/shared/user-pic/user-pic.component.ts b/src/CoralTime/ClientApp/src/app/shared/user-pic/user-pic.component.ts similarity index 100% rename from frontend/src/app/shared/user-pic/user-pic.component.ts rename to src/CoralTime/ClientApp/src/app/shared/user-pic/user-pic.component.ts diff --git a/frontend/src/assets/.gitkeep b/src/CoralTime/ClientApp/src/assets/.gitkeep similarity index 100% rename from frontend/src/assets/.gitkeep rename to src/CoralTime/ClientApp/src/assets/.gitkeep diff --git a/frontend/src/assets/ct-logo-sm.svg b/src/CoralTime/ClientApp/src/assets/ct-logo-sm.svg similarity index 100% rename from frontend/src/assets/ct-logo-sm.svg rename to src/CoralTime/ClientApp/src/assets/ct-logo-sm.svg diff --git a/frontend/src/assets/grid-loader.gif b/src/CoralTime/ClientApp/src/assets/grid-loader.gif similarity index 100% rename from frontend/src/assets/grid-loader.gif rename to src/CoralTime/ClientApp/src/assets/grid-loader.gif diff --git a/frontend/src/assets/icons/cancel.svg b/src/CoralTime/ClientApp/src/assets/icons/cancel.svg similarity index 100% rename from frontend/src/assets/icons/cancel.svg rename to src/CoralTime/ClientApp/src/assets/icons/cancel.svg diff --git a/frontend/src/assets/icons/clock-copy-blue.svg b/src/CoralTime/ClientApp/src/assets/icons/clock-copy-blue.svg similarity index 100% rename from frontend/src/assets/icons/clock-copy-blue.svg rename to src/CoralTime/ClientApp/src/assets/icons/clock-copy-blue.svg diff --git a/frontend/src/assets/icons/clock-copy.svg b/src/CoralTime/ClientApp/src/assets/icons/clock-copy.svg similarity index 100% rename from frontend/src/assets/icons/clock-copy.svg rename to src/CoralTime/ClientApp/src/assets/icons/clock-copy.svg diff --git a/frontend/src/assets/icons/ct.admin1.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.admin1.svg similarity index 100% rename from frontend/src/assets/icons/ct.admin1.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.admin1.svg diff --git a/frontend/src/assets/icons/ct.admin2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.admin2.svg similarity index 100% rename from frontend/src/assets/icons/ct.admin2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.admin2.svg diff --git a/frontend/src/assets/icons/ct.clients1.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.clients1.svg similarity index 100% rename from frontend/src/assets/icons/ct.clients1.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.clients1.svg diff --git a/frontend/src/assets/icons/ct.clients2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.clients2.svg similarity index 100% rename from frontend/src/assets/icons/ct.clients2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.clients2.svg diff --git a/frontend/src/assets/icons/ct.help1.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.help1.svg similarity index 100% rename from frontend/src/assets/icons/ct.help1.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.help1.svg diff --git a/frontend/src/assets/icons/ct.help2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.help2.svg similarity index 100% rename from frontend/src/assets/icons/ct.help2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.help2.svg diff --git a/frontend/src/assets/icons/ct.logo-2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.logo-2.svg similarity index 100% rename from frontend/src/assets/icons/ct.logo-2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.logo-2.svg diff --git a/frontend/src/assets/icons/ct.projects1.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.projects1.svg similarity index 100% rename from frontend/src/assets/icons/ct.projects1.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.projects1.svg diff --git a/frontend/src/assets/icons/ct.projects2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.projects2.svg similarity index 100% rename from frontend/src/assets/icons/ct.projects2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.projects2.svg diff --git a/frontend/src/assets/icons/ct.sync1.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.sync1.svg similarity index 100% rename from frontend/src/assets/icons/ct.sync1.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.sync1.svg diff --git a/frontend/src/assets/icons/ct.sync2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.sync2.svg similarity index 100% rename from frontend/src/assets/icons/ct.sync2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.sync2.svg diff --git a/frontend/src/assets/icons/ct.tasks1.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.tasks1.svg similarity index 100% rename from frontend/src/assets/icons/ct.tasks1.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.tasks1.svg diff --git a/frontend/src/assets/icons/ct.tasks2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.tasks2.svg similarity index 100% rename from frontend/src/assets/icons/ct.tasks2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.tasks2.svg diff --git a/frontend/src/assets/icons/ct.users1.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.users1.svg similarity index 100% rename from frontend/src/assets/icons/ct.users1.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.users1.svg diff --git a/frontend/src/assets/icons/ct.users2.svg b/src/CoralTime/ClientApp/src/assets/icons/ct.users2.svg similarity index 100% rename from frontend/src/assets/icons/ct.users2.svg rename to src/CoralTime/ClientApp/src/assets/icons/ct.users2.svg diff --git a/frontend/src/assets/icons/est-time-white.svg b/src/CoralTime/ClientApp/src/assets/icons/est-time-white.svg similarity index 100% rename from frontend/src/assets/icons/est-time-white.svg rename to src/CoralTime/ClientApp/src/assets/icons/est-time-white.svg diff --git a/frontend/src/assets/icons/est-time.svg b/src/CoralTime/ClientApp/src/assets/icons/est-time.svg similarity index 100% rename from frontend/src/assets/icons/est-time.svg rename to src/CoralTime/ClientApp/src/assets/icons/est-time.svg diff --git a/frontend/src/assets/icons/estimate-icon.svg b/src/CoralTime/ClientApp/src/assets/icons/estimate-icon.svg similarity index 100% rename from frontend/src/assets/icons/estimate-icon.svg rename to src/CoralTime/ClientApp/src/assets/icons/estimate-icon.svg diff --git a/frontend/src/assets/icons/export.svg b/src/CoralTime/ClientApp/src/assets/icons/export.svg similarity index 100% rename from frontend/src/assets/icons/export.svg rename to src/CoralTime/ClientApp/src/assets/icons/export.svg diff --git a/frontend/src/assets/icons/grid-settings-blue.svg b/src/CoralTime/ClientApp/src/assets/icons/grid-settings-blue.svg similarity index 100% rename from frontend/src/assets/icons/grid-settings-blue.svg rename to src/CoralTime/ClientApp/src/assets/icons/grid-settings-blue.svg diff --git a/frontend/src/assets/icons/grid-settings.svg b/src/CoralTime/ClientApp/src/assets/icons/grid-settings.svg similarity index 100% rename from frontend/src/assets/icons/grid-settings.svg rename to src/CoralTime/ClientApp/src/assets/icons/grid-settings.svg diff --git a/frontend/src/assets/icons/logo.svg b/src/CoralTime/ClientApp/src/assets/icons/logo.svg similarity index 100% rename from frontend/src/assets/icons/logo.svg rename to src/CoralTime/ClientApp/src/assets/icons/logo.svg diff --git a/frontend/src/assets/icons/mail.svg b/src/CoralTime/ClientApp/src/assets/icons/mail.svg similarity index 100% rename from frontend/src/assets/icons/mail.svg rename to src/CoralTime/ClientApp/src/assets/icons/mail.svg diff --git a/frontend/src/assets/icons/menu-blue.svg b/src/CoralTime/ClientApp/src/assets/icons/menu-blue.svg similarity index 100% rename from frontend/src/assets/icons/menu-blue.svg rename to src/CoralTime/ClientApp/src/assets/icons/menu-blue.svg diff --git a/frontend/src/assets/icons/menu.svg b/src/CoralTime/ClientApp/src/assets/icons/menu.svg similarity index 100% rename from frontend/src/assets/icons/menu.svg rename to src/CoralTime/ClientApp/src/assets/icons/menu.svg diff --git a/frontend/src/assets/icons/pie-chart-blue.svg b/src/CoralTime/ClientApp/src/assets/icons/pie-chart-blue.svg similarity index 100% rename from frontend/src/assets/icons/pie-chart-blue.svg rename to src/CoralTime/ClientApp/src/assets/icons/pie-chart-blue.svg diff --git a/frontend/src/assets/icons/pie-chart.svg b/src/CoralTime/ClientApp/src/assets/icons/pie-chart.svg similarity index 100% rename from frontend/src/assets/icons/pie-chart.svg rename to src/CoralTime/ClientApp/src/assets/icons/pie-chart.svg diff --git a/frontend/src/assets/icons/preferences-blue.svg b/src/CoralTime/ClientApp/src/assets/icons/preferences-blue.svg similarity index 100% rename from frontend/src/assets/icons/preferences-blue.svg rename to src/CoralTime/ClientApp/src/assets/icons/preferences-blue.svg diff --git a/frontend/src/assets/icons/preferences.svg b/src/CoralTime/ClientApp/src/assets/icons/preferences.svg similarity index 100% rename from frontend/src/assets/icons/preferences.svg rename to src/CoralTime/ClientApp/src/assets/icons/preferences.svg diff --git a/frontend/src/assets/icons/printer.svg b/src/CoralTime/ClientApp/src/assets/icons/printer.svg similarity index 100% rename from frontend/src/assets/icons/printer.svg rename to src/CoralTime/ClientApp/src/assets/icons/printer.svg diff --git a/frontend/src/assets/icons/settings-blue.svg b/src/CoralTime/ClientApp/src/assets/icons/settings-blue.svg similarity index 100% rename from frontend/src/assets/icons/settings-blue.svg rename to src/CoralTime/ClientApp/src/assets/icons/settings-blue.svg diff --git a/frontend/src/assets/icons/settings.svg b/src/CoralTime/ClientApp/src/assets/icons/settings.svg similarity index 100% rename from frontend/src/assets/icons/settings.svg rename to src/CoralTime/ClientApp/src/assets/icons/settings.svg diff --git a/frontend/src/assets/icons/tick.png b/src/CoralTime/ClientApp/src/assets/icons/tick.png similarity index 100% rename from frontend/src/assets/icons/tick.png rename to src/CoralTime/ClientApp/src/assets/icons/tick.png diff --git a/frontend/src/assets/icons/time-blue.svg b/src/CoralTime/ClientApp/src/assets/icons/time-blue.svg similarity index 100% rename from frontend/src/assets/icons/time-blue.svg rename to src/CoralTime/ClientApp/src/assets/icons/time-blue.svg diff --git a/frontend/src/assets/icons/time-white.svg b/src/CoralTime/ClientApp/src/assets/icons/time-white.svg similarity index 100% rename from frontend/src/assets/icons/time-white.svg rename to src/CoralTime/ClientApp/src/assets/icons/time-white.svg diff --git a/frontend/src/assets/icons/time.svg b/src/CoralTime/ClientApp/src/assets/icons/time.svg similarity index 100% rename from frontend/src/assets/icons/time.svg rename to src/CoralTime/ClientApp/src/assets/icons/time.svg diff --git a/frontend/src/assets/icons/users.hover.svg b/src/CoralTime/ClientApp/src/assets/icons/users.hover.svg similarity index 100% rename from frontend/src/assets/icons/users.hover.svg rename to src/CoralTime/ClientApp/src/assets/icons/users.hover.svg diff --git a/frontend/src/assets/icons/users.svg b/src/CoralTime/ClientApp/src/assets/icons/users.svg similarity index 100% rename from frontend/src/assets/icons/users.svg rename to src/CoralTime/ClientApp/src/assets/icons/users.svg diff --git a/frontend/src/assets/icons/x-circle.svg b/src/CoralTime/ClientApp/src/assets/icons/x-circle.svg similarity index 100% rename from frontend/src/assets/icons/x-circle.svg rename to src/CoralTime/ClientApp/src/assets/icons/x-circle.svg diff --git a/frontend/src/assets/loginbgcut.svg b/src/CoralTime/ClientApp/src/assets/loginbgcut.svg similarity index 100% rename from frontend/src/assets/loginbgcut.svg rename to src/CoralTime/ClientApp/src/assets/loginbgcut.svg diff --git a/frontend/src/assets/rolling-blue.gif b/src/CoralTime/ClientApp/src/assets/rolling-blue.gif similarity index 100% rename from frontend/src/assets/rolling-blue.gif rename to src/CoralTime/ClientApp/src/assets/rolling-blue.gif diff --git a/frontend/src/assets/rolling-white.gif b/src/CoralTime/ClientApp/src/assets/rolling-white.gif similarity index 100% rename from frontend/src/assets/rolling-white.gif rename to src/CoralTime/ClientApp/src/assets/rolling-white.gif diff --git a/frontend/src/assets/translate/i18nen.json b/src/CoralTime/ClientApp/src/assets/translate/i18nen.json similarity index 100% rename from frontend/src/assets/translate/i18nen.json rename to src/CoralTime/ClientApp/src/assets/translate/i18nen.json diff --git a/frontend/src/assets/translate/i18nru.json b/src/CoralTime/ClientApp/src/assets/translate/i18nru.json similarity index 100% rename from frontend/src/assets/translate/i18nru.json rename to src/CoralTime/ClientApp/src/assets/translate/i18nru.json diff --git a/frontend/src/environments/environment.prod.ts b/src/CoralTime/ClientApp/src/environments/environment.prod.ts similarity index 100% rename from frontend/src/environments/environment.prod.ts rename to src/CoralTime/ClientApp/src/environments/environment.prod.ts diff --git a/frontend/src/environments/environment.ts b/src/CoralTime/ClientApp/src/environments/environment.ts similarity index 100% rename from frontend/src/environments/environment.ts rename to src/CoralTime/ClientApp/src/environments/environment.ts diff --git a/frontend/src/favicon.ico b/src/CoralTime/ClientApp/src/favicon.ico similarity index 100% rename from frontend/src/favicon.ico rename to src/CoralTime/ClientApp/src/favicon.ico diff --git a/frontend/src/index.html b/src/CoralTime/ClientApp/src/index.html similarity index 100% rename from frontend/src/index.html rename to src/CoralTime/ClientApp/src/index.html diff --git a/frontend/src/main.ts b/src/CoralTime/ClientApp/src/main.ts similarity index 100% rename from frontend/src/main.ts rename to src/CoralTime/ClientApp/src/main.ts diff --git a/frontend/src/polyfills.ts b/src/CoralTime/ClientApp/src/polyfills.ts similarity index 100% rename from frontend/src/polyfills.ts rename to src/CoralTime/ClientApp/src/polyfills.ts diff --git a/frontend/src/styles.scss b/src/CoralTime/ClientApp/src/styles.scss similarity index 100% rename from frontend/src/styles.scss rename to src/CoralTime/ClientApp/src/styles.scss diff --git a/frontend/src/styles/colors.scss b/src/CoralTime/ClientApp/src/styles/colors.scss similarity index 100% rename from frontend/src/styles/colors.scss rename to src/CoralTime/ClientApp/src/styles/colors.scss diff --git a/frontend/src/styles/components/chart.scss b/src/CoralTime/ClientApp/src/styles/components/chart.scss similarity index 100% rename from frontend/src/styles/components/chart.scss rename to src/CoralTime/ClientApp/src/styles/components/chart.scss diff --git a/frontend/src/styles/components/color-picker.scss b/src/CoralTime/ClientApp/src/styles/components/color-picker.scss similarity index 100% rename from frontend/src/styles/components/color-picker.scss rename to src/CoralTime/ClientApp/src/styles/components/color-picker.scss diff --git a/frontend/src/styles/components/components.scss b/src/CoralTime/ClientApp/src/styles/components/components.scss similarity index 100% rename from frontend/src/styles/components/components.scss rename to src/CoralTime/ClientApp/src/styles/components/components.scss diff --git a/frontend/src/styles/components/datepicker.scss b/src/CoralTime/ClientApp/src/styles/components/datepicker.scss similarity index 100% rename from frontend/src/styles/components/datepicker.scss rename to src/CoralTime/ClientApp/src/styles/components/datepicker.scss diff --git a/frontend/src/styles/components/dialog.scss b/src/CoralTime/ClientApp/src/styles/components/dialog.scss similarity index 100% rename from frontend/src/styles/components/dialog.scss rename to src/CoralTime/ClientApp/src/styles/components/dialog.scss diff --git a/frontend/src/styles/components/grid.scss b/src/CoralTime/ClientApp/src/styles/components/grid.scss similarity index 100% rename from frontend/src/styles/components/grid.scss rename to src/CoralTime/ClientApp/src/styles/components/grid.scss diff --git a/frontend/src/styles/components/input-list.scss b/src/CoralTime/ClientApp/src/styles/components/input-list.scss similarity index 100% rename from frontend/src/styles/components/input-list.scss rename to src/CoralTime/ClientApp/src/styles/components/input-list.scss diff --git a/frontend/src/styles/components/input.scss b/src/CoralTime/ClientApp/src/styles/components/input.scss similarity index 100% rename from frontend/src/styles/components/input.scss rename to src/CoralTime/ClientApp/src/styles/components/input.scss diff --git a/frontend/src/styles/components/loading-bar.scss b/src/CoralTime/ClientApp/src/styles/components/loading-bar.scss similarity index 100% rename from frontend/src/styles/components/loading-bar.scss rename to src/CoralTime/ClientApp/src/styles/components/loading-bar.scss diff --git a/frontend/src/styles/components/menu.scss b/src/CoralTime/ClientApp/src/styles/components/menu.scss similarity index 100% rename from frontend/src/styles/components/menu.scss rename to src/CoralTime/ClientApp/src/styles/components/menu.scss diff --git a/frontend/src/styles/components/multiselect.scss b/src/CoralTime/ClientApp/src/styles/components/multiselect.scss similarity index 100% rename from frontend/src/styles/components/multiselect.scss rename to src/CoralTime/ClientApp/src/styles/components/multiselect.scss diff --git a/frontend/src/styles/components/select.scss b/src/CoralTime/ClientApp/src/styles/components/select.scss similarity index 100% rename from frontend/src/styles/components/select.scss rename to src/CoralTime/ClientApp/src/styles/components/select.scss diff --git a/frontend/src/styles/components/snack-bar.scss b/src/CoralTime/ClientApp/src/styles/components/snack-bar.scss similarity index 100% rename from frontend/src/styles/components/snack-bar.scss rename to src/CoralTime/ClientApp/src/styles/components/snack-bar.scss diff --git a/frontend/src/styles/components/textarea.scss b/src/CoralTime/ClientApp/src/styles/components/textarea.scss similarity index 100% rename from frontend/src/styles/components/textarea.scss rename to src/CoralTime/ClientApp/src/styles/components/textarea.scss diff --git a/frontend/src/styles/components/user-pic.scss b/src/CoralTime/ClientApp/src/styles/components/user-pic.scss similarity index 100% rename from frontend/src/styles/components/user-pic.scss rename to src/CoralTime/ClientApp/src/styles/components/user-pic.scss diff --git a/frontend/src/styles/fonts.scss b/src/CoralTime/ClientApp/src/styles/fonts.scss similarity index 100% rename from frontend/src/styles/fonts.scss rename to src/CoralTime/ClientApp/src/styles/fonts.scss diff --git a/frontend/src/styles/github-markdown.scss b/src/CoralTime/ClientApp/src/styles/github-markdown.scss similarity index 100% rename from frontend/src/styles/github-markdown.scss rename to src/CoralTime/ClientApp/src/styles/github-markdown.scss diff --git a/frontend/src/styles/icons.scss b/src/CoralTime/ClientApp/src/styles/icons.scss similarity index 100% rename from frontend/src/styles/icons.scss rename to src/CoralTime/ClientApp/src/styles/icons.scss diff --git a/frontend/src/styles/material-rewrite.scss b/src/CoralTime/ClientApp/src/styles/material-rewrite.scss similarity index 100% rename from frontend/src/styles/material-rewrite.scss rename to src/CoralTime/ClientApp/src/styles/material-rewrite.scss diff --git a/frontend/src/styles/pages/calendar/calendar.scss b/src/CoralTime/ClientApp/src/styles/pages/calendar/calendar.scss similarity index 100% rename from frontend/src/styles/pages/calendar/calendar.scss rename to src/CoralTime/ClientApp/src/styles/pages/calendar/calendar.scss diff --git a/frontend/src/styles/pages/calendar/entry-time-form.scss b/src/CoralTime/ClientApp/src/styles/pages/calendar/entry-time-form.scss similarity index 100% rename from frontend/src/styles/pages/calendar/entry-time-form.scss rename to src/CoralTime/ClientApp/src/styles/pages/calendar/entry-time-form.scss diff --git a/frontend/src/styles/pages/errors.scss b/src/CoralTime/ClientApp/src/styles/pages/errors.scss similarity index 100% rename from frontend/src/styles/pages/errors.scss rename to src/CoralTime/ClientApp/src/styles/pages/errors.scss diff --git a/frontend/src/styles/pages/login.scss b/src/CoralTime/ClientApp/src/styles/pages/login.scss similarity index 100% rename from frontend/src/styles/pages/login.scss rename to src/CoralTime/ClientApp/src/styles/pages/login.scss diff --git a/frontend/src/styles/pages/pages.scss b/src/CoralTime/ClientApp/src/styles/pages/pages.scss similarity index 100% rename from frontend/src/styles/pages/pages.scss rename to src/CoralTime/ClientApp/src/styles/pages/pages.scss diff --git a/frontend/src/styles/pages/profile/profile-page.scss b/src/CoralTime/ClientApp/src/styles/pages/profile/profile-page.scss similarity index 100% rename from frontend/src/styles/pages/profile/profile-page.scss rename to src/CoralTime/ClientApp/src/styles/pages/profile/profile-page.scss diff --git a/frontend/src/styles/pages/profile/profile-settings.scss b/src/CoralTime/ClientApp/src/styles/pages/profile/profile-settings.scss similarity index 100% rename from frontend/src/styles/pages/profile/profile-settings.scss rename to src/CoralTime/ClientApp/src/styles/pages/profile/profile-settings.scss diff --git a/frontend/src/styles/pages/profile/profile.scss b/src/CoralTime/ClientApp/src/styles/pages/profile/profile.scss similarity index 100% rename from frontend/src/styles/pages/profile/profile.scss rename to src/CoralTime/ClientApp/src/styles/pages/profile/profile.scss diff --git a/frontend/src/styles/pages/projects/projects.scss b/src/CoralTime/ClientApp/src/styles/pages/projects/projects.scss similarity index 100% rename from frontend/src/styles/pages/projects/projects.scss rename to src/CoralTime/ClientApp/src/styles/pages/projects/projects.scss diff --git a/frontend/src/styles/pages/reports/reports.scss b/src/CoralTime/ClientApp/src/styles/pages/reports/reports.scss similarity index 100% rename from frontend/src/styles/pages/reports/reports.scss rename to src/CoralTime/ClientApp/src/styles/pages/reports/reports.scss diff --git a/frontend/src/styles/pages/users/users.scss b/src/CoralTime/ClientApp/src/styles/pages/users/users.scss similarity index 100% rename from frontend/src/styles/pages/users/users.scss rename to src/CoralTime/ClientApp/src/styles/pages/users/users.scss diff --git a/frontend/src/styles/print.scss b/src/CoralTime/ClientApp/src/styles/print.scss similarity index 100% rename from frontend/src/styles/print.scss rename to src/CoralTime/ClientApp/src/styles/print.scss diff --git a/frontend/src/styles/shared.scss b/src/CoralTime/ClientApp/src/styles/shared.scss similarity index 100% rename from frontend/src/styles/shared.scss rename to src/CoralTime/ClientApp/src/styles/shared.scss diff --git a/frontend/src/styles/variables.scss b/src/CoralTime/ClientApp/src/styles/variables.scss similarity index 100% rename from frontend/src/styles/variables.scss rename to src/CoralTime/ClientApp/src/styles/variables.scss diff --git a/frontend/src/styles/view/navigation.scss b/src/CoralTime/ClientApp/src/styles/view/navigation.scss similarity index 100% rename from frontend/src/styles/view/navigation.scss rename to src/CoralTime/ClientApp/src/styles/view/navigation.scss diff --git a/frontend/src/test.ts b/src/CoralTime/ClientApp/src/test.ts similarity index 100% rename from frontend/src/test.ts rename to src/CoralTime/ClientApp/src/test.ts diff --git a/frontend/src/tsconfig.app.json b/src/CoralTime/ClientApp/src/tsconfig.app.json similarity index 100% rename from frontend/src/tsconfig.app.json rename to src/CoralTime/ClientApp/src/tsconfig.app.json diff --git a/frontend/src/tsconfig.json b/src/CoralTime/ClientApp/src/tsconfig.json similarity index 100% rename from frontend/src/tsconfig.json rename to src/CoralTime/ClientApp/src/tsconfig.json diff --git a/frontend/src/tsconfig.spec.json b/src/CoralTime/ClientApp/src/tsconfig.spec.json similarity index 100% rename from frontend/src/tsconfig.spec.json rename to src/CoralTime/ClientApp/src/tsconfig.spec.json diff --git a/frontend/src/vendors.ts b/src/CoralTime/ClientApp/src/vendors.ts similarity index 100% rename from frontend/src/vendors.ts rename to src/CoralTime/ClientApp/src/vendors.ts diff --git a/frontend/tsconfig.json b/src/CoralTime/ClientApp/tsconfig.json similarity index 100% rename from frontend/tsconfig.json rename to src/CoralTime/ClientApp/tsconfig.json diff --git a/frontend/tslint.json b/src/CoralTime/ClientApp/tslint.json similarity index 100% rename from frontend/tslint.json rename to src/CoralTime/ClientApp/tslint.json diff --git a/backend/CoralTime/Config.cs b/src/CoralTime/Config.cs similarity index 100% rename from backend/CoralTime/Config.cs rename to src/CoralTime/Config.cs diff --git a/backend/CoralTime/Content/PDF/PDFMarkUpView.cshtml b/src/CoralTime/Content/PDF/PDFMarkUpView.cshtml similarity index 100% rename from backend/CoralTime/Content/PDF/PDFMarkUpView.cshtml rename to src/CoralTime/Content/PDF/PDFMarkUpView.cshtml diff --git a/backend/CoralTime/Content/PDF/Site.css b/src/CoralTime/Content/PDF/Site.css similarity index 100% rename from backend/CoralTime/Content/PDF/Site.css rename to src/CoralTime/Content/PDF/Site.css diff --git a/backend/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.001 b/src/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.001 similarity index 100% rename from backend/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.001 rename to src/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.001 diff --git a/backend/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.002 b/src/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.002 similarity index 100% rename from backend/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.002 rename to src/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.002 diff --git a/backend/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.003 b/src/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.003 similarity index 100% rename from backend/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.003 rename to src/CoralTime/Content/PDF/SplitFileWkhtmltopdf/wkhtmltopdf.003 diff --git a/backend/CoralTime/Content/PDF/wkhtmltopdf.exe b/src/CoralTime/Content/PDF/wkhtmltopdf.exe similarity index 100% rename from backend/CoralTime/Content/PDF/wkhtmltopdf.exe rename to src/CoralTime/Content/PDF/wkhtmltopdf.exe diff --git a/backend/CoralTime/CoralTime.csproj b/src/CoralTime/CoralTime.csproj similarity index 100% rename from backend/CoralTime/CoralTime.csproj rename to src/CoralTime/CoralTime.csproj diff --git a/backend/CoralTime/Program.cs b/src/CoralTime/Program.cs similarity index 100% rename from backend/CoralTime/Program.cs rename to src/CoralTime/Program.cs diff --git a/backend/CoralTime/Properties/launchSettings.json b/src/CoralTime/Properties/launchSettings.json similarity index 100% rename from backend/CoralTime/Properties/launchSettings.json rename to src/CoralTime/Properties/launchSettings.json diff --git a/backend/CoralTime/Services/AzureGrant.cs b/src/CoralTime/Services/AzureGrant.cs similarity index 100% rename from backend/CoralTime/Services/AzureGrant.cs rename to src/CoralTime/Services/AzureGrant.cs diff --git a/backend/CoralTime/Services/CurrentDirectoryHelpers.cs b/src/CoralTime/Services/CurrentDirectoryHelpers.cs similarity index 100% rename from backend/CoralTime/Services/CurrentDirectoryHelpers.cs rename to src/CoralTime/Services/CurrentDirectoryHelpers.cs diff --git a/backend/CoralTime/Services/IdentityWithAdditionalClaimsProfileService.cs b/src/CoralTime/Services/IdentityWithAdditionalClaimsProfileService.cs similarity index 100% rename from backend/CoralTime/Services/IdentityWithAdditionalClaimsProfileService.cs rename to src/CoralTime/Services/IdentityWithAdditionalClaimsProfileService.cs diff --git a/backend/CoralTime/Services/ResourceOwnerPasswordValidator.cs b/src/CoralTime/Services/ResourceOwnerPasswordValidator.cs similarity index 100% rename from backend/CoralTime/Services/ResourceOwnerPasswordValidator.cs rename to src/CoralTime/Services/ResourceOwnerPasswordValidator.cs diff --git a/backend/CoralTime/Services/TrimmingStringConverter .cs b/src/CoralTime/Services/TrimmingStringConverter .cs similarity index 100% rename from backend/CoralTime/Services/TrimmingStringConverter .cs rename to src/CoralTime/Services/TrimmingStringConverter .cs diff --git a/backend/CoralTime/Startup.cs b/src/CoralTime/Startup.cs similarity index 100% rename from backend/CoralTime/Startup.cs rename to src/CoralTime/Startup.cs diff --git a/backend/CoralTime/StartupConfigurationService.cs b/src/CoralTime/StartupConfigurationService.cs similarity index 100% rename from backend/CoralTime/StartupConfigurationService.cs rename to src/CoralTime/StartupConfigurationService.cs diff --git a/backend/CoralTime/StaticFiles/Avatars/.gitignore b/src/CoralTime/StaticFiles/Avatars/.gitignore similarity index 100% rename from backend/CoralTime/StaticFiles/Avatars/.gitignore rename to src/CoralTime/StaticFiles/Avatars/.gitignore diff --git a/backend/CoralTime/StaticFiles/Avatars/userpic.svg b/src/CoralTime/StaticFiles/Avatars/userpic.svg similarity index 100% rename from backend/CoralTime/StaticFiles/Avatars/userpic.svg rename to src/CoralTime/StaticFiles/Avatars/userpic.svg diff --git a/backend/CoralTime/StaticFiles/Icons/.gitignore b/src/CoralTime/StaticFiles/Icons/.gitignore similarity index 100% rename from backend/CoralTime/StaticFiles/Icons/.gitignore rename to src/CoralTime/StaticFiles/Icons/.gitignore diff --git a/backend/CoralTime/StaticFiles/Icons/userpic.svg b/src/CoralTime/StaticFiles/Icons/userpic.svg similarity index 100% rename from backend/CoralTime/StaticFiles/Icons/userpic.svg rename to src/CoralTime/StaticFiles/Icons/userpic.svg diff --git a/backend/CoralTime/appsettings.Production.json b/src/CoralTime/appsettings.Production.json similarity index 100% rename from backend/CoralTime/appsettings.Production.json rename to src/CoralTime/appsettings.Production.json diff --git a/backend/CoralTime/appsettings.json b/src/CoralTime/appsettings.json similarity index 100% rename from backend/CoralTime/appsettings.json rename to src/CoralTime/appsettings.json diff --git a/backend/CoralTime/coraltime.pfx b/src/CoralTime/coraltime.pfx similarity index 100% rename from backend/CoralTime/coraltime.pfx rename to src/CoralTime/coraltime.pfx diff --git a/backend/CoralTime/defaultDbData.json b/src/CoralTime/defaultDbData.json similarity index 100% rename from backend/CoralTime/defaultDbData.json rename to src/CoralTime/defaultDbData.json diff --git a/backend/CoralTime/nlog.config b/src/CoralTime/nlog.config similarity index 100% rename from backend/CoralTime/nlog.config rename to src/CoralTime/nlog.config diff --git a/backend/CoralTime/package.json b/src/CoralTime/package.json similarity index 100% rename from backend/CoralTime/package.json rename to src/CoralTime/package.json