Skip to content

Commit 9e302fc

Browse files
committed
feat/minor: add a banner to explain this is a beta version
fix #99
1 parent cb6e0be commit 9e302fc

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

src/templates/about.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
{{ define "content" }}
44
<h1>About ELN.community</h1>
55

6-
<p>This is a <em>pre-alpha version</em>. All data might be deleted later. It is there to gather feedback on the main
7-
needs for such an application. You can play with it but do not expect it to be persistent.</p>
6+
<p>This is a <b>beta version</b>. All data might be deleted later. It is there to gather feedback on the main needs for such an application.</p>
7+
<p>Some features are not yet implemented, but we are working on them.</p>
8+
<p><b>Known issues</b></p>
9+
<ul>
10+
<li>Nested data is not displayed correctly.</li>
11+
<li>Email notifications are not sent yet for comments and moderation.</li>
12+
</ul>
13+
14+
<p><b>Requested features</b></p>
15+
<ul>
16+
<li>Add a button to report an inappropriate entry.</li>
17+
<li>Add a star rating system for entries.</li>
18+
<li>Browse templates by type, such as experiment or resource.</li>
19+
</ul>
820
{{ end }}

src/templates/browse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{{ define "content" }}
44
<div class="mt-4 alert alert-info alert-dismissible" role="alert">
5-
Welcome to the template sharing site, this is still in <b>Beta mode</b>. Templates uploaded will <b>not be persistent</b>. For more informations, please go at <a href="/about">About page</a>.<br>Thank you for helping us to test so that we can open the site.
5+
Welcome to the template sharing site, this is still in <b>Beta mode</b>. Templates uploaded will <b>not be persistent</b>. For more informations, please see the <a href="/about">About</a> page.<br>Thank you for helping us to test so that we can open the site.
66
</div>
77
<div class="row">
88
<h2 class="col-md-12">Browse entries</h2>

0 commit comments

Comments
 (0)