aab-prompts 1.1.4__tar.gz → 1.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/PKG-INFO +1 -1
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/aab_prompts.egg-info/PKG-INFO +1 -1
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/menu_navigations.py +3 -1
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/views.py +2 -1
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/pyproject.toml +1 -1
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/aab_prompts.egg-info/SOURCES.txt +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/aab_prompts.egg-info/dependency_links.txt +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/aab_prompts.egg-info/top_level.txt +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/aab_service.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/__init__.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/breadcrumbs.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/constants.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/expressions.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/objects_fields.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/page_planner.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/pages.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/planner.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/router.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/solutions_applications.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/view_filter_planner.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/view_links_planner.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/prompts/view_planner.py +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/setup.cfg +0 -0
- {aab_prompts-1.1.4 → aab_prompts-1.1.5}/tests/test_prompts.py +0 -0
|
@@ -39,7 +39,8 @@ When to create a menu:
|
|
|
39
39
|
- When organizing large features requires isolated navigation groups.
|
|
40
40
|
|
|
41
41
|
When NOT to create a menu:
|
|
42
|
-
- If
|
|
42
|
+
- If the same menu already exists
|
|
43
|
+
- If a menu for the same location and the same application already exists.
|
|
43
44
|
- For workflow steps or temporary flows (those belong inside views).
|
|
44
45
|
- For pages that do not need a dedicated navigation region.
|
|
45
46
|
|
|
@@ -102,6 +103,7 @@ When navigations are used:
|
|
|
102
103
|
- CRM → Leads, Deals, Contacts
|
|
103
104
|
|
|
104
105
|
When NOT to use navigations:
|
|
106
|
+
- if the same navigation already exists.
|
|
105
107
|
- For form steps or workflow states.
|
|
106
108
|
- For view configuration logic (handled by the View Agent).
|
|
107
109
|
- For system-level features hidden from user navigation.
|
|
@@ -162,7 +162,8 @@ Create a View when:
|
|
|
162
162
|
- You want a unique set of fields, filter conditions, field show logic (SHOWIF), field edit logic (EDITIF), field validity logic (VALIDIF) for a particular role or function.
|
|
163
163
|
|
|
164
164
|
Do NOT create a View when:
|
|
165
|
-
-
|
|
165
|
+
- the view already exists. do not duplicate views.
|
|
166
|
+
- it can be satisfied with a custom page
|
|
166
167
|
|
|
167
168
|
|
|
168
169
|
## View Types
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|