soezen / sur-snapps-budgetanalyzer

Budget Analyzer
0 stars 0 forks source link

Display event text in dashboard with icon and parameters #1

Open soezen opened 10 years ago

soezen commented 10 years ago

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.

soezen commented 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.

soezen commented 10 years ago

implemented but still in needs to be tested (functional tests)