# Advanced Mode

Users can also use the Projects ‘Advanced Mode’ Features along with the standard features. To configure Advanced Mode, navigate to Administration > System Settings > Projects. Search for the key (projects.advanced.mode.enable) and set the ‘Value’ as ‘True.’

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfISC13ijAe4WQatK87COazQ8YXAg-MamlVrdWFb0lI9ob5ZlLDdHwAh0SPLkA_hgXKF2195xALTqOPYH1ySywU8mfiC3lAVYWPhesr45UdGnX5vYe1cVYdXhU68dmYCFAZV0uXFA?key=78wEYRV9LNkR2Q_7TQWrKA" alt=""><figcaption></figcaption></figure>

The following are the features included:

* Estimated Effort
* Actual Effort
* Remaining Effort
* Percentage Completion
* Plan View
* Task Categories and Subcategories

## Project Task Efforts and Tracking

* **Estimated Effort:** The ‘Estimated Effort’ column represents the anticipated amount of time or work required to complete a specific task within a project.
* **Actual Effort:** The ‘Actual Effort’ column displays the total amount of time, in hours, that users have manually logged or tracked against specific task(s).
* **Remaining Effort:** The ‘Remaining Effort’ column displays the estimated amount of work still required to complete a specific object-related task within the project.
* **Percentage Complete:** Users can now view a ‘Percentage Complete’ column in the Projects List View to help track task completion progress. This column is enabled when the system setting (project.task.time.advanced.mode.enable) is set to True.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdUia9SBybTNnSGNsDeBCoLGQqSqjvoxeuUQiZZA2MabN4rcslojZg1BdxvTGtXm61JGeO_6WdWe6VuNnbLjW10GMzCO_honA8Y2E0gLiGQNjEJcLLlJHbALM667sfRI-wUgFng?key=78wEYRV9LNkR2Q_7TQWrKA" alt=""><figcaption></figcaption></figure>

## Project Plan View

The Project Plan View provides a high-level overview of all tasks, including their distribution, duration, and current status. It enables users to view and manage all tasks in one place efficiently.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXclmkEgko8SReVqJwz2vwg-PfFvXXFf0zup2IEv2WRk4EE4r5cOV48lKYSOmn0jDpvlJv6A5Uo444EH1-9wSauD4rPJflRgdLhC62MbE_Bm7opOt5Vfel-IknORDyzUsUuNFGnA?key=78wEYRV9LNkR2Q_7TQWrKA" alt=""><figcaption></figcaption></figure>

## Configure Task Categories and Subcategories

Configure task categories and subcategories refers to the process of defining and organizing various types of project-related tasks to streamline project tracking and management. Administrators or project owners can create high-level task categories (such as Data Profiling, Data Mapping, or Quality Checks) and further break them down into more specific subcategories (like Null Value Checks under Quality Checks). This hierarchical classification helps standardize task creation, clearly assign responsibilities, and improve visibility into the different stages of data governance or analytics projects.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXffASc44G8FD7h1rWo_DoCYkTl7NPQr2iWqPXh1lJy2tCeY3MMfDN8Mp2q6R01S3EOKBBZpxLwmTxu8ccStZsf6q7c-X_j0lxcGyIskxpg5hrusNW5lVyAmzkCm1C40OZSSZrtIpg?key=78wEYRV9LNkR2Q_7TQWrKA" alt=""><figcaption></figcaption></figure>

Users can create Task Categories and subcategories as needed by navigating to Projects > Nine Dots > Configure Task Categories. Enter the Task Category Name and Description, then click Save to create the category.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcIPvnWM0foxOCbiHZ73zFyn_3Ua8RX83Op4IjG2IXtK37edNNHmZA2_uwq9Hd1Pmlnx7U7vx4LVMiypYOzb4uD80VK8HoqPLjBgcuSCraypoDAcY_IRmTb5ltbEFrMypCWgUtoYg?key=78wEYRV9LNkR2Q_7TQWrKA" alt=""><figcaption></figcaption></figure>

Users can create a Task Subcategory under a main Task Category by clicking the Task Subcategory icon, entering the Subcategory Name and Subcategory Description, and clicking Save.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd3qp7CGCcd4S4hlA08VS85STWjHGcL84_2f0sWXKrT0POFAVXWuDNKS9hN6hA-kf3dPrINe-37ZZoSUf82_DM2nXdi6Cstc2p3eRuaQh2WiecHoDfT143H8pVYkbS0dssbZx-pgg?key=78wEYRV9LNkR2Q_7TQWrKA" alt=""><figcaption></figcaption></figure>

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ovaledge.com/release8.1/projects/advanced-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
