Skip to content
Merged
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4ad5507
Merge pull request #46 from PublicisSapient/develop
Chittauri Jun 11, 2025
e8c141c
Update README.md
manoj-srivastava Jun 13, 2025
33b9359
Merge pull request #49 from PublicisSapient/develop
nagendra-battala Jun 18, 2025
47c8fa5
Merge pull request #51 from PublicisSapient/develop
mampacch Jun 20, 2025
c448bbe
Merge pull request #54 from PublicisSapient/develop
nehgupta13 Jul 2, 2025
28eee6d
Merge pull request #58 from PublicisSapient/develop
mampacch Jul 7, 2025
0ee8036
Merge pull request #60 from PublicisSapient/develop
nehgupta13 Jul 9, 2025
dc16f86
Merge pull request #62 from PublicisSapient/develop
mampacch Jul 11, 2025
fb25db1
Merge pull request #68 from PublicisSapient/develop
mampacch Jul 24, 2025
5a6f801
Merge pull request #70 from PublicisSapient/develop
mampacch Jul 28, 2025
c7b0f99
Merge branch 'master' into qa-master
rapkalya Jul 29, 2025
80fc65b
Merge pull request #71 from PublicisSapient/qa-master
mampacch Jul 29, 2025
3522079
Update common.version property to 13.3.0
Jul 30, 2025
f77c09e
[maven-release-plugin] prepare release 13.3.0
Jul 30, 2025
cba7c59
[maven-release-plugin] prepare for next development iteration
Jul 30, 2025
bc83ec6
Update common.version property to 13.4.0-SNAPSHOT
Jul 30, 2025
360b41b
Merge pull request #73 from PublicisSapient/master
Chittauri Jul 30, 2025
11315a8
Merge pull request #76 from PublicisSapient/develop
mampacch Jul 31, 2025
7d30068
Merge pull request #78 from PublicisSapient/develop
mampacch Aug 1, 2025
3dc197b
Update common.version property to 13.3.1
Aug 11, 2025
a43a821
[maven-release-plugin] prepare release 13.3.1
Aug 11, 2025
2af9a4f
[maven-release-plugin] prepare for next development iteration
Aug 11, 2025
b1b829c
Update common.version property to 13.4.0-SNAPSHOT
Aug 11, 2025
21a27a6
Merge pull request #81 from PublicisSapient/develop
nehgupta13 Aug 12, 2025
043ffc8
Merge pull request #82 from PublicisSapient/master
rapkalya Aug 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 4 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,6 @@
# KnowHOW
# KnowHOW Processors

> KnowHOW started its life as an addition of bespoke features on top of Hygieia and embarked its own journey to support the digital transformation of Publicis Sapient clients.A dedicated team of engineers crafted it into a product which stands on its own.
KnowHOW has enabled multiple organization to optimize their ways of working.
Code of data collectors organized in 5 different images.
Every image is optional to deploy, based on data sources use, a knowHOW imstance can use one or all processors.

KnowHOW is a measurement framework that delivers an intuitive, visual dashboard to track key performance indicators (KPIs) across entire organizations transformation programs. It empowers teams with the knowledge of HOW work is progressing, areas of health, as well as achievement gaps and areas for improvement.

Extraordinarily useful for businesses implementing digital business transformation programs, it should be implemented as part of program startup, and used as a tool for continuous reflection and improvement.

This KPI dashboard connects with all the different tools including Product Management, Design, Technical Quality, Agile Project Management, and Team Operations – and has a flexible architecture to capture engagement metrics and health for a program. It consolidates the information in one place. By consolidating and visualizing the data, team members, program leaders and executives get a single source of truth and understanding of the program health.

For Detailed product documentation and feature list please refer to the link ->
https://psknowhow.atlassian.net/wiki/spaces/PSKNOWHOW/pages/1212417/About+PSknowHOW

For installation instruction please refer to the link ->
https://psknowhow.atlassian.net/wiki/spaces/PSKNOWHOW/pages/1966195/KnowHOW+-+Installation+Setup


# Installation Guide of AuthNAuth application

## Prerequisite

1. DNS allocated to the Host machine
2. Valid SSL certificate with Common Name

## Steps

1. Download the `docker-compose.yaml` file.
2. Open the `docker-compose.yaml` file in any preferred editor and uncomment the auth service. and replace all the placeholders like Docker image tags, DB username, and password, etc., and save it.
3. Now pull the Docker image by running:
```
docker-compose pull
```
4. After successfully pulling the Docker image, run the container by executing:
```
docker-compose up -d
```
5. Your application will now be running and can be accessed from a browser using the DNS..
This is developed using Java 17 with Sprintboot 3.xx
Loading