Merge pull request #141 from TheDoubleH/main

Update Front Page 'Whats New'
This commit is contained in:
waldo 2022-03-01 09:30:09 +01:00 committed by GitHub
commit c2804fc330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,14 +125,14 @@ images: ["images/og-image-fission.png"]
<div class="card-shadow">
<span class="card-badge">PATTERN</span>
<h4 class="section-text-bold mt-4">
Event Bridge
No. Series
</h4>
<div class="card-shadow-content">
<p class="section-text">
In the world of interfaces, it is important to preserve (certain) events over multiple implementation of the interface.
The “Number Series” system is used extensively to provide numbers to master records, documents, and other transactions through Microsoft Dynamics 365 Business Central.
</p>
<a href="/docs/patterns/event-bridge-pattern/">
<button class="hero-mid align-self-end">Read Now</button>
<a href="/docs/patterns/no-series/">
<button class="hero-mid-2 align-self-end">Read Now</button>
</a>
</div>
</div>
@ -140,15 +140,15 @@ images: ["images/og-image-fission.png"]
<div class="col-lg-4">
<div class="card-shadow">
<span class="card-badge">BEST PRACTICE</span>
<span class="card-badge">TAG</span>
<h4 class="section-text-bold mt-4">
CASE Action on next line
API
</h4>
<div class="card-shadow-content">
<p class="section-text">
A CASE action should start on a line after the possibility.
Two API Related Design Patterns and one Best Practice for working with API's
</p>
<a href="/docs/bestpractices/case-actions/"
<a href="/tags/api/"
><button class="hero-mid-2 align-self-end">Read Now</button></a
>
</div>
@ -159,14 +159,14 @@ images: ["images/og-image-fission.png"]
<div class="card-shadow">
<span class="card-badge">PATTERN</span>
<h4 class="section-text-bold mt-4">
Façade
Event Bridge
</h4>
<div class="card-shadow-content">
<p class="section-text">
The intent of this pattern is to provide a unified API to a single or a collection of potentially complex subsystems.
In the world of interfaces, it is important to preserve (certain) events over multiple implementation of the interface.
</p>
<a
href="/docs/patterns/facade-pattern/"
href="/docs/patterns/event-bridge-pattern/"
><button class="hero-mid-2 align-self-end">Read Now</button></a
>
</div>