-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Future Dev
Now the routing system is in place, we can look at implementing the ability to generate short URLs (within the main site URL). The first use case for this, is being able to provide shorter URLs on SMS notifications, for example to link to the assignment submission page if it is an assignment due notification.
URLs should follow the format <wwwroot>/s/XXXX where XXXX is a series of 4 alphanumeric characters. We should store these per-user, as users will have to be authenticated anyway to access many of the links. This will mean multiple users can have the same short URL sent to them, and they will likely point to different URLs.
Once it's possible to define shorter URLs, we should then add relevant URLs to the end of the Assignment notifications implemented in MDL-83518, where applicable. We will need to ensure that the logic related to URLs from MDL-81469 are applied, so that URLs are included where possible, but omitted where required as per the rules outlined in that technical spike.
- has a non-specific relationship to
-
MDL-84352 Implement smart shortening of SMS notifications
-
- Open
-
- has been marked as being related by
-
MDL-81031 Initial implementation of the Routing system
-
- Closed
-
- is blocked by
-
MDL-83518 SMS notifications: Implement SMS as a new notification method and set up for Assignment notifications
-
- Integration review in progress
-