webbinaro / flarum-calendar
Adds a calendar of events created by users
Installs: 4 647
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 4
Forks: 9
Open Issues: 19
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.7.2
- fof/sitemap: *
This package is auto-updated.
Last update: 2024-11-05 20:56:29 UTC
README
A Flarum extension. Adds Events Calendars to share and plan community activities, webinars, etc.
** Work In Progress ** Collaborators welcome!
Done!
- Data model and DB migrations
- API to CR
UDevents - New UI route to calendar
- JS Frontend (I was exploring "fullcalendar" as a nice looking option)
- Events details modal or page (exists, can be prettier)
- Events create modal or page
- API to update/delete events
- Permissions to add (owners can edit/delete)
- Permission to moderate (edit/delete other's events)
- mobile view is broke
In Progress
- Pondering - SEO content, how to do this..perhaps replacemmodal (perhaps replace modeal with discussionpage)
Up Next
- Hosts and Attendees (currently just actor)
- Pagination and date filtering.
Open Decisions
- Relationships
- should they be linked to discussions like polls or free
- roles: single owner, what about hosts, attendees, what are the cardinality
Installation
Install with composer:
composer require webbinaro/flarum-calendar
Updating
composer update webbinaro/flarum-calendar