Skip to content

Commit

Permalink
RELEASE: 3.23.05.30
Browse files Browse the repository at this point in the history
Improving productivity, layout, performance and administration.

Productivity:
* Coding fragments
  - visual cues for selected fragment
  - suggestions of already created codes
  - fragment groundings can be removed
* Hints and tips for tables and graphs
* Reverting a memo to a previous version
* Creating cohorts of users
* Orienting and situating connections between dimensions

Layout:
* Explicit `confirm`/`save` and `cancel` buttons (in addition to implicit the `return` validation)
* Improved responsive design, with icons and tooltips

Performance:
Optimized design for faster loading, even under heavy usage:
* Function scripts mutualized in static js files
* Multiple design documents
* Incremental/lazy loading indicated by spinners

Installation and administration:
The installation and administration now take advantages from Docker, AAAforREST and CouchDB updates:
* Docker facilitates installation procedure and allows to choose the amount of server memory to allocate
* AAAforREST 2 provides detailed logs
* CouchDB 3 includes automatic compaction/clean up features

Admin also can henceforth easily customize:
* navbars color
* sponsors (for LDAP/local users)
* duration in maintenance messages
  • Loading branch information
christophe-lejeune committed May 30, 2023
1 parent 282045b commit 18ba93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ddocs/cassandre/shows/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function(o, req) {
return {
body: JSON.stringify({
service: 'Cassandre',
revision: '3.23.05.28',
revision: '3.23.05.30',
update_seq: req.info.update_seq
})
}
Expand Down

0 comments on commit 18ba93e

Please sign in to comment.