Skip to content

Releases: artingo/Java-BookShop

ToDos for checkout

Choose a tag to compare

@artingo artingo released this 14 May 11:41

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

Added sorting functionality

Choose a tag to compare

@artingo artingo released this 13 May 19:12

Added sorting functionality

Add paging functionality on overview page

Choose a tag to compare

@artingo artingo released this 13 May 08:02

Add paging functionality on overview page

Added cart functionality.

Choose a tag to compare

@artingo artingo released this 11 May 13:26

Added cart functionality.
Add paging.

Import and display articles

Choose a tag to compare

@artingo artingo released this 07 May 11:20

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

Choose a tag to compare

@artingo artingo released this 02 May 21:26

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

Initial release

Choose a tag to compare

@artingo artingo released this 02 May 20:34

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.