vnntsu/elixir-ic

[Backend] As a user, I can upload a CSV file of keywords

Closed this issue · 0 comments

Why

An authenticated user can upload a CSV file

Acceptance Criteria

  • Store uploaded keywords to the database:
    • Create a new table
    • Add a context.
    • Add a schema and changeset.
  • Only accept the uploading file size from 1 to 1000 keywords, and the file type is CSV.
  • Report back the errors