Created
August 3, 2018 16:26
-
-
Save mkircher/4158157809f2f846bf67089e3e1b7ac7 to your computer and use it in GitHub Desktop.
OPS Reports Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OPS Reports Framework | |
| Report Listing* | |
| selectReport -> Options Screen | |
| Report Downloading? | |
| downloadComplete? -> Generated | |
| downloadError? -> Generation Error | |
| Report Generator | |
| Options Screen* | |
| setOptions -> Ready To Generate | |
| cancel -> Report Listing | |
| Ready To Generate | |
| generateOnScreen -> Generating | |
| generateCSV -> Report Downloading? | |
| changeOptions -> Options Screen | |
| cancel -> Report Listing | |
| Generating | |
| success -> Generated | |
| failure -> Generation Error | |
| Generated | |
| saveAsCSV -> Report Downloading? | |
| generateReportWithNewOptions -> Options Screen | |
| generateOtherReportType -> Report Listing | |
| Generation Error | |
| changeOptions -> Options Screen | |
| tryAgain -> Generating | |
| cancel -> Report Listing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function render(model){ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment