Skip to content

v1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@alexandermendes alexandermendes released this 31 Oct 03:56
· 1446 commits to dev since this release

In this this version we migrate to Server-Side rendering (SSR) for improved SEO and performance. Other highlights include:

  • Collection microsites can now configured via the admin interface, with any changes made instantly visible.
  • Pagination replaced with an "infinite loading" model for retrieving domain objects (projects, tasks etc.). So, rather than having to navigate through pages of projects you can just keep scrolling down the page to continue loading.
  • Tables columns throughout the site are now sortable, so you can quickly locate, for example, the data for completed projects with the most tasks.
  • Tagging system implemented for projects. Rather than dealing with a clunky system of clicking through different categories/volumes looking for a project all projects are now loaded by default and can be filtered across multiple criteria to show, for example all "tagging" projects for "London". These tags are also fully configurable via the admin interface (so you can choose a different set of filters for each collection).
  • Notification system implemented whereby admin users can send global notifications to all users (can be used to draw users to new projects, blog posts etc.).

See the closed milestone for details.