()
| 1177 | |
| 1178 | // TODO: Probably better to denormalize this into the user |
| 1179 | getLeadPriority () { |
| 1180 | const request = $.get('/db/user/-/lead-priority') |
| 1181 | request.then(({ priority }) => application.tracker.identify({ priority })) |
| 1182 | return request |
| 1183 | } |
| 1184 | |
| 1185 | becomeStudent (options = {}) { |
| 1186 | options.url = '/db/user/-/become-student' |
no test coverage detected