You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
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'// actionschangeEstimationTime(){}}
Suggested model structure
Links for investigation
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.0The text was updated successfully, but these errors were encountered: