UVicMartletplace / martletplace

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

POST listing #112

Closed emilasuska closed 1 month ago

emilasuska commented 1 month ago

Feature Description

Modify a listing.

Modify a Listing row in the database. Modify 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/id returns the modified listing information.
 GET /api/search/?q="old description" returns other listings or nothing GET /api/search/?q="new description" returns listing in search results

GDeane commented 1 month ago

Closed because backend is calling reindexing API at #70