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
| Sidebar Menu | |
| Init* | |
| item1 -> Dashboard | |
| item2 -> Agreements | |
| item3 -> Discovery | |
| item4 -> Desktop | |
| item5 -> Windows Server | |
| item6 -> Server Applications | |
| item7 -> Submit | |
| item8 -> Summary |
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
| Telecompliance User Journey Flow* | |
| createAccount* | |
| ONBOARD -> dsSubmited | |
| dsSubmited | |
| INIT_LOG -> stage1_waitingAnalystReview | |
| stage1_waitingAnalystReview | |
| QUESTIONS_ADDED -> stage2_waitingCustomerAnswer | |
| CONFIRMED_FINAL_LOG -> stage3_dashboardUnlocked | |
| stage2_waitingCustomerAnswer | |
| MARK_AS_RESPONSED -> stage1_waitingAnalystReview |
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
| API Flow | |
| Login | |
| LOGIN_SUCCEED -> loadingUserAssessment | |
| loadingUserAssessment | |
| ASSESSMENT_LOADED -> loadingOrganization | |
| loadingOrganization | |
| ORGANIZATION_LOADED -> loadingDeployments | |
| loadingDeployments | |
| DEPLOYMENT_LOADED -> loadingDiscoveryMap | |
| loadingDiscoveryMap |
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
| # | |
| # vendor/plugins/redmine_wiki_html_util/init.rb | |
| # | |
| require 'redmine' | |
| require 'open-uri' | |
| Redmine::Plugin.register :redmine_gist do | |
| name 'Redmine Wiki HTML Util' | |
| author 'Arlo Carreon' | |
| author_url 'http://www.arlocarreon.com/' |