Fix for #218: Sort versions on Scrum Board by date order descending#1
Closed
rombert wants to merge 2 commits intomantisbt-plugins:masterfrom
rombert:master
Closed
Fix for #218: Sort versions on Scrum Board by date order descending#1rombert wants to merge 2 commits intomantisbt-plugins:masterfrom rombert:master
rombert wants to merge 2 commits intomantisbt-plugins:masterfrom
rombert:master
Conversation
The selection is project-specific. Fixes #220: Remember version and category selection on Scrum Board
Member
Author
|
Hm, I did not intend to add 5d630d9 to this pull request as well. It's more of an RFC, so feel free to comment on the implementation, but the functionality is there. |
Contributor
Member
Author
|
Right now the implementation remembers for which project the selection is made. I'm not sure however which way I'd use the session and token APIs. Do you have in mind storing the preferences as tokens with no expiration, and then using the session data as some sort of cache ,to prevent hitting the database every time? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixed one of the feature requests I filed for the plugin, as I think it's the least controversial one. Let me know what you think of the other feature requests and I can start looking into them as well.