-
- Downloads
Student passwords can now be set when exporting
The former student data endpoint /export/csv/ has been replaces by /export/json/ . This new endpoint exports the data as normal json. It also allows the client to send setPasswords: true as an option which will results in random passwords beign generated for all students and included in the export data.
parent
420d7105
No related branches found
No related tags found
Checking pipeline status
Showing
- core/models.py 1 addition, 1 deletioncore/models.py
- core/tests/test_export.py 31 additions, 7 deletionscore/tests/test_export.py
- core/urls.py 1 addition, 1 deletioncore/urls.py
- core/views/__init__.py 1 addition, 1 deletioncore/views/__init__.py
- core/views/export.py 33 additions, 30 deletionscore/views/export.py
- frontend/src/api.ts 15 additions, 1 deletionfrontend/src/api.ts
- frontend/src/components/DataExport.vue 168 additions, 117 deletionsfrontend/src/components/DataExport.vue
- frontend/src/components/mixins/mixins.js 0 additions, 15 deletionsfrontend/src/components/mixins/mixins.js
- frontend/src/components/mixins/mixins.ts 17 additions, 0 deletionsfrontend/src/components/mixins/mixins.ts
- frontend/src/store/modules/subscriptions.ts 2 additions, 2 deletionsfrontend/src/store/modules/subscriptions.ts
- frontend/src/store/mutations.ts 7 additions, 1 deletionfrontend/src/store/mutations.ts
- frontend/src/store/store.ts 5 additions, 1 deletionfrontend/src/store/store.ts
- requirements.txt 1 addition, 1 deletionrequirements.txt
Loading
Please register or sign in to comment