Giter Site home page Giter Site logo

mikemathu / aspnetcore-assignment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hanmaktechltd/aspnetcore-assignment

0.0 0.0 0.0 4.07 MB

Asp.Net Core Assignment for a full stack developer by Hanmak Technologies Ltd.

JavaScript 54.10% C# 20.94% CSS 3.98% HTML 20.98%

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])

To Configure For Local Use

  1. Clone repository to local computer
  2. Create new postgres database
  3. Import sql file located at "Data" folder of this repository
  4. Set up User Secrets
  • right-click the project and choose "Manage User Secrets" App Screenshot
  • This opens an editor for a secrets.json file in which you can store your configuration App Screenshot
  1. When completed, run the website in Visual Studio
  • Login as Admin using Name: Admin | Password Admin@123
  • Login as service provider using Name as Nurse1, Nurse2, Nurse3, Nurse4 or Nurse5 and Password as Nurse1@123, Nurse2@123, Nurse3@123, Nurse4@123 or Nurse5@123 respectively.

Screenshots

  1. Check-In page App Screenshot

  2. Waiting page App Screenshot

  3. Service point App Screenshot

  4. Admin dashboard App Screenshot

aspnetcore-assignment's People

Contributors

mikemathu 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.