Skip to content

Commit

Permalink
Merge branch 'rel-1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki committed Jun 3, 2024
2 parents fc88cab + 02c2c98 commit 77f6157
Show file tree
Hide file tree
Showing 21 changed files with 564 additions and 264 deletions.
38 changes: 37 additions & 1 deletion Documentation/Blazorise.Docs/Components/Commercial/Faq.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@if ( ShowHeader )
{
<Paragraph TextSize="TextSize.Heading1" TextAlignment="TextAlignment.Center" Margin="Margin.Is5.FromTop.Is4.FromBottom">
Frequently Asked Questions
Blazorise licensing FAQ
</Paragraph>
}

Expand Down Expand Up @@ -176,5 +176,41 @@
</Paragraph>
}
},

new FaqInfo {
Title = "What is indemnification?",
Body = (__builder) => {
<Paragraph>
Enterprise customers receive additional protection against possible copyright or intellectual property right (IPR) claims related to any project that uses Blazorise. Indemnification options can be customized to suit an organization or project.
</Paragraph>
}
},

new FaqInfo {
Title = "What is escrow service?",
Body = (__builder) => {
<Paragraph>
Blazorise offers third-party escrow services if your company policy requires you to use them for continuity purposes. In practice, we can store the required source code in an escrow service and make this available to you. In this way, if something unforeseen happens, you can continue developing based on the stored source code. The service is optional and available for Enterprise subscribers.
</Paragraph>
}
},

new FaqInfo {
Title = "Can I really have unlimited tickets with the Enterprise Plus tier?",
Body = (__builder) => {
<Paragraph>
Yes, the enterprise tier does offer unlimited support tickets. However, this is subject to a fair use policy. Our goal is to provide comprehensive support to all our enterprise customers. Should we notice an unusually high volume of tickets from a single agreement indicative of misuse, we reserve the right to limit the number of tickets in line with our fair use policy. This ensures all our customers receive timely and efficient support.
</Paragraph>
}
},

new FaqInfo {
Title = "What is the process for requesting new features or enhancements?",
Body = (__builder) => {
<Paragraph>
Feature requests fall outside the scope of developer support, though we're happy to quote for development services.
</Paragraph>
}
},
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</TableRow>
<TableRow>
<TableRowHeader Flex="Flex.JustifyContent.Between" Padding="Padding.Is5.FromEnd">
Priority fixes and feature requests
Bug-fix prioritization
<Tooltip Multiline Text="Enterprise licences includes private support (e-mail and ticket support).">
<Icon Name="IconName.InfoCircle" TextColor="TextColor.Muted" />
</Tooltip>
Expand All @@ -194,6 +194,42 @@
<TableRowCell><Icon Name="IconName.Check" TextColor="TextColor.Success" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Check" TextColor="TextColor.Success" /></TableRowCell>
</TableRow>
<TableRow>
<TableRowHeader Flex="Flex.JustifyContent.Between" Padding="Padding.Is5.FromEnd">
Priority scheduling for new features
<Tooltip Multiline Text="Enterprise licences includes private support (e-mail and ticket support).">
<Icon Name="IconName.InfoCircle" TextColor="TextColor.Muted" />
</Tooltip>
</TableRowHeader>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Check" TextColor="TextColor.Success" /></TableRowCell>
</TableRow>
<TableRow>
<TableRowHeader Flex="Flex.JustifyContent.Between" Padding="Padding.Is5.FromEnd">
Legal indemnification
<Tooltip Multiline Text="Indemnification options can be customized to suit an organization or project.">
<Icon Name="IconName.InfoCircle" TextColor="TextColor.Muted" />
</Tooltip>
</TableRowHeader>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Check" TextColor="TextColor.Success" /></TableRowCell>
</TableRow>
<TableRow>
<TableRowHeader Flex="Flex.JustifyContent.Between" Padding="Padding.Is5.FromEnd">
Escrow
<Tooltip Multiline Text="Escrow options are hold by a third-party until the agreed services are completed.">
<Icon Name="IconName.InfoCircle" TextColor="TextColor.Muted" />
</Tooltip>
</TableRowHeader>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Times" TextColor="TextColor.Light" /></TableRowCell>
<TableRowCell><Icon Name="IconName.Check" TextColor="TextColor.Success" /></TableRowCell>
</TableRow>
<TableRow>
<TableRowHeader Flex="Flex.JustifyContent.Between" Padding="Padding.Is5.FromEnd">
<Anchor To="enterprise-plus" Title="Link to enterprise plus page" TextColor="TextColor.Primary">
Expand Down
Loading

0 comments on commit 77f6157

Please sign in to comment.