Events (how to attach date-related data to any item?) #280
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
enhancement
New feature or enhancement of existing functionality
epic
A feature idea that is large enough to require a sprint (5 days) or more and has smaller sub-issues.
good first issue
help wanted
If you can help make progress with this issue, please comment!
needs-ui
A feature idea that needs UI in order to be discussed/built.
question
A question needs to be answered before progress can be made on this issue
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Many items on several kinds of list can have date-time related data. e.g:
SELECT * FROM events WHERE item_id=123
The following is the outline of the schema I have in mind: (definitely not complete!)
event
- when an item has dates & times associated.id
:Int
item_id
:Int
(FKitem.id
)kind
:Int
(FKevent_kind.id
)start
:NaiveDateTime
end
:NaiveDateTime
frequency
:Int
(FKevent_frequency.id
)event_kind
name
:String
event_frequency
id
:Int
description
:String
event_invitees
thepeople
who are invited/required to attend anevent
Contributions/discussion very much wanted/encouraged!
The text was updated successfully, but these errors were encountered: