KarthikElumalai / ETokenSln

E-Token is an online queue management system which reduces waiting time on queue, by providing live update about queue status in electronic gadgets.
https://docs.google.com/document/d/17VGdqFPdmcJriHd8aXy-ymutrQ4LejnVDnfiH8N8hms/edit
10 stars 6 forks source link

Queue Management API Entity Creation 2 #24

Closed nilanjansen closed 5 years ago

nilanjansen commented 5 years ago

Category->

CategoryId, CategoryName IsClose -> whether functional or not

QueueCategory-> QueueCategoryId, QueueId, CategoryId

BranchCategory-> BranchCategoryId(Key)(composite) BranchId CategoryId

BusinessBranch->

BusinessBranchId(CompositeKey) BusinessId BranchId

BusinessCategory-> BusinessCategoryId BusinessCategoryName

Business-> BusinessId BusinessCategoryId BusinessName NoOfCategories NoOfQueues NoOfResources TotalNoOfTokensPerQueue IsClose TimeStamp Fields

,

nilanjansen commented 5 years ago

Duplicate Issue