webbinaro/flarum-calendar

Adds a calendar of events created by users

Installs: 3 452

Dependents: 0

Suggesters: 0

Security: 0

Stars: 16

Watchers: 5

Forks: 7

Open Issues: 18

Language:JavaScript

Type:flarum-extension

1.7.0 2023-09-05 18:12 UTC

README

License Latest Stable Version

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 UD events
  • 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

Links