This is intended to be a simplified interface for non-technical users to propose radar.squat.net events using a specified group.
As admin, you can configure a location and select a list of options for tags.
The form can be displayed anywhere on your WordPress page by simply including the shortcode [recevcr-event-creator].
Events created with the form will be listed as proposals in your radar dashboard where you can moderate them.
This plugin uses the radar API to create events. The event data is submitted directly to the API, and no data is stored on the server.
To be able to display a list of possible event locations and tags, the plugin makes requests to the radar API.
If you want to contribute to this project, the repository is located on codeberg.org.
This project uses composer for dependency management and Nette Forms to handle form validation/submission logic, it uses Twig to make the form rendering more straightforward.
docker compose up. The containers will start up and give you access to the local instance.docker compose exec -w /var/www/html/wp-content/plugins/rec-event-creator wordpress composer install while the docker setup is running.Translations are done on translate.codeberg.org. Contributions are very welcome.