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

Create EtokenSoln Folder Structure #6

Open nilanjansen opened 5 years ago

nilanjansen commented 5 years ago

We will have bare minimum two projects in Solution.

  1. Core -> This will have the token generation logic

  2. UI ->Xamarin or ,NET Core or any other Apps.

nilanjansen commented 5 years ago

Team: Can we start creating the folder structure , we will talk about the design document later.

nilanjansen commented 5 years ago

In the Core Project we can have Folders specific to Token generation

e.g. Model class., Repositories, and BL

We may not need a db here,

In the UI projct we will have .NET Core Web App or any other Technology which will consume the Core Project

here we will have all the Abstractions

UI->BL->DAL

Guys Edit it whatever way you want

nilanjansen commented 5 years ago

Added applicationfacade folder an application facade.cs as lart of T14

Added resx folder and file as part of T16.