Torsten Brendgen 3083e81452 feat: Refactor deployment types and add new deployment rules management
- Updated DeploymentExecution and related types to use targetId instead of virtualMachineId.
- Introduced new types for DeploymentRule, DeploymentRuleStep, and related entities.
- Added DeploymentRulesPage for managing deployment rules with CRUD operations.
- Created TargetDetailsPage and TargetsPage for managing targets with linking and unlinking functionality.
- Enhanced UI components with Fluent UI for better user experience.
- Implemented data fetching and state management using React Query.
2026-07-07 23:30:08 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00
2026-05-14 21:43:50 +02:00

Microsoft Self Service Portal Web

Separate React/TypeScript frontend for Microsoft.SelfService.Portal.Core.API.

Stack

  • React
  • TypeScript
  • Vite
  • Fluent UI React
  • TanStack Query
  • React Router

Setup

Start the API first:

cd F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API
$env:ASPNETCORE_ENVIRONMENT="Development"
dotnet run --launch-profile https

Then start the frontend:

npm install
npm run dev

The development server proxies /api calls to https://localhost:7260. Adjust VITE_API_PROXY_TARGET in .env.local if the API runs on a different port.

Project Layout

src/
  api/          HTTP client and API resource services
  components/   Shared UI components
  layout/       App shell and navigation
  pages/        Route pages
  styles/       Global styles
  types/        Shared TypeScript types
Description
No description provided
Readme 261 KiB
Languages
TypeScript 99.3%
JavaScript 0.5%
HTML 0.1%