You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Event table occurrence_until and occurrence_repeat conflict correction
Description
The DB event table structure allows for storage of both a date (occurrence_until) and int (occurrence_repeat) based on the ExtendedMeeting class's inherited occurrence_limit attribute (super of Meeting class). On ExtendedMeeting() initialization, a fair assumption must be decided in the case both the date and int based limit is defined.
Required changes
Some form of function must be made to resolve conflicts when a ExtendedMeeting() is initializated using data pulled from the DB. Ideally there is also a function that resolves conflicts before data goes into the database as well to improve DB data readability.