IC card Management System Card transformation and decomposition

  • Slides: 22
Download presentation
IC card Management System Card transformation and decomposition feature Final Report Henrique Potter

IC card Management System Card transformation and decomposition feature Final Report Henrique Potter

Idea • Guide IC Card Decomposition/Transformation • Add new classification of IC cards •

Idea • Guide IC Card Decomposition/Transformation • Add new classification of IC cards • Hybrid • Organic • Inorganic • Interaction type • Isolated components tend to have more responsibilities

Old implementation

Old implementation

Old implementation

Old implementation

Final Report implementation

Final Report implementation

Final Report implementation

Final Report implementation

Final Report implementation

Final Report implementation

IC Cards Decomposition/Transformation • How guide IC card Decomposition/Transformation? • Order existing cards according

IC Cards Decomposition/Transformation • How guide IC card Decomposition/Transformation? • Order existing cards according to the likelihood that they are complex

IC Cards Decomposition/Transformation • How guide IC card Decomposition/Transformation? • Order existing cards according

IC Cards Decomposition/Transformation • How guide IC card Decomposition/Transformation? • Order existing cards according to the likelihood that they are complex List 1 IC card a IC card b IC card c IC card d IC card e IC card f IC card g List 2 IC card b IC card c IC card d IC card a IC card g IC card f IC card e

IC Cards Decomposition/Transformation • How guide IC card Decomposition/Transformation? • Order existing cards according

IC Cards Decomposition/Transformation • How guide IC card Decomposition/Transformation? • Order existing cards according to the likelihood that they are complex List 2 IC card b IC card c IC card d IC card a IC card g IC card f IC card e 1. Hybrid cards (Inevitably complex components) 2. Complex (Either Organic or inorganic) 3. Based Interaction Pattern

IC card color based decomposition guide • Isolated cards tend to be more complex

IC card color based decomposition guide • Isolated cards tend to be more complex and hide inner components

IC card color based decomposition guide • Isolated cards tend to be more complex

IC card color based decomposition guide • Isolated cards tend to be more complex and hide inner components Can be a hidden super component. Therefore the system can offer this IC card for further decomposition.

IC card color based decomposition guide • How to order the ICCards given these

IC card color based decomposition guide • How to order the ICCards given these constraints?

IC card color based decomposition guide • How to order the ICCards given these

IC card color based decomposition guide • How to order the ICCards given these constraints? • Give each property a weight that represents its likelihood of being a composite. 0 5 4 3 2 1

IC card color based decomposition guide 0 5 4 3 2 1

IC card color based decomposition guide 0 5 4 3 2 1

IC card color based decomposition guide 0 5 5 4 3 2 1

IC card color based decomposition guide 0 5 5 4 3 2 1

IC card color based decomposition guide 0 5 3 5 4 3 2 1

IC card color based decomposition guide 0 5 3 5 4 3 2 1

IC card color based decomposition guide • The system can calculate the weight of

IC card color based decomposition guide • The system can calculate the weight of each existing ICCard • Sum the weights according to each property. Load ICCards Iterate and calculate the weight for each ICCard Sort the ICCard list according to their weights

IC card color based decomposition guide • Therefore the IC card transformation can be

IC card color based decomposition guide • Therefore the IC card transformation can be guided by the IC card interaction pattern and Organic/Inorganic types IC card b IC card c IC card d IC card a IC card g IC card f IC card e First cards to be decomposed will be the ones with the highest complexity possible

IC card color based decomposition guide

IC card color based decomposition guide

IC card color based decomposition guide

IC card color based decomposition guide

Conclusions • Better approach to IC Card decomposition and transformation • Can decompose existing

Conclusions • Better approach to IC Card decomposition and transformation • Can decompose existing ICCards • Future work • Smarter guidance • Keep track of ICCard decomposition/transformation history • Code refectory (implement MVC) • PHP developers tend to mix system logic control with interface logic