Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework updateListing cloud function behavior #28

Open
WilsonLe opened this issue Mar 28, 2023 · 0 comments
Open

Rework updateListing cloud function behavior #28

WilsonLe opened this issue Mar 28, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@WilsonLe
Copy link
Contributor

Prerequisite

Update input interface as follow:

  • name
  • price
  • description
  • status
  • condition
    Output interface:
  • [all input interface]

If user want to update images (add or delete), they would have to do it from the client by modifying all images in the /listings/[listing-id]/* folder.

There needs to be a background worker that listen for changes in that folder and update listing's images accordingly.

@WilsonLe WilsonLe added enhancement New feature or request help wanted Extra attention is needed labels Mar 28, 2023
@WilsonLe WilsonLe changed the title Rework updateListing behavior Rework updateListing cloud function behavior Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant