Skip to content

Releases: artingo/Java-BookShop

ToDos for checkout

14 May 11:41

Choose a tag to compare

Prepared Componnents, Controller and HTML files for checkout.
Your ToDo is to implement the functionality.

Added sorting functionality

13 May 19:12

Choose a tag to compare

Added sorting functionality

Add paging functionality on overview page

13 May 08:02

Choose a tag to compare

Add paging functionality on overview page

Added cart functionality.

11 May 13:26

Choose a tag to compare

Added cart functionality.
Add paging.

Import and display articles

07 May 11:20

Choose a tag to compare

Read dynamic books list from CSV file.
In the Controller, pass it to the view as model attribute.
In index.html, display it, using Mustache.

Split into partials

02 May 21:26

Choose a tag to compare

Made HTML pages dynamic.
Introduced partials.
Made resources local.
Controller: added generic routing for dynamic HTML pages.

Initial release

02 May 20:34

Choose a tag to compare

The shop's HTML files are all static in the "resources/static" directory. CSS, JS and Font ressources are not optimized. The Controller is empty. No dynamic data.