You are on page 1of 8

Lucky Money

High Level Design Version No 1.0.0.0

2012, FINATEL Technologies. All rights reserved.

High Level Design

Current Status: Under Review Release Date: 12-Jun-12

Document ID Document Title Ver No 1.0 Issue Date 20-Jun-12 Author Manuel.A

001-HLD LM_FDD_RoleUsers.docx Reviewer Srikanth Approver Changes Made Initial Draft

Revision History

Page 2 of 8

Confidential

High Level Design

Contents
Page 3 of 8 Confidential

High Level Design

Contents................................................................................................................................ 3 Introduction........................................................................................................................... 5 2Design Considerations......................................................................................................... 5 2Architectural Strategies ...................................................................................................... 5

Page 4 of 8

Confidential

High Level Design

Introduction
Purpose
To implement the pin based transactions using the acculynk pay secure (IPD). The Pay secure enables the internet PIN Debit (IPD) based transactions where in user has to provide his/her pin details along with the card number to process the transaction. This document provides the implementation plan for the integration of the Acculynk paysecure(IPD).

Scope
Scope of this document is to explain the design considerations for the development activities involved in the integration of Acculynk Pay Secure (for Internet Pin Debt implementation) with Lucky money web portal.

Audience
The intended audience of this document includes the following but is not limited to: Design & Development Team Testing Team Business Team

Abbreviations
NA NA

1.5 Distribution
Version No. 1.0 Name FinaTel Team Issue Date 12-Jun-12

2 Design Considerations
Assumptions and Dependencies
Recommended Device Specification NA NA

2 Architectural Strategies
NA Page 5 of 8 Confidential

High Level Design

Software Re-use NA Memory Management Policy NA Performance Optimization NA Software Diagnostics NA Interfaces NA Functional design: This section talks about all the aspects involved including database design for the implementation of the Check Money Role Management. Role Management Users:
Role management users allow for different users access our websites. It will grant permission from database. The users are Admin, Level1, Level2 and Level3. 1.Admin Role It allow to access all pages. 2.Level1 It certain restrictions on view the pages. 2.Level2 It certain restrictions on view the pages. RoleUser Table It contains roleid,rolename,roledet,active fileds available in this table. Permission Table Permission table will give Action details , access pages based on condition. Role Detail Table Role detail table contains Roledetid,PermissionCode,RoleId , So we get the details from role id and role detail table

1. Database changes: Page 6 of 8 Confidential

High Level Design

Table Name : RoleUser ColumnName RoleId RoleName RoleDetail Status Type bigInt varchar(50) Varchar(100) Bit Keys Primary ----

Table Name : Permission

ColumnName PermissionCode Action Description Status

Type bigInt Varchar(100) Varchar(100) bit

Keys Primary ----

Table Name : RoleDetail ColumnName RoledetId PermissionCode RoleId Page 7 of 8 Type bigInt bigInt bigInt Keys Primary --Confidential

High Level Design

Page 8 of 8

Confidential

You might also like