Simplify recurring events #40

Closed
opened 2023-04-16 19:05:51 +02:00 by felixalbrigtsen · 0 comments
felixalbrigtsen commented 2023-04-16 19:05:51 +02:00 (Migrated from github.com)

Regular one-off events can be easily created, modified and deleted directly on the website.

Recurring events, however, must be configured in the source code.
These events should be dynamic and stored in the database, removing the need for the absolute PHP black magic we have now.

We could look for an existing calendar/event system to integrate, but this might be more work than to expand our existing systems.

Regular one-off events can be easily created, modified and deleted directly on the website. Recurring events, however, must be configured in the source code. These events should be dynamic and stored in the database, removing the need for [the absolute PHP black magic](https://github.com/Programvareverkstedet/nettsiden/tree/master/src/pvv/side/social) we have now. We could look for an existing calendar/event system to integrate, but this might be more work than to expand our existing systems.
oysteikt added the
feature request
label 2024-07-28 15:39:02 +02:00
Sign in to join this conversation.
No description provided.