nathanielfernandes / cps630-project

4 stars 0 forks source link

Ad posting interface #35

Closed Dev-Zhao closed 3 months ago

Dev-Zhao commented 3 months ago

Resolves #21

image image

Photos can be uploaded via drag and drop (from computer or web), and selecting file using file explorer.

maxpiorischin commented 3 months ago

What's the difference between sale/ service/ and wanted/? Could you use a [slug] instead to differentiate the three to avoid repeating code?

Dev-Zhao commented 3 months ago

@maxpiorischin no difference, but I put it as three different pages in case we want it to be different. Also if user goes to a page that doesn't exist, it will show 404 (if we ever make that 404 page).