disclaimedication / virtual-queue

A simple smart contracts which assigns user to queue based on availability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Queue

  • Simple Smart Contract
  • Initializes with a Manager
  • Manager assigns Stores
  • User registers to the System.
  • System allots store queue order in FIFO.
  • User in Active-Queue is served and makes room for User from Waiting-Queue.

note: This is just a no-brainer and cannot be considered as a serious project.

About

A simple smart contracts which assigns user to queue based on availability