Skip to content

EDM System v2.0.0 - project management

Compare
Choose a tag to compare
@alecxcode alecxcode released this 11 Jan 13:27
· 11 commits to main since this release

The application now has project management functions. Projects consist of tasks. On a project page there are columns which display tasks according to their statuses (this is known as kanban board).
All who open and stay on the same project page, could view tasks moving from one column to another, statuses and assignees change in almost real time through websockets implementation.
Anyone now can take free (unassigned) tasks. Project owners can assign any task added to a project or detach any such task. However, only task creator (owner) can add task to a project.
It is easy to create a task from within project to tie up it to the project in the first place.
Version 2 of the server have significant packages API changes. Now the backend code organized in a completely different manner, like standard layout which many other Go projects have.
In version 2 some user interface improvements were made.

Builds currently available (all are 64 bit):

  • Linux, built on CentOS 7.
  • macOS, built on 11.6 (Apple Silicon).
  • Windows, built on Windows 7.