Giter Site home page Giter Site logo

aspnetcore-assignment's Introduction

ASP.Net Core Developer Assignment: Queue Management System

The assignment involves the creation of a Queue Management System using ASP.NET Core. Please use the following libraries/tools and the stated versions:

  • ASP.NET Core 5+
  • PostgreSQL 11+
  • FastReport.Net
  • Npgsql 6.0.0+

Queue Management System

Create a simple Queue Management System with the following pages:

  1. Check-In page. This page should allow customers to select the kind of service they're receiving and should support kiosk mode with the following in mind:
    • Use descriptive text.
    • Buttons should be large enough.
    • Ability to print tickets. Design the ticket using FastReport.Net.
  2. Waiting page. This page should simply display the called customer's ticket number and the service point they should head to.
  3. Service point. This page should allow the service provider to:
    • Authenticate and select their service point.
    • Get next number.
    • Recall number.
    • Mark number as no show.
    • Mark number as finished.
    • Transfer number.
    • View their queue.
  4. Admin dashboard. This page should have the following:
    • Ability to configure service points.
    • Ability to configure service providers.
    • Ability to generate an analytical report, using FastReport.Net, displaying the following information:
      • Number of customers served.
      • Average waiting time per service point/provider.
      • Average service time per service point/provider.

Database modelling

  • Use PostgreSQL as the database of choice.
  • Ensure that the database tables are properly mapped to your project's POCO models.
  • DO NOT use existing ORMs i.e. Entity Framework for modelling. Instead, write your own CRUD methods.

How to work on the assignment

  • Fork this repository.
  • Clone your forked repository.
  • Start working on the assignment.
  • Ensure to do periodic commits with meaningful commit messages.
  • Once you are done, push your work to your forked repository and finally submit a pull request to the upstream repository.
  • If you don't want to create a public repository please invite (@hanmaktechltd) to your working repository.
  • Please include a brief description of how to run your solution and also include a copy of the database schema.
  • If you have any questions contact us ([email protected])

aspnetcore-assignment's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.