Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1.  
  2. -Cancel---------------------------------------------------------No License Goodbye Msg -> Exit Program, Throw Exception, etc.
  3. License Login Dlg -< -Login Bad-6-----------------------------------------------Invalid Login -> License Login Dlg
  4. -OK-< -NonPayerNoLicensesAtAll-5--------------------No Licenses At All Msg w/ Product Buy Link on OK, exit on cancel
  5. -Login Good-< -NoLicensesThisProductAtAll-1---------No licenses for this msg w/ product buy link on ok, exit on cancel
  6. -Payer-< -LicensedButNoMoreLicensesRemain-2-No More Licenses msg w/ account admin on ok, exit on cancel
  7. --< -HasLicenseWeAreANewLicense-3----New License Used Thank you msg------------GOGOGOGOGOGOGGOO!!!!
  8. -<
  9. -HasLicenseCompIdExists-4--------Found License Used Thank you msg------------GOGOGOGOGOGOGGOO!!!!
  10.  
  11.  
  12.  
  13.  
  14. /* LICENSING WORKFLOW
  15.  
  16. -Invalid---------------------------------------------------Invalid License Msg -> License Login Dlg
  17. -Exists-<
  18. Check License -< -Valid------------------------------------------------------------------------------GOGOGOGOGOGOGO!
  19. -None---------------------------------------------------------------License Login Dlg Done!
  20.  
  21. -Cancel---------------------------------------------------------No License Goodbye Msg -> Exit Program, Throw Exception, etc.
  22. License Login Dlg -< -Login Bad-------------------------------------------------Invalid Login -> License Login Dlg
  23. -OK-< -NonPayerNoLicensesAtAll----------------------No Licenses At All Msg w/ Product Buy Link on OK, exit on cancel
  24. -Login Good-< -NoLicensesThisProductAtAll-----------No licenses for this msg w/ product buy link on ok, exit on cancel
  25. -Payer-< -LicensedButNoMoreLicensesRemain---No More Licenses msg w/ account admin on ok, exit on cancel
  26. --< -HasLicenseWeAreANewLicense------New License Used Thank you msg------------GOGOGOGOGOGOGGOO!!!!
  27. -<
  28. -HasLicenseCompIdExists----------Found License Used Thank you msg------------GOGOGOGOGOGOGGOO!!!!
  29. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement