pharmacy/README.md

853 B

Pharmacy Server

A simple server for dealing with products & orders for the Catgirl Pharmacy.

ToDo:

  • Client verification for admin actions
  • Webpage for admin actions
  • Fetch info with JS
  • Fix DB lock error
  • Keep track of orders
  • Add page for managing orders
  • Return Json data
  • Use one API endpoint for fetching product data
  • Add API endpoints for modifying orders
    • Add frontend to update orders
  • Store admin login in localStorage
  • Finalize CAPTCHA functionality w/ cookies [https://rocket.rs/v0.5-rc/guide/requests/#private-cookies]
  • Add proper error handling
  • Store admin password more securely
  • Cleanup code
    • Add comments
    • Add logging
    • Format properly
  • Generate static web assets via code
  • Build chat/contact system
  • Handle orders better