Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
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 #13

@danielljeon

Description

@danielljeon

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions