Create the plugin_event
- In order to create dedicated application like
track_lhcbfrancemigrate the core of thetrack_eventsapplication into theplugin_events. By doing this, dedicated application can have their own reports, scripts, etc. - Migrate the content of
models,modules,viewsinplugin_events - Add a layer to configure the plugin by selecting for examples database tables. In some case the user can instantiate only the table
historywhile it will provide its own tabledomains,people,objectwith the current structure and additional field. In others cases, you are not interested by the tablelists,metric1D,metric2Dsince the application provide only a set of pre-defined reports. - A possible way of doing it, is to create a Class
EventModel. - ...