-
New Feature
-
Resolution: Fixed
-
Minor
-
2.3
-
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
Posting new discussions or replying existing ones would be a very interesting feature for the mobile app.
We can initially implement a simplified versions of Web Services for posting (not attachments and other complex settings, just subject and message)
It should not be complex to implement since the Forum API has all the required functions:
- forum_add_new_post
- forum_add_discussion
- forum_user_can_post
- forum_user_can_post_discussion
The most complex case is when the forum supports groups (visible or separate), we will need two additional WS to be implemented:
- core_group_get_activity_groupmode (To retrieve the group mode settings for the activity)
- core_group_get_activity_allowed_groups (To retrieve the allowed groups from a user)
If the forum support post we won't be able to support posting and replying messages to "All users", because that will require very specific WS (to check if the user has the specific requried capabilities)
- has been marked as being related by
-
MOBILE-1466 Include a rich text editor in the app
- Closed
- will be (partly) resolved by
-
MDL-50964 New Web Service core_group_get_activity_groupmode
- Closed
-
MDL-50966 New Web Service core_group_get_activity_allowed_groups
- Closed
-
MDL-50994 New Web Service mod_forum_add_discussion
- Closed
-
MDL-50995 New Web Service mod_forum_add_discussion_post
- Closed
-
MDL-51413 Add an additional return field in get_forums_by_courses in order to specify if the current user can create discussions
- Closed