freeCodeCamp/freeCodeCamp

Missing CSV Files in released branch of Relational Database Courses

Open

#53 914 ouverte le 28 févr. 2024

Voir sur GitHub
 (16 commentaires) (0 réactions) (0 assignés)TypeScript (44 572 forks)batch import
help wantedscope: curriculum

Métriques du dépôt

Stars
 (444 744 stars)
Métriques de merge PR
 (Merge moyen 6j 11h) (253 PRs mergées en 30 j)

Description

Describe the Issue

I've had a user report that they can't find the .csv files when cloning the GitHub projects for the Relational Database Courses.

Looking at the World Cup Database: https://github.com/freeCodeCamp/learn-world-cup-database/tree/main

There is no .csv file present.

However, in the v2.0.0 branch the games.csv file is there: https://github.com/freeCodeCamp/learn-world-cup-database/tree/v2.0.0

This also appears to be true for the Student Database: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-1

The courses.csv and students.csv are found only in v3.0.0: https://github.com/freeCodeCamp/learn-sql-by-building-a-student-database-part-1/tree/v3.0.0/.freeCodeCamp/reset_files

Affected Page

https://www.freecodecamp.org/learn/relational-database/build-a-world-cup-database-project/build-a-world-cup-database

Your code

N/A

Expected behavior

The CSV file should be present in the most recent/released version of the repo.

Screenshots

No response

System

N/A

Additional context

No response

Guide contributeur