/
githubmirror
/
edx-platform
ОбзорДокументацияВойти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
edx-platform/
.../djangoapps/student/
..
docs

Add Anonymous ID related ADR.

6 лет назад
management

chore: use zoneinfo instead of pytz

4 месяца назад
migrations

Revert "Merge ulmo.1 into release-ulmo"

3 месяца назад
models

fix: remove annotated models from safelist and annotate openedx models on PII (#352)

2 месяца назад
signals

chore: add missing inline code annotations in events (#36473)

год назад
templates

feat: add a command to fetch unsubscribed emails from Braze

3 года назад
tests

fix: retirement PII leaks by redacting pending secondary email/name data (#343)

2 месяца назад
views

fix: retirement PII leaks by redacting pending secondary email/name data (#343)

2 месяца назад
README.rst

Update with suggestions: - Add ADR describing Plugin Contexts - Remove app-specific constants from framework-level code - Add dashboard constants to student app with README

6 лет назад
__init__.py

style: django-not-configured is not a sensible lint-amnesty value (#26862)

5 лет назад
admin.py

feat: implement course access role history table (#37260)

год назад
api.py

chore: calling other djangoapps from API instead of model (#36448)

год назад
apps.py

BOM-2375-student-part2 pyupgrade in student app.

5 лет назад
auth.py

fix: CourseLimitedStaffRole should not be able to access studio. (#65)

8 месяцев назад
constants.py

feat: implementing autocomplete for django admin pages.

год назад
email_helpers.py

refactor: convert course_module term to course_block

4 года назад
emails.py

feat: update to edx-ace 1.0.0

5 лет назад
forms.py

feat: update to edx-ace 1.0.0

5 лет назад
helpers.py

Revert "Merge ulmo.1 into release-ulmo"

3 месяца назад
message_types.py

Send proctoring requirements email when enrolled in relevant course mode

6 лет назад
middleware.py

feat: django codemods changes for common folder (#28775)

5 лет назад
models_api.py

chore: use zoneinfo instead of pytz

4 месяца назад
role_helpers.py

fix: libraries performance problem

2 года назад
roles.py

fix: libraries performance problem

2 года назад
tasks.py

feat: added a new field to canvas_entry_properties in enrollment email (#36603)

год назад
toggles.py

refactor: Remove unused code for merchandising 2U LOBs (#34230)

2 года назад
urls.py

chore: removed 'wrong-import-order' from disabled imports (#29365)

5 лет назад
README.rst
Status: Maintenance
 
Responsibilities
================
The Student app supplements Django's default user information with student-specific information like User Profiles and Enrollments. This has made it a catch all place for a lot of functionality that we want to move into more dedicated places. For instance, while the CourseEnrollment models remain in this app for now, most Enrollment related functionality has already moved to the Enrollment app.
 
If you are thinking of adding something here, strongly consider adding a new Django app instead. If you are extending something here, please consider extracting it into a separate app.
 
Intended responsibility: Student dashboard functionality.
 
Glossary
========
 
 
More Documentation
==================
 
Plugins
-------
Plugin Context view names (see ADR 0003-plugin-contexts.rst):
* "course_dashboard" -> student.views.dashboard.student_dashboard