Skip to content

3.3. Adding a Feature

Mark Edward M. Gonzales edited this page Mar 1, 2024 · 2 revisions

Adding a feature can be described in three broad steps:

  1. Creating the Feature Page (i.e. the view)
  2. Creating the Callback Function (i.e. connecting the bioinformatics logic to the view)
  3. Writing the Utility Functions (i.e. the bioinformatics logic)

For other features you would like to implement, you can refer to the Dash Documentation.

Altogether, you can create a functional page.