mattermost-community/focalboard
View on GitHubUpdate template initialization to use JSONL format
Open
#219 opened on Mar 31, 2021
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.