2026-05-12 10:34:30 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:06:16 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:06:16 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:34:30 -05:00
2026-05-12 10:34:30 -05:00

Strata.ContinuousImprovement

build End-to-end tests

General Information

This microserivce and react UI provide access for the Continuous Improvements Opportunities

  • whenever a change is made locally, i think the continuousimprovement needs to be unistalled and reinstalled

Credits

This microservice is developed and maintained by The-Outliers

install continuousimprovement

dotnet new -i C:\git\strata.continuousimprovements.microservices\continuousimprovements\strata.microservice

unistall continuousimprovement

dotnet new -u C:\git\strata.continuousimprovements.microservices\continuousimprovements\strata.microservice

create new api project with postgres project from continuousimprovement

dotnet new strata.microservice -o C:\git\strata.foobar -n Strata.Foobar --api --biz --postgres

Branching and Versioning

branch version format example
master #.#.# 1.2.3
feature/* #.#+1.0-featureName.# 1.3.0-newfeat.1
fix/* #.#.#+1-fixName.# 1.2.4-bug.1

See our confluence page for more information

Usage

Build and Run

docker-compose up -d --build

Extracting nuget package

docker create --name throwaway stratacontinuousimprovement_continuousimprovement-api
docker cp throwaway:/pack .
docker rm throwaway

Cleanup

docker-compose down
S
Description
No description provided
Readme MIT
2 MiB
Languages
C# 60.5%
TypeScript 39.2%
PowerShell 0.2%