Skip to content

sharz1/sisters-of-the-road-admin

 
 

Repository files navigation

Sisters of the Road Cafe Admin and POS system

At Sisters of the Road Cafe, anyone can come in and purchase an affordable meal. Those without the ability to afford a meal can trade volunteer time for cafe credits. Currently, these volunteer credits are tracked manually, and the purpose of this app is twofold:

  • Provide a Point of Sale style interface, suitable for an iPad, for checking out with credits
  • Provide an administrative view into volunteers' credit balances

With a system like this, the checkout process at the cafe can go more smoothly, making running the checkout counter easier and faster. Administrators at the cafe will be able to log into the Django Admin to look at volunteers, make notes, and adjust balances as needed.

Technology

This tool is a Django app with Preact frontend and Postgres for the database.

Setup/Installation Instructions

See the Setup document for instructions on how to run this app on your machine and contribute to its development.

Event MVP Functionality Overview

Staff users can...

  • Log in and see the main barter-checkout page
  • Search for a barter account by customer name (fuzzy search)
  • Checkout a meal with a barter account
  • Add volunteer credit to a barter account

Admin users can...

  • Log in and see the main admin page
  • Add new barter accounts
  • Add new staff accounts
  • Search for barter accounts
  • View all barter accounts
  • View credit balance for customer
  • See log of how credits were used

Checkout interface is...

  • optimized for iPad
  • intuitive for users with variety of tech experience
  • easy to read

Admin interface is…

  • not accessible to regular staff users

Contributors

See Authors.

License

See License.

About

Administrative tool and POS front-end for the Sisters of the Road Cafe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.4%
  • Python 43.9%
  • Gherkin 6.6%
  • CSS 3.8%
  • HTML 1.3%