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

Add a files in your classroom #71

Open
zaratan opened this issue Sep 3, 2018 · 1 comment
Open

Add a files in your classroom #71

zaratan opened this issue Sep 3, 2018 · 1 comment
Labels
3 Project Something about the project

Comments

@zaratan
Copy link

zaratan commented Sep 3, 2018

Why ?

We want to be able to upload a file to our service WITHOUT having the file passing through our API to the S3 (we don't need those extra Go of data going through). So let's go directly to S3. The process is a bit more complex so it will be multiple issues.

Every teacher will want to add a new media to their classroom (video/images)

Must have

  • A new field in classroom representing an array of url
  • the classroom controller should return them

(no way to add a new one for now)

Reading list

@zaratan zaratan added Project Something about the project 3 labels Sep 3, 2018
@zaratan
Copy link
Author

zaratan commented Sep 10, 2018

The fact that we are using an array is mostly to make you try it. In real life I would advise a normal table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 Project Something about the project
Projects
None yet
Development

No branches or pull requests

1 participant