joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.78k stars 3.65k forks source link

[5.3] Add webservices for guided tours #44398

Open wilsonge opened 3 weeks ago

wilsonge commented 3 weeks ago

Summary of Changes

Starts work on adding an API for guided tours to give a structured way to create/update/delete guided tours and their steps from the system

This currently roughly returns the right things. However, things left to do:

  1. Check the step is part of the tour in the url when editing an individual step, else throw a 400.

Testing Instructions

Install copy of joomla. Check API endpoints - these will all be covered by the tests once completed

Actual result BEFORE applying this Pull Request

No API exists

Expected result AFTER applying this Pull Request

API exists

Link to documentations

Please select:

wilsonge commented 2 weeks ago

@obuisard some tests here would be appreciated. Think this will help with some of your exports/imports