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

[Backend] As a user, I can run a background job for processing uploaded CSV file #10

Open
phongvhd93 opened this issue Jun 1, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@phongvhd93
Copy link
Owner

phongvhd93 commented Jun 1, 2023

Why

After uploading a CSV file, we need to save keywords from CSV file to the database for future usage.

Acceptance Criteria

  • Add a new record to search_result table for every keyword in CSV file.
  • Set the status of the new record to in-progress (there are 3 states: in-progress, success, failed)
  • Write test

Resource

https://medium.com/swlh/parsing-a-csv-file-in-ruby-6de8afd382c8

Image

@phongvhd93 phongvhd93 added this to the 0.2.0 milestone Jun 1, 2023
@phongvhd93 phongvhd93 self-assigned this Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant