1.0.4 • Published 1 year ago

tw.funique.verify v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

funique_verify

Table of content

  1. Feature List
  2. Guide
  3. RoadMap

Feature List

  1. XML Detection
  2. Auto Login
  3. Skip Login
  4. Playlist
  5. Remember
  6. Override Databasae

Guide

Field Definition

verify data\ Verify Data field

verify flowchart\ Core features for client

This image contain the entire logic flowchart for CRM login\ I made an entire editor field for designer to easy to manipulate logic

Login Priority

When all the field is check, which one will be the first priority ?

  1. Xml Login
  2. Skip Login
  3. Standard Login

If xml feature is disable it will skip.\ Skip login is checking account and password is equal to certain skip value.\ Then we have standard login, which will pass through authentication server.

This is the parse of login process, it has three part of it\ If any of it pass through it will stop there and return.

Xml Detection

  • Xml Detection
  • File Detection Only

These two field is related.\ The verify utility manager will detection these value to define how the xml login will be

Xml Detection => Confirm enter xml login logic

File Detection Only => \ True:\ Check Setting.xml exist only\ if file exist, assign skip login value and pass through to skip login logic \ False:\ Check Setting.xml exist\ Read Setting.xml file and convert into account password structure and assign it.

Auto Login

Login Empty\ If we check auto login but does not put anything in,\ This will go through auto login process but only process to XML part.

Login Have\ If we check auto login and have something put in the field,\ This will try go through all login process.

Skip Login

skip\ When the skip is check\ This won't process the network verify part, basically this feature is use for test purpose.\ Designer can check this box to skip the login process.

Playlist

Playlist\ Custom playlist will only meaningful when during the non-standard login, the custom made playlist will be use.

Remember

Remember\ Once user login successfully, it will record the account password pair in their devices, next time when user start the program it will read the last time success account password pair to the inputfield.

Override Database

Override\ You can switch to different database

Database\ The default database URL is:

http://server.funique.tv/FuniqueCRM/sql.php

Roadmap

  • v1.0.1 * Remove DRM component

  • v0.1.0

    • Added CRM (Custom relationship management) components
    • Added DRM (Digital rights management) components
    • Added remember, override database, playlist, skip, autologin, force autoplay
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago