From 2932888d0e7f8365644232b08ecfdfdd43abdacd Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Fri, 01 Sep 2023 07:07:33 +0000 Subject: [PATCH] 📝 : add features section --- README.md | 10 +++++++--- 1 file(s) changed, 7 insertion(s)(+), 3 deletion(s)(-) diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ Last Tag

+--- + **GitLab Classroom** is a modest clone of [Github Classroom](https://classroom.github.com/), aimed at GitLab. + +## Features **GitLab Classrooms** helps _Teachers_ to: @@ -20,10 +24,10 @@ * automate _Students_ repositories creation in the Group * use project templates, to have a code skeleton to start with * grade work automatically by importing test results -_Students_ can: +For _Students_, **GitLab Classrooms** help them to: * access their assignments -* create their repositories automatically by simply joining a class with a magic link +* create their repositories automatically by simply joining a classroom with a magic link * see their grade on each assignment -**GitLab Classroom** uses GitLab OAuth2 provider to authenticate _Teachers_ and _Students_. +**GitLab Classroom** uses GitLab OAuth2 provider to authenticate _Teachers_ and _Students_, so no account management is required. -- tangled.sh