Skip to content
Snippets Groups Projects
Commit 32359012 authored by michael.minelli's avatar michael.minelli
Browse files

Prepare for v3.0.0

parent d98aa858
No related branches found
No related tags found
No related merge requests found
Pipeline #26669 passed
...@@ -12,8 +12,21 @@ ...@@ -12,8 +12,21 @@
**💥 Breaking:** **💥 Breaking:**
**⚠️ Deprecation:** **⚠️ Deprecation:**
### 🔨 Internal / Developers
- No modifications / Keep major and minors versions in sync with all parts of the project
--> -->
## 3.0.0 (?)
### ✨ Feature
- Login to Dojo app via Gitlab OAuth
- User access type management
- **student**: default access type for new users
- **teachingStaff**: student access + possibility of creating assignment
- **admin**: teachingStaff access + access to user access management
## 2.2.0 (2023-10-16) ## 2.2.0 (2023-10-16)
### ✨ Feature ### ✨ Feature
......
{ {
"name" : "dojo_backend_api", "name" : "dojo_backend_api",
"description" : "Backend API of the Dojo project", "description" : "Backend API of the Dojo project",
"version" : "2.2.0", "version" : "3.0.0",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"main" : "dist/src/app.js", "main" : "dist/src/app.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment