******************************************************************************* Application enrichment ******************************************************************************* The enrichment application contains pages to collect other metadat to enrish the database. Templates =============================================================================== The enrishment application contains 6 templates : - :code:`enrishment_dashboard.html` : Dashboard representing the quantity of metadata submitted by the user to enrish the EMEGEN-DB metadata - :code:`task_monitoring.html` : enrishment page to track the task that matched the EMERGEN-DB metadata with the one submitted by the user. - :code:`enrishment_doc.html` : page conceived using EditorJs to allow the developper to write a documentation directly on the page. - :code:`import_enrishment_error.html` : page called if the import is not succesfully loaded. - :code:`import_enrishment_sucecss.html` : page called if the import is succesfully completed. - :code:`import_enrishment.html` : the user interface to import the ebrishment metadata. Key files of the "enrichment" application =============================================================================== admin.py ------------------------------------------------------------------------------- .. automodule:: apps.enrichment.admin :members: models.py ------------------------------------------------------------------------------- .. automodule:: apps.enrichment.models :members: tests.py ------------------------------------------------------------------------------- .. automodule:: apps.enrichment.tests :members: view.py ------------------------------------------------------------------------------- .. automodule:: apps.enrichment.views :members: .. urls.py .. ------------------------------------------------------------------------------- .. .. automodule:: apps.enrichment.urls .. :members: