- Trigram similarity search on Product and Category
- Session cart
- Recommended items for Product and Products in cart, depends on the products ordered with it. Implemented with Redis
- Category chats. Implemented throught ASGI with WebSockets and channels
- Link to login/logout
- Search form and cart across the site.
- Category list
- Category list with badges with products count. Inactive link if there is no product
- Link to category chat right to category name
- Product list by category
- Product price, views, description
- Add to a cart form
- Recommended products based on products are ordered with it
- Reviews and a form for review
- Searching on Category name, Product name and description
- Searching by PostgreSQL trigram similarity, you don't need exact query to find an item.
- Chat implemented with WebSochet and channels