#PHP Ecomerce Project

38 messages · Page 1 of 1 (latest)

waxen phoenix
#

.The project involves the development of a PHP and MySQL application that simulates a 'used product sales' platform.

  • Users can put up for sale the products they want.
  • Visitors of the application can view the products in a generic way (registered users can see more specifics of the products for sale).
  • They can modify, delete, or list these articles for sale.
    The application should have the following set of features:
  • User Registration
  • Account Recovery
  • Remember Me
  • Authentication
    There are three areas:
    -> All users (registered and unregistered)
  • List all items for sale by users
    -> Registered users
    • Profile
    • Associate an image with their profile
    • Change their data
    • Should not have access to other clients' data
    • Product can have one additional image
      -> Administration
  • Admin profile
  • Listing of users on the platform (block or delete)
  • Option to view the items available
  • Admin can consult or delete logs "
#

So this is the php exercise i am talking about

#

i also did the mockups for that

#

login and sign up

#

were ?

verbal bane
#

it does, just differently

#

˙<#CHANNEL_ID>˙

#

#894869766613917697

waxen phoenix
#

Since I am using Linux, XAMPP is my choice for local web server solution, providing an easy-to-use and efficient environment for developing and testing my project

#

i will use php for backend and bootstrap for frontend

verbal bane
#

You can discuss here as well

waxen phoenix
#

later it will be 💀

verbal bane
#

However you like, just saying you can have discussion here too if you like

waxen phoenix
#

it would be better here since it will help me organize me

verbal bane
#

You can always post a link to this convo in general if you like

#

just don't spam it once every hour xD

waxen phoenix
#

don't wuant to

#

according to the problem what can i change in the desings ?

#

i think yall can see the mockups

#

they are in portuguese tought

#

wdym

#

laragon

#

xaamp is better

#

i am using it on linux with no issues

#

well,i don't really have other options since this is for a uni project

#

its mandatory

#

it just appears that

#

oh and for yall try not going to chat gpt,if i need some coding

#

no

#

also no

#

just online

#

this is just a simple project

verbal bane
#
  • User Favorites - Could be able to check favorites and then have section for those on client side so user can preview their favorite items (Is this Follow the category item point?)
  • Different views for authenthicated users and anonymous users
  • Rate item (once per signed in user / per item, disable rating for anonymous)
  • Comments (only for signed in users)
#

Work log (amount item have been add to the storage, what new item, what item out of stock, etc)
->
Actions Log

  • Whenever admin does something, like adding item, removing item, banning, changing, etc, log it in Audit Logs
    • Admin id, admin name, action done, item (id, name, etc.) if action done on item
#

Do SOFT DELETION

#

Soft delete means you set some flag to the item in database and omit it from showing to the user

#

So it is still in DB, just not showing to anyone