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
The problem I am addressing on this mission is that the model is completely bozo.
Solution
The solution that I'm addressing on this mission is to switch to a model where I the root object is the crew, and each crew member has a list of repositories, they have access to their private repos but I do not unless I have been added as a contributor, then those private repos will appear in my list of private repos.
I can't just store all information in the Chrome local storage, and caching data is not really what I want, but I do want to minimize the traffic. I need to store a list of all my repos, and I need to be able to select one repo, then I need to the the open or the closed issues. The issue tickets will change much more frequently than the list of repos, so it makes sense to just store a list of the AccountHandle/RepoName, then when I select a repo then I need to load the issue tickets, but probably not the closed ones at first.
Problem
The problem I am addressing on this mission is that the model is completely bozo.
Solution
The solution that I'm addressing on this mission is to switch to a model where I the root object is the crew, and each crew member has a list of repositories, they have access to their private repos but I do not unless I have been added as a contributor, then those private repos will appear in my list of private repos.
I can't just store all information in the Chrome local storage, and caching data is not really what I want, but I do want to minimize the traffic. I need to store a list of all my repos, and I need to be able to select one repo, then I need to the the open or the closed issues. The issue tickets will change much more frequently than the list of repos, so it makes sense to just store a list of the AccountHandle/RepoName, then when I select a repo then I need to load the issue tickets, but probably not the closed ones at first.
Affected Files
~/**/*.*
Hierarchy
Tags
Mission
A
Sessions
License
Copyright AStartup; all rights reserved.
The text was updated successfully, but these errors were encountered: