UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

PUT listing #108

Closed emilasuska closed 3 months ago

emilasuska commented 4 months ago

Feature Description

Create a new listing.

Create a Listing row in the database. Create a Listing document in the search engine.

relates: #xxx blocked by: #xxx

Problem You're Trying to Solve

Part of basic CRUD functionality for Users and Listings.

Related External Resources

Acceptance Criteria

GET /api/listing/ returns the same information. GET /api/search/?q="" returns the listing in the result (near the top)

GDeane commented 3 months ago

Closed because backend is calling our reindexing API in #70