Skip to content

Commit

Permalink
lagacy plan added (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
marslanabdulrauf authored Jan 9, 2023
1 parent 948e80d commit 4ea9408
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
COURSE_AUTHORS,
ELITE,
ESSENTIALS,
LEGACY,
MONTHLY_ACTIVE_USERS,
NUMBER_OF_COURSES,
NUMBER_OF_REGISTERED_USERS,
Expand Down Expand Up @@ -4043,5 +4044,15 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring
WP_ADMIN_USERS: 3,
COURSE_AUTHORS: 10,
PANEL_ADMINS: 2,
}
},
LEGACY: {
ADDITIONAL_USER_PRICE: 0,
MONTHLY_ACTIVE_USERS: 99999999,
NUMBER_OF_REGISTERED_USERS: 99999999,
NUMBER_OF_COURSES: 99999999,
STAFF_USERS: 99999999,
WP_ADMIN_USERS: 99999999,
COURSE_AUTHORS: 99999999,
PANEL_ADMINS: 99999999,
},
}
1 change: 1 addition & 0 deletions openedx/features/edly/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
TRIAL = 'trial'
ESSENTIALS = 'essentials'
ELITE = 'elite'
LEGACY = 'legacy'
TRIAL_EXPIRED = 'trial expired'
DEACTIVATED = 'deactivated'

Expand Down

0 comments on commit 4ea9408

Please sign in to comment.