Reporting Workflow. Decision Support. Real-Time.
The workdesk for ReportHub
The development of ReportHub will be based on GitHub Fork and Pull Request Workflow detailed here
- 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.
Based on the prescribed GitHub Fork and Pull Request Workflow detailed above.
- 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.