Open soezen opened 10 years ago
to be able to add extra information to the text message (for example: which user has been invited) a new column is added to the events table. it contains the key of the subject of the event. not all event types have subjects (null allowed in field). there is no foreign key defined on db level because the key can be from different types depending on the event type. the EventManager is responsible for translating the key in an actual object.
implemented but still in needs to be tested (functional tests)
currently, in user dashboard, a list of events is shown modify events table to show for each event a text (perhaps also an icon) instead of table with columns.