Releases: artingo/Java-BookShop
Releases · artingo/Java-BookShop
ToDos for checkout
Prepared Componnents, Controller and HTML files for checkout.
Your ToDo is to implement the functionality.
Added sorting functionality
Added sorting functionality
Add paging functionality on overview page
Add paging functionality on overview page
Added cart functionality.
Added cart functionality.
Add paging.
Import and display articles
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
Made HTML pages dynamic.
Introduced partials.
Made resources local.
Controller: added generic routing for dynamic HTML pages.
Initial release
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.