mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
4b0fb92fba
- provides support for compiling Boards directly into the Mattermost suite server - a ServicesAPI interface replaces the PluginAPI to allow for implementations coming from pluginAPI and suite server. - a new product package provides a place to register Boards as a suite product and handles life-cycle events - a new boards package replaces much of the mattermost-plugin logic, allowing this to be shared between plugin and product - Boards now uses module workspaces; run make setup-go-work |
||
---|---|---|
.. | ||
.circleci | ||
assets | ||
build | ||
product | ||
public | ||
server | ||
webapp | ||
.editorconfig | ||
.gitattributes | ||
.golangci.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
modd.conf | ||
plugin.json | ||
README.md |
Mattermost Boards (Focalboard Plugin)
Mattermost Boards is the Mattermost plugin version of Focalboard that combines project management tools with messaging and collaboration for teams of all sizes. To access and use Mattermost Boards, install or upgrade to Mattermost v6.0 or later as a self-hosted server or Cloud server. After logging into Mattermost, select the menu in the top left corner of Mattermost and select Boards.
Mattermost Boards is installed and enabled by default in Mattermost v6.0 and later.
To build your own version of Matterboard Boards and upload it to your own Mattermost server, follow the instructions here.