Files
edx-platform/common/djangoapps/student
jawad khan 5025a3ffd9 feat!: remove "Text Me the App" page from web app because of security concern
Someone at edx was able to quickly send a few texts to himself using the tool.
Each text came from a different number and there was no message about the ability to unsubscribe or stop.
This could potentially be used to spam users as well as potentially result in charges to edX for high volume.

page url https://courses.edx.org/text-me-the-app
LEARNER-8286
2021-03-30 23:38:24 +05:00
..
2021-03-10 16:17:22 +05:00
2021-03-10 16:17:22 +05:00
2021-02-03 15:29:53 +05:00
2021-03-12 10:25:54 -05:00
2021-03-12 10:25:54 -05:00
2021-03-19 10:15:59 +00:00
2021-03-10 16:17:22 +05:00
2021-03-19 15:22:03 +05:00
2020-03-13 15:14:37 -04:00
2021-03-19 15:22:03 +05:00
2021-03-12 10:25:54 -05:00
2021-03-10 16:17:22 +05:00

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