Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.89 KB

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 2.89 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2024-01-09)

Features

  • add docker-compose.yml file to configure MariaDB service (8b1cd77)
  • back: create lib 'zydus-http' (e4e9099)
  • frontend: add initial HTML, CSS, and JavaScript files for the frontend (4298c60)
  • front: link css to html (bb5f7f5)
  • front: link js to html (17d3118)
  • lib.rs: add find_all function to Repository (398fa8c)
  • lib.rs: add id field to Product struct to uniquely identify products (82e3003)
  • lib.rs: add id field to User struct to allow for identification of users (4aee8df)
  • lib.rs: add OrderStatus enum to represent the status of an order (2f84708)
  • lib.rs: add price field of type BigDecimal to the Product struct (770aa3a)
  • lib.rs: add trait Repository with find_one function (2d2783c)
  • lib.rs: add User struct to represent a user in the system (08dfe08)
  • lib.rs: implemented Repository for UserRepository struct (68b005b)
  • lib: improving lib organization (baafa35)
  • lib: user repository module created (03586a5)
  • README.md: add section 'How to build' (39cff53)
  • README.md: add section 'Requirements to build' (081862e)
  • script.js: add initial console log statement to script.js file (2e3782b)