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.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Projects/nettsiden#40
No description provided.