Add a tracability of source-manager actions
There is a need to keep track of changes on sources.
Informations are already available in database. They should be displayed on the Sources table.
- Date of upload (available in sources table, column createdat)
- Date of last modification (available in sources table, column updatedat)
- Username of source-manager (available in provider_sources table, column user_id)
- Number of records in source
A mailing system could be great too: alert super-admins when a source is added, modified or deleted.
PS: as sources are not editable for now, creation date and updated date will be the same.
Edited by BISSON REMI