Coder Social home page Coder Social logo

online-store's People

Contributors

texhapb85 avatar vovastar avatar xiatelly avatar michael-trafficlabel avatar

Watchers

 avatar  avatar

Forkers

xiatelly

online-store's Issues

Implement cart storing infrastructure

Implement CRUD operations on repository and service layer, so user could using methods from CartService add new items to cart, remove them, update number of every item in cart.
There should be InMemory and TxtFilesStorage repository implementations. (see Item saving infrastructure example)
score 2 extra points

Implement order storing infrustructure

Add Order entity with field (Cart, total amount, dateOfOrder, status(enum with values CREATED, IN_PROGRESS, PAID_FINISHED))
Implement CRUD operations on repository and service layer, so user could using methods from OrderService add new orders, and Admin could remove them, update them, change their statuses.
There should be InMemory and TxtFilesStorage repository implementations. (see Item saving infrastructure example)
score 3 extra points

Implement categories storing infrastructure

Implement CRUD operations on repository and service layer, so admin could using methods from CategoriesService add new categories, remove them, update items that belong to categories.
There should be InMemory and TxtFilesStorage repository implementations. (see Item saving infrastructure example)
score 3 extra points
Think over how to implement storing of categories into txt storage. To discuss on lecture 21.

Implement user storage infrastructure

Implement CRUD operations on repository and service layer, so admin could using methods from UserService add new users, remove them, update them.
There should be InMemory and TxtFilesStorage repository implementations. (see Item saving infrastructure example)
score 2 extra points

Add servlets shop implementation

Set up tomcat via resourced.
implement home page
implement CRUD operations for items and Servlets for processing all item operations.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.