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
Some of the data we retrieve when e.g. creating issues shouldn't change that often. We should cache this data so that the user doesn't have to wait for Linear to return it. For example, every time an issue is created, we re-retrieve the available workflow states and assignees. Those probably don't change very often, so we may as well retrieve them just once, save them to the global context when any command that uses them first runs, and use them instead of re-retrieving.
For now, this can be done for:
Workflow states
List of assignees (team members)
My teams
Available priorities
The text was updated successfully, but these errors were encountered:
Some of the data we retrieve when e.g. creating issues shouldn't change that often. We should cache this data so that the user doesn't have to wait for Linear to return it. For example, every time an issue is created, we re-retrieve the available workflow states and assignees. Those probably don't change very often, so we may as well retrieve them just once, save them to the global context when any command that uses them first runs, and use them instead of re-retrieving.
For now, this can be done for:
The text was updated successfully, but these errors were encountered: