Will Kahn-Greene
Will Kahn-Greene
I'm not entirely sure what this screenshot is showing. It doesn't appear to be in alphabetical order by status. I think that sort code is here: https://github.com/willkg/ernest/blob/1237dd3a0b92699d06719a47d5b241e97d58d15f/ernest/static/js/controllers.js#L136 I don't think...
Pull #29 adds project admins to the soup. It also adds a "new sprint" form. That covers part of this.
I'm working on some of this now.
There's another issue here where I think we're not caching the Bugzilla tokens correctly and they're expiring from cache.
I looked into it a bit and decided the easiest way to deal with all this is to rewrite all the cache/cookie/authentication code with Flask sessions. Docs on Flask sessions...
Sessions are stored client-side and there's no more caching, so that fixes some of the ways this bug manifests itself. The one thing it doesn't fix is if the token...
Pull #40 added an arrowy thing that indicated which bugs were yours. Pull #43 changes the sort order so your bugs sort first if you sort by "assigned to". Those...
This is true of bad sprint names, too.
Pull #28 added test infrastructure and a bunch of tests.
Where "fix it" entails making sure the user knows about the login error so he/she can do something intelligent about it.