-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to sort projects by created date #3783
Comments
reckart
added a commit
that referenced
this issue
Feb 22, 2023
- Added ability to sort project dashboard by different criteria
reckart
added a commit
that referenced
this issue
Feb 22, 2023
…to-sort-projects-by-created-date #3783 - Ability to sort projects by created date
reckart
added a commit
that referenced
this issue
Feb 26, 2023
* main: (212 commits) No issue. Pull CSS out of HTML file and into a separate CSS file. #3831 - Better support a direct-access workflow #3831 - Better support a direct-access workflow #3831 - Better support a direct-access workflow No issue: Avoid hard crash if selection points to a non-existing feature structure. No issue: Formatting No issue: Fix endless recursion. No issue. Make some constants accessible. #3571 - Update dependencies #3571 - Update dependencies #3826 - Update dependencies #3783 - Ability to sort projects by created date #3826 - Update dependencies [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-27.0-beta-4 #3822 - Order of matches found in knowledge base search is not correct #3822 - Order of matches found in knowledge base search is not correct #3822 - Order of matches found in knowledge base search is not correct No issue. Reduce memory usage of test and display memory usage while test is running. #3793 - Ability to trigger sidebar curation mode via URL parameter ... % Conflicts: % inception/inception-app-webapp/src/main/java/de/tudarmstadt/ukp/inception/app/config/InceptionSecurityWebUIBuiltInAutoConfiguration.java % inception/inception-app-webapp/src/main/java/de/tudarmstadt/ukp/inception/app/config/InceptionSecurityWebUIPreAuthenticatedAutoConfiguration.java % inception/inception-app-webapp/src/main/java/de/tudarmstadt/ukp/inception/app/config/InceptionServletContextInitializer.java % inception/inception-diam-editor/src/main/java/de/tudarmstadt/ukp/inception/experimental/editor/diamdebugeditor/DiamDebugEditorComponent.java % inception/inception-html-editor/pom.xml % inception/inception-security/src/main/java/de/tudarmstadt/ukp/clarin/webanno/security/config/SecurityAutoConfiguration.java % inception/inception-security/src/main/java/de/tudarmstadt/ukp/clarin/webanno/security/preauth/ShibbolethRequestHeaderAuthenticationFilter.java % inception/inception-support/src/main/java/de/tudarmstadt/ukp/inception/support/vue/VueBehavior.java % inception/inception-tutorial/src/main/java/de/tudarmstadt/ukp/inception/tutorial/TutorialFooterPanel.java % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/config/AnnotationUIAutoConfiguration.java % inception/inception-ui-core/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/core/login/LoginPage.java % inception/inception-ui-core/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/core/page/ProjectPageBase.java % inception/inception-ui-curation/src/main/java/de/tudarmstadt/ukp/inception/ui/curation/sidebar/config/CurationSidebarAutoConfiguration.java % inception/inception-websocket/pom.xml % inception/inception-websocket/src/main/java/de/tudarmstadt/ukp/inception/websocket/footer/LoggedEventFooterPanel.java % inception/pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently, the list of projects on the projects overview is always sorted alphabetically. That is for example annoying if you have a long list of projects and import multiple projects as they do not appear on the first page of the overview. Also if you create a new project and then go back to the overview, you may have to actively search for the project to find it again. This can be quite annoying.
Describe the solution you'd like
It would be good if the list of projects could be sorted by creation data - possible even use that order by default.
Describe alternatives you've considered
It could also be considered to sort the list by activity - however, that may be considerably slower as the potentially large activity log would need to be consulted.
The text was updated successfully, but these errors were encountered: