Git Product home page Git Product logo

bidme's Introduction

Auction platform: BidMe

Date: Feb 2, 2023 - Mar 6, 2023

GitHub repo: flurium/bidme

Website: bidme.onrender.com

Technologies:

  • ASP.NET Core MVC
  • PostgreSQL
  • Bootstrap (with custom theme)
  • Entity Framework Core
  • Identity Framework
  • Docker

Infrastructure:

  • Render for deployment
  • Supabase for database
  • SendGrid for sending emails

bidme's People

Contributors

dimitri-fliud avatar fluriumteam avatar mariia-shcherbak avatar roman-koshchei avatar vitalii-lytvynenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dorucioclea

bidme's Issues

Ban of users

Ban/Admin controller. Admin should be able to ban user as seller and as buyer. At admin panel should be option to give admin role to user.

Closed lot view

If lot is closed. Details view should no contain:

  • input to make a bid and minimal raise buttons
  • rename "Current price" to "Sold with price"
  • rename label before time to "Lot was closed at"

Filter and search of products

Implement search and filter of lots at home page. Home controller will work as main.

  • Search by name
  • Categories
  • Price

Manage categories

Manage of categories in admin panel. JUST STEAL FROM THING.
Admin should be able to delete category only if there are no lots in it!

Sell lot

Add lot (several images are supported).
Can edit only description of lot.
Add tags to lot to search by tags.
Available periods: 1 day, 3 days, 7 days.

Current bids

Show right currently active bids.
Fix panel at profile page: move it to separate file like _ProfileNav, and use @await Html.PartialAsync

Close lots automatically

Use ASP background processes. Order of lots. When redeploy it should fill order with not closed lots in db.

View of my lots

On profile page I should see lots that I have published and lot that I buy (which aren't closed). Also somewhere (on separate page or there) I should have history of my bets

Make a bet

Make a bet if user isn't banned as buyer. Bet should be bigger than previous.

Subcategories

Admins can add new root categories and subcategories.
Seller can add new subcategories, but it should be approved by admin.

  • change database
  • change search (like olx)
  • change creation of lot (like in olx)

Minimal price rise

Minimal difference between old and new bid. Should be set by seller.
Add options at view like: 100% of minimal price, 150%, 200% and custom.
But show amount not percent and round number.

Current price at cards

Show current price rather than start price at home page and other pages, where cards is used. I recommend move it to another partial view and reuse it.
Image

Close time

During create add field for lot close time. I suggest to add 3 options: in 1, 3 and 7 days

Auth

Add registration, login. Make validation or error messages to get info why can't register (like Bad password, bad name)

Is lot sent

Create field IsSent in lot model which is false by default. In profile seller will see closed lots which aren't sent. And when he send it he should click on button I have sent the item. It will set IsSent to true. And buyers will see which lots they bought and their state

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.