> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/projects/project-overview-dashboard.md).

# Project Overview Dashboard

When you select a project, the Project Overview dashboard is shown.  The dashboard has two sections:  **Projects Steps** and **Recent Activities**.

<figure><img src="/files/APvzLTC4bhHa1AmXxwhX" alt=""><figcaption></figcaption></figure>

## Project Steps

Project steps show the six major components of a typical project: Project Definition, Collaborator, Data Schemas, Datasets, Code Objects, and Code Runs.  As a component's project items are completed, the icon turns blue and the text below it is updated with the number of project items completed.  Steps that have not been implemented remain gray.  Note that not all projects have all six steps implemented.  For example, you might have a project that does not have collaborators or a code run.

* **Project Definition:** This step was completed when the project was created.
* **Collaborator:** Indicates whether one or more individuals or organizations were added to the project.  The number in parenthesis below the icon shows the number of collaborators (individuals or organizations) that are part of the project.  Once collaborators are added, team members that have the appropriate permissions can work with collaborators to perform federated actions. &#x20;
* **Data Schemas:** Shows whether there are one or more Data Schemas or structures for the data  to be imported as a cohort into the project. The number in parenthesis below the step icon shows the number of data schemas in the project. &#x20;
* **Datasets:** Indicates whether one or more datasets have been imported into the project.  Datasets are often used for analysis, annotation, or ML model training.  The number in parenthesis below the step icon indicates how many datasets are in the project.
* **Code:**  Shows how many code objects are in the project.  A code object is the basic computational building block of a project.  A Code Object can be as simple as a single line of Python code intended to run on a single input dataset, or as complex as a fully custom pipeline for federated training across multiple sites. The number in parenthesis below the step icon indicates how many code objects are in the project.&#x20;
* **Code Runs:** Indicates how many code runs are in the project.  A code run is the execution of a code object.  Logs and output datasets are produced during this step. The number in parenthesis below the step icon indicates how many code runs are in the project.&#x20;

## Recent Activities

The Recent Activities section shows actions that have been performed within the project. Each item shows what was performed, who performed it, and when the activity happened. This is a great traceability tool.
