Commit Graph

5 Commits

Author SHA1 Message Date
7fe336b0ce chore: Improve style code 2026-05-28 20:28:25 -05:00
e658901165 chore: Add new endpoint. 2026-05-28 16:53:55 -05:00
f97b47081c refactor: split models into modules, remove template-based views, and clean up code style
- Split monolithic models.py into models/ package (customers, products, sales, payments, admin)
- Removed forms.py, all HTML templates, and associated template-based views
- Added api/ package with CatalogSaleView placeholder
- Updated all imports across project to use new model paths
- Removed obsolete tests (form, export, purchase, summary tests)
- Removed template-based URL patterns, kept only API endpoints
- Standardized string quotes (single to double) and reformatted code
2026-05-28 15:25:27 -05:00
648207192c doc: products endpoint 2026-03-14 18:06:38 -05:00
c021104b62 doc(API): add sample requests. 2026-02-14 15:50:30 -05:00