Reporting Workflow. Decision Support. Real-Time.
ngm-reportDesk
The workdesk for ReportHub
Resources
Getting Started
The development of ReportHub will be based on GitHub Fork and Pull Request Workflow detailed here
Steps
- Fork ngm-reportHub to your GitHub account
- Fork ngm-reportEngine to your GitHub account
- Fork ngm-reportShell with to GitHub account and follow the install instructions
Dont forget to update the shell install script to point to your forked repositories here and here.
Submitting Work
Based on the prescribed GitHub Fork and Pull Request Workflow detailed above.
Steps
- In order to start work create a branch, which must be related to an issue. Its possible to use a shortcut to create a new branch and check it out.
git checkout -b feature-user-statistic-apis
- Once complete a Pull Request can be made.
- You can ensure the fork is synced by Syncing a Fork.