-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Suggested model structure
{
title: 'Issue title'
description: 'Issue description',
changeDate: 'Date when the issue was Last updated',
createDate: 'Date when the issue was created',
closeDate: 'Date when the issue was closed',
assignee: 'user id'
// computed
estimationTime: 'derived time from the description'
// actions
changeEstimationTime(){}
}Links for investigation
- https://jonschlinkert.github.io/remarkable/demo/
- https://marked.js.org/#/README.md#demo
- https://css-tricks.com/choosing-right-markdown-parser/
- https://github.com/wooorm/markdown-table
The model should be implemented using MobX State Tree. Create file /models/domain/issue.model.js and export the model from there. I suggest to use the old documentation for MST it more clear https://github.com/mobxjs/mobx-state-tree/tree/v3.12.0
| Estimated by | Duration |
|---|---|
| novicode | 4d 3h |
Metadata
Metadata
Assignees
Labels
No labels