mattermost-community/focalboard

Update template initialization to use JSONL format

Open

#219 opened on Mar 31, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (2,542 forks)user submission
EnhancementHacktoberfestUp for grabs

Repository metrics

Stars
 (26,187 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Summary: The code in initialize.go loads the default templates in templates.json from to Go bindata into the database. That data is currently stored in the (old) JSON format. The export archive format is now JSONL, and the import code plus template.json needs to be updated to match.

This will make future updates to the default templates much easier.

Contributor guide