GithubHelp home page GithubHelp logo

flurium / jing Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 4.94 MB

Java reincarnation of selling platform made with honor in 1 week. Officially DEAD

License: MIT License

Java 54.09% Dockerfile 0.99% HTML 8.89% CSS 36.03%
java selling-platform spring-boot

jing's People

Contributors

fluriumteam avatar roman-koshchei avatar

jing's Issues

Purchase history

Show all orders which were paid in separate page. You can go to this page from profile page.

Products management

On user profile page we show all user's products drafts and published (can separate them or filter).
Can delete product right from the list, but with approve modal.

Creating product consist of 3 stages:

  1. creating draft product
  2. adding properties
  3. publishing

Cart

Show all products whit are not paid yet.
Buttons to remove product from cart, change amount.

Database

Category

  • id
  • name
  • list of products

Product

  • id
  • name
  • description
  • price
  • status (available, out of stock, coming soon)
  • category
  • list of reviews

Review

  • id
  • grade (1-5)
  • date
  • content
  • user
  • product

Order

  • id
  • user
  • product
  • amount

Roles

  • user
  • admin

My sells

See list of all orders of user's products.

User published product.
Someone paid for it.
User see this order in this list.

Auth

Add authentication and authorization:

  • login form
  • register form
  • make it work

Comments and answers

On product page should be link to a comments section.
You can write new comment (you can make modal or div at top).
After each comment you should see button to write answer. Form of answer should not hide comment. I propose make it appear right after comment or overlay at the bottom of screen.

Product view

View of product with it's properties. Remember: it should be responsive.

Categories management

Create new categories, edit existed, delete categories.
Only accessible for admins.

Search

On the main page make search by:

  • category
  • price (min, max)
  • name / description

Add pagination.
You can use something like HTMX or TwinSpark to make it load fasted and partially.

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.