Skip to content

Instantly share code, notes, and snippets.

View lintaonz's full-sized avatar

Tao L lintaonz

  • New Zealand
View GitHub Profile
@lintaonz
lintaonz / SketchSystems.spec
Created October 23, 2018 01:58
Sidebar Menu
Sidebar Menu
Init*
item1 -> Dashboard
item2 -> Agreements
item3 -> Discovery
item4 -> Desktop
item5 -> Windows Server
item6 -> Server Applications
item7 -> Submit
item8 -> Summary
@lintaonz
lintaonz / SketchSystems.spec
Last active October 17, 2018 01:12
Telecompliance User Journey Flow*
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
API Flow
Login
LOGIN_SUCCEED -> loadingUserAssessment
loadingUserAssessment
ASSESSMENT_LOADED -> loadingOrganization
loadingOrganization
ORGANIZATION_LOADED -> loadingDeployments
loadingDeployments
DEPLOYMENT_LOADED -> loadingDiscoveryMap
loadingDiscoveryMap
@lintaonz
lintaonz / init.rb
Created August 24, 2011 21:03 — forked from mexitek/init.rb
Redmine Wiki Extension that allows placement of raw HTML, CSS or JS into your wiki. Useful for Web UI Demos.
#
# 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/'