Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cognizantopensource/ciqdashboard-ui
Quality Insights > iDashboard
https://github.com/cognizantopensource/ciqdashboard-ui
dashboard idashboard metrics metricsportal quality-insights qualityinsights
Last synced: about 1 month ago
JSON representation
Quality Insights > iDashboard
- Host: GitHub
- URL: https://github.com/cognizantopensource/ciqdashboard-ui
- Owner: CognizantOpenSource
- License: apache-2.0
- Created: 2020-05-20T22:14:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T07:07:49.000Z (7 months ago)
- Last Synced: 2024-06-19T15:24:12.366Z (7 months ago)
- Topics: dashboard, idashboard, metrics, metricsportal, quality-insights, qualityinsights
- Language: TypeScript
- Size: 297 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CIQDashboard UI
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=flat-square)](CODE_OF_CONDUCT.md)
![Node version= 14.21.3](https://img.shields.io/badge/Node_version-14.21.3_or_above-brightgreen?style=flat-square)
![Angular CLI version= 8.3.29](https://img.shields.io/badge/Angular_CLI_version-8.3.29_or_above-brightgreen?style=flat-square)
![MongoDB server version= 4.0 or above](https://img.shields.io/badge/MongoDB_Server-4.0_or_above-brightgreen?style=flat-square)[Requirements](#requirements) • [Properties](#properties) • [Run Locally](#run-locally) • [Contributing](#contributing) • [Related](#related)
This is visual representation for charts from derived and raw data powered by NGX and Fusion charts.
## Requirements- Node 14.0 or above
- Angular CLI 8.3.29 or above
- MongoDB Server 4.0 or above## Properties
In order to run this project, you must install all the packages which can be found under packages.json
To install, open [src] folder and give and it will install all the packages
`npm install`
## Run Locally
Clone the project
```bash
git clone https://github.com/CognizantCodeHub/ciqdashboard-ui
```Go to the project directory
```bash
cd ciqdashboard-ui
```Build the project
```bash
ng build
```Start the application
```bash
ng serve
```## Contributing
Contributions are always welcome!
See `CONTRIBUTING.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Related
Here are some related projects
[CIQDashboard Jira Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira.git)
[CIQDashboard API](https://github.com/CognizantCodeHub/ciqdashboard-api)
[CIQDashboard Metric Services](https://github.com/CognizantCodeHub/ciqdashboard-metric-services)
[CIQDashboard Auth](https://github.com/CognizantCodeHub/ciqdashboard-auth)
[CIQDashboard ALM Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-alm)
[CIQDashboard Jira(cloud) Collector](https://github.com/CognizantCodeHub/IPR000025_ciqdashboard-collector-jira-cloud)
[CIQDashboard Jira+Zephyr(cloud) Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira-zephyr-cloud)
[CIQDashboard Jira+Zephyr(On Premise) Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira-zephyr)
[CIQDashboard Rally Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-rally)
[CIQDashboard Jenkins Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jenkins)
[CIQDashboard GitHub Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-github)
[CIQDashboard ServiceNow Collector](https://github.com/CognizantCodeHub/IPR000025_ciqdashboard-collector-servicenow)
## License
[To edit](https://choosealicense.com/licenses/)