Skip to content

Commit 1928a33

Browse files
committed
add more features in avo-3
1 parent 868ff05 commit 1928a33

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

docs/.vitepress/theme/components/LicenseReq.vue

+3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ const links = {
1515
kanban: "https://savvycal.com/avo-hq/dev-chat-24",
1616
audit_logging: "https://savvycal.com/avo-hq/dev-chat-24",
1717
custom: "https://savvycal.com/avo-hq/dev-chat-24",
18+
enterprise: "https://savvycal.com/avo-hq/discovery-call-ent",
1819
};
1920
const labels = {
2021
community: "Community",
2122
pro: "Pro",
2223
advanced: "Advanced",
2324
kanban: "Kanban",
25+
enterprise: "Enterprise",
2426
audit_logging: "Audit logging",
2527
custom: "Custom",
2628
};
@@ -41,6 +43,7 @@ const label = computed(() => labels[license.value]);
4143
'bg-fuchsia-500 hover:bg-fuchsia-600': license == 'kanban',
4244
'bg-teal-500 hover:bg-teal-600': license == 'audit_logging',
4345
'bg-rose-500 hover:bg-rose-600': license == 'custom',
46+
'bg-yellow-300 hover:bg-yellow-400 !text-black': license == 'enterprise',
4447
'text-xs px-1 py-px': size == 'xs',
4548
'text-sm px-2 py-1': size == 'sm',
4649
}"

docs/3.0/avo-3.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@ You'll find all the new changes in the [Avo 2 to Avo 3 upgrade section](./avo-2-
1010

1111
## New features & big changes
1212

13+
##### Enterprise features
14+
<LicenseReq license="enterprise" size="xs" />
15+
16+
- Audit Logging
17+
- Role-Based Access Control
18+
1319
##### Advanced license features
1420
<LicenseReq license="advanced" size="xs" />
1521

1622
- [Dynamic filters](./dynamic-filters)
23+
- [Custom dynamic filters](./dynamic-filters#custom-dynamic-filters)
1724
- [Custom controls on everywhere](./customizable-controls) (<Index />, <Show />, <Edit />,and `Row`)
1825
- [Resource scopes](./scopes)
26+
- [Kanban boards](./kanban-boards)
27+
- Collaboration
1928

2029
##### Pro license features
2130
<LicenseReq license="pro" size="xs" />
@@ -39,20 +48,15 @@ You'll find all the new changes in the [Avo 2 to Avo 3 upgrade section](./avo-2-
3948
- [Panel layout improvements](./resource-panels.html)
4049
- [Action link generator](./actions.html#action-link)
4150
- [StimulusJS in actions](./actions.html#stimulusjs)
51+
- [Array Adapter](https://docs.avohq.io/3.0/array-resources.html)
52+
- [GitHub-style Markdown editor](./fields/markdown.html)
53+
- Avo Meta
4254
- Multiple actions flows
4355
- Intelligent resource title
4456

4557
##### Coming soon
4658

4759
- Theming
48-
- Audit logs (Enterprise feature)
49-
- Developer experience improvements
50-
- linter
51-
- VSCode extension
52-
- improved error messaging
53-
- Resource adapters
54-
- Customizable dynamic filters
55-
- Custom resource adapters
5660
- Dynamic fields
5761
- Nested record creation
5862
- Resource tools in fields

0 commit comments

Comments
 (0)