-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
29 lines (22 loc) · 865 Bytes
/
roadmap.html
File metadata and controls
29 lines (22 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
head_title: "LESK: Roadmap"
title: Roadmap
---
<div class="row">
<div class="12u">
<p>New features are added frequently, here are just a few that are on the radar:</p>
<article>
<ul class="simple">
<li>Persistent notifications.</li>
<li>Single sign-on (SSO) with Apache and IIS.</li>
<li>Datepicker for date fields.</li>
<li>Chart & graph engine.</li>
<li>Tweak session timeout.</li>
<li>User switching and impersonation for admin.</li>
<li>etc...</li>
</ul>
</article>
</div>
</div>
{% include footer.html prev_page="features" prev_title="Features" next_page="dependencies" next_title="Dependencies" %}