Skip to content

Commit 05e39f4

Browse files
committed
Update instructions
1 parent e19cce1 commit 05e39f4

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Fork this repository and create a clone of it:
1010
git clone https://github.com/<your username>/educator-progress-dashboard.git
1111
```
1212

13-
Add the list of your student's Github usernames to the `STUDENTS` constant in `gitmastery.config.ts` (without `@`).
13+
Set the name of your class in `config/gitmastery.config.ts`
1414

15-
If you wish to shortlist and filter the list of exercises that you want to monitor, add it to the filter list in `EXERCISES` constant in `gitmastery.config.ts`.
15+
Add the list of your student's Github usernames to the `config/students.csv` file.
1616

17-
Set the class name to display on the webpage using the `CLASS_NAME` constant in `gitmastery.config.ts`.
17+
If you wish to shortlist and filter the list of exercises that you want to monitor, add it to the filter list in `config/exercises.csv` file.
1818

1919
Install all dependencies:
2020

config/exercises.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
exercise_name
2-
grocery-shopping

config/students.csv

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
username
2-
damithc
3-
woojiahao
4-
yadunut

0 commit comments

Comments
 (0)