Daniel Espino García

Results 339 comments of Daniel Espino García

@cyrusjc I think watchman is mainly for the hot reload. You could install the app on production mode to test it. How does that sound? If I remember correctly, in...

Should we make a HW ticket to change the time sorting (i.e. newest first or oldest first)? Since there is no "priority" system in place right now, we cannot order...

Right now, the implementation is doing an implicit sorting by creation time (whenever you create a new item, you put it at the end of the list). If we were...

/update-branch

@Aatmaj-Zephyr have you signed the CLA? See the comment here for more information: https://github.com/mattermost/mattermost-plugin-todo/pull/191#issuecomment-1272285214

@Aatmaj-Zephyr Try [this link](https://mattermost.com/mattermost-contributor-agreement/)

@Aatmaj-Zephyr Where you able to sign the CLA?

We could solve this on front-end. Jira expose two functions globally (attaching it to window.MMPlugins["pluginID"] ): `isConnected(userID)` which tells whether the current user is connected to Jira via Jira plugin...

Another solution instead of using the window object is to use Redux for registering all the relevant information. The functions could be also registered on redux, or made as Actions.