GithubHelp home page GithubHelp logo

avi-meshulam / mylibrary Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 1.0 215.17 MB

A WPF application, simulating a book library, incorporating OOP principles and binary serialization.

License: MIT License

C# 100.00%
wpf oop-principles layered-architecture generics filtering binary-serialization book-library datagrid

mylibrary's Introduction

MyLibrary

A WPF application, simulating a book library, incorporating OOP principles and binary serialization.

Filtering

The application consists of 3 projects:

  • MyLibrary - UI gateway
  • MyLibrary.BL - Business Logic Layer
  • MyLibrary.DAL - Data Access Layer

Features/Technologies/Tools:

  • WPF
  • Object Oriented Programming
  • 3 Layers Architecture
  • Interfaces & Generics
  • Custom Observable Collections
  • Custom 'Window' objects
  • Data Grids & Filtering
  • Toolbars
  • User & Permissions
  • Binary Serialization
  • Isolated Storage

Login Instructions

  • On first launch, user name & password will be auto filled with admin/admin.
  • On the top-right corner you will see a "Generate Demo Data" button - click it to load demo data. The button apears only as long as there's no data in storage. Demo data includes 20 users, with the following credentials:
  • User name: "user{01-20}"
  • Password: "pass{01-20}"

Business Logic Models

Entities - Overview

Models Overview

Entities - Details

Models Details

Entity Manager

Entity Manager

UI Models

Entities Window

Entities Windows

Entity Window

Entity Window

Isolated Storage

Root directory format

%LOCALAPPDATA%\IsolatedStorage{xxxxxxxx}.ldz{xxxxxxxx}.mrf\Url.{GUID}\AssemFiles

Folders (i.e 'tables')

  • Employees
  • LibraryItems
  • Publishers
  • Users

Operations

  • Add Item

    Add Item

  • Add Copies & Borrow

    Add Copies And Borrow

  • ISBN Filtering

    ISBN Filtering

  • Advanced Search

    Advanced Search

  • Add Employee

    Add Employee

  • Add User

    Add User

  • Permissions

    • Manager

      Manager Permissions

    • Supervisor - Same as Manager, but cannot manipulate employees and users.

      Supervisor Permissions

    • Worker - Same as Supervisor, but cannot manipulate publishers and books.

      Worker Permissions

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.