Skip to content
Doguhan Uluca edited this page Feb 16, 2018 · 9 revisions

Welcome to the lemon-mart wiki!

LemonMart follows a router-first approach to designing a SPA app. See the Readme for more details.

Below are the design artifacts that facilitates the router-first approach.

Design Artifacts

  1. User Roles
  • Unauthenticated, can login to the system
  • Cashier, checks out customers buying good on the POS system,
  • Clerk, adds new items to inventory and can view inventory to take stock,
  • Manager, can access all system functionality, manager system users and lookup receipts.
  1. Site Map - https://github.com/duluca/lemon-mart/wiki/Site-Maps
  2. Entities/Major Data Components - https://github.com/duluca/lemon-mart/wiki/Entity-Model
  3. Mock Ups - https://github.com/duluca/lemon-mart/wiki/Mock-Ups
Clone this wiki locally