Skip to content

Releases: AhmWael/Order_Processing_System

v1.2.0

29 Dec 03:26
6ba00af

Choose a tag to compare

1.2.0 (2025-12-29)

Features

  • orders: implement timezone-aware timestamp handling (ae81b11)

v1.1.0

28 Dec 14:58
6fe0ee1

Choose a tag to compare

1.1.0 (2025-12-28)

Bug Fixes

  • backend: Enhance logging and user creation flow (a839bd3)

Features

  • profile update: Add user profile update endpoint and frontend integration (73f7310)

v1.0.0

27 Dec 07:56
9aa9a0c

Choose a tag to compare

1.0.0 (2025-12-27)

Features

  • Add admin pages for books, publisher orders, and reports (7b8616e)
  • Add credit card management to user profile (9dd6663)
  • Add customer orders feature and improve signup (0f3820d)
  • auth: added register admin endpoint, seeded superadmin, and unit test updates (5257b4a)
  • backend,auth: Add JWT refresh token support to authentication (1cd857c)
  • backend,db: added migrations, updated schema, updated ERD (8077f65)
  • backend,db: added migrations, updated schema, updated ERD (f5bd20c)
  • backend: Add book CRUD API with service and repository layers (acea552)
  • backend: adjusted implementation for book class, added author, publisher class (3538ab5)
  • backend: implement credit card management with AES-256 encryption and admin reporting system (34037a0)
  • backend: initial implementation of Replenishment orders, added triggers, and logging middleware (cd2b86d)
  • backend: initial implementation of user class and basic jwt (ae16a39)
  • backend: Switch backend API docs from Swagger to Scalar (174b408)
  • cart: implement shopping cart functionality with checkout (909c5ac)
  • ci: Add release workflow and semantic-release config (1e02f1f)
  • db: create initial database schema (1805996)
  • db: modify database schema (20be2c2)
  • frontend-auth: add landing, login, and signup pages with basic UI and routing (e80405a)
  • frontend-auth: update landing and signup UI (20a48f9)
  • frontend: Add cart page and advanced search filters to frontend (3ee2743)
  • frontend: added final touches to admin dashboard (21c530a)
  • frontend: Implement user and admin dashboards, book browsing, and UI components (467e011)
  • frontend: Refine layout and UI for search and filter components (57f7b6a)
  • Implement authentication flow and improve UI feedback (bf99daf)
  • seed: add comprehensive book catalog with validated ISBNS (44435e1)
  • Swagger: Add JWT auth to Swagger and secure UsersController (df05fbf)