Skip to content

Create the plugin_event

  • In order to create dedicated application like track_lhcbfrance migrate the core of the track_events application into the plugin_events. By doing this, dedicated application can have their own reports, scripts, etc.
  • Migrate the content of models, modules, views in plugin_events
  • Add a layer to configure the plugin by selecting for examples database tables. In some case the user can instantiate only the table history while it will provide its own table domains, people, object with the current structure and additional field. In others cases, you are not interested by the table lists, metric1D, metric2D since the application provide only a set of pre-defined reports.
  • A possible way of doing it, is to create a Class EventModel.
  • ...