Skip to content

Commit 1ed38d8

Browse files
committed
fix(document-store): Added deprecation notice
1 parent b97a0de commit 1ed38d8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

views/partials/document_store_header.hbs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@
99
EmailEngine can sync emails to a document store for caching and local processing.
1010
</p>
1111

12+
<div class="card border-left-danger mb-4">
13+
<div class="card-body">
14+
<div class="row no-gutters align-items-center">
15+
<div class="col mr-2">
16+
<div class="text-xs font-weight-bold text-danger text-uppercase mb-1">Deprecation Notice
17+
</div>
18+
<p>The Document Store feature in EmailEngine has been deprecated. This decision was made due
19+
to ongoing challenges in maintaining consistent synchronization between email accounts and their
20+
mirrored content on the ElasticSearch server.</p>
21+
<ul>
22+
<li>The Document Store feature will not be removed from EmailEngine, and you can continue to use it
23+
as per your current needs.</li>
24+
<li>However, please be aware that as a deprecated feature, it will no longer receive new
25+
updates or enhancements.</li>
26+
27+
</ul>
28+
</div>
29+
<div class="col-auto">
30+
<i class="fas fa-exclamation-circle fa-2x text-gray-300"></i>
31+
</div>
32+
</div>
33+
</div>
34+
</div>
35+
1236
<ul class="nav nav-tabs mb-4">
1337
<li class="nav-item">
1438
<a class="nav-link {{#if documentStoreSettings}}active{{/if}}" href="/admin/config/document-store">Settings</a>

0 commit comments

Comments
 (0)