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

Create mock input data #3

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions mocks/activities.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[
{ "slug": "AAA", "name": "La primera clase", "planned_date": "08-08-2020", "grade": "0.1", "id": 1 },
{ "slug": "DB", "name": "Bases de Datos", "planned_date": "10-08-2020", "grade": "0.2", "id": 2 },
{ "slug": "BUG", "name": "Debugging", "planned_date": "17-08-2020", "grade": "0.2", "id": 3 }
]
5 changes: 5 additions & 0 deletions mocks/students.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Nombres,Sección,Curriculo,Carrera,EMail,RUN,Número de alumno
Benjamín Vicente,1,40013,(400) INGENIERÍA CIVIL,[email protected],12345678-9,87654321
Alfredo Medina,1,40013,(400) INGENIERÍA CIVIL,[email protected],12121212-1,21212121
Ignacio Porte,2,40013,(400) INGENIERÍA CIVIL,[email protected],44448888-8,88884444
Carlos Paredes,2,40013,(400) INGENIERÍA CIVIL,[email protected],55555555-5,55555555