https://github.com/withdave/seatt
Simple Event Attendance Plugin for Wordpress
https://github.com/withdave/seatt
wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Simple Event Attendance Plugin for Wordpress
- Host: GitHub
- URL: https://github.com/withdave/seatt
- Owner: withdave
- Created: 2015-11-15T18:02:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T13:14:38.000Z (almost 7 years ago)
- Last Synced: 2025-02-16T01:26:17.798Z (over 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://withdave.com/category/seatt/
- Size: 635 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEATT
Simple Event Attendance Plugin for Wordpress - https://wordpress.org/plugins/simple-event-attendance/
Updates will be posted on my blog - https://withdave.com/category/seatt/
This repo will hold the latest development versions, which will then be pushed to WP once complete and tested.
## Open Requests:
- Add categories to event list shortcode to allow selection of which types of events are displayed
- Repeatable/recurring events – Some sort of functionality to allow repeatable events – whether this be decoupling of event details from dates, or some other mechanism.
- Register for events without requiring an account – I’m currently planning to do this via email confirmation and with a captcha, but need to test it.
- Email notification – More broad email notification, both upon registration (to user and admin), and also allowing admin to email users.
- Custom list pages and fields – Allow admins to change what information the plugin lists, and where it draws usernames and names from.
- Additional columns in database to capture event details.
- Internationalisation, and custom locale options – This includes the option to allow the user to call an “Event” a “Ride” or similar.
- Custom redirect to put user back at entry page after login.
- Capturing of timestamp when user registers for event (logging).
- Update list page to give the flexibility to add category filters.
- Ability to access event and registration data via WP Rest API
### Features added in 1.5.0
- Event calendar shortcode and layout – Allow you to group events into categories and display all relevant events in a list view on a post.
- Allow other users to see comments on short-code form.
### Features added in 1.4.0
- Allow admin to use tinymce content editor.
- Made compatible with PHP 5.6+